Created
April 3, 2018 16:33
-
-
Save fabianvf/cbc44b61cd1d0e0db491a161712ec71e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Assumes that there is an existing 3.9 service broker installation | |
- import_playbook: init/main.yml | |
- hosts: oo_first_master | |
roles: | |
- lib_openshift | |
- openshift_facts | |
tasks: | |
- import_role: | |
name: ansible_service_broker | |
tasks_from: upgrade | |
vars: | |
ansible_service_broker_image: docker.io/shurley/origin-ansible-service-broker:migration | |
openshift_upgrade_target: 3.10 | |
- import_role: | |
name: ansible_service_broker | |
tasks_from: remove | |
- import_role: | |
name: ansible_service_broker | |
tasks_from: install | |
vars: | |
ansible_service_broker_image: docker.io/shurley/origin-ansible-service-broker:migration | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment