diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-31 14:03:53 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-31 14:03:53 -0400 |
commit | f716f083d656132fe87b8d398e776661209be0e9 (patch) | |
tree | 16c4ee1482f9c739218d47ba87ed480df36c6b2a /playbooks | |
parent | 272ee48caeeab8692f40f0f667e931879f9a0494 (diff) | |
parent | 9d9fa3715ee075c81531ddac522777103507ece9 (diff) | |
download | openshift-f716f083d656132fe87b8d398e776661209be0e9.tar.gz openshift-f716f083d656132fe87b8d398e776661209be0e9.tar.bz2 openshift-f716f083d656132fe87b8d398e776661209be0e9.tar.xz openshift-f716f083d656132fe87b8d398e776661209be0e9.zip |
Merge pull request #1690 from brenton/bz1322788
Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-mast…
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml index d6abeb345..6804de992 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml @@ -70,6 +70,11 @@ state: started enabled: yes when: openshift.master.ha is defined and openshift.master.ha | bool and openshift.common.is_containerized | bool + post_tasks: + - openshift_facts: + role: master + local_facts: + ha: "{{ groups.oo_masters_to_config | length > 1 }}" - name: Verify upgrade can proceed hosts: oo_nodes_to_config |