Skip to content

Instantly share code, notes, and snippets.

@fabianvf
Created April 3, 2018 16:33
Show Gist options
  • Save fabianvf/cbc44b61cd1d0e0db491a161712ec71e to your computer and use it in GitHub Desktop.
Save fabianvf/cbc44b61cd1d0e0db491a161712ec71e to your computer and use it in GitHub Desktop.
---
# 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