diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-10 11:46:54 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-06-10 11:46:54 -0300 |
commit | 83ec4f5469b8a64d834bb3f57447c34433302fe3 (patch) | |
tree | 22af7791321e4e6b7601c615a570ba1c9996f398 /playbooks | |
parent | 3a30afcdfaf115ab0fb455127cdafbe25f52e7ed (diff) | |
download | openshift-83ec4f5469b8a64d834bb3f57447c34433302fe3.tar.gz openshift-83ec4f5469b8a64d834bb3f57447c34433302fe3.tar.bz2 openshift-83ec4f5469b8a64d834bb3f57447c34433302fe3.tar.xz openshift-83ec4f5469b8a64d834bb3f57447c34433302fe3.zip |
Temporary fix for upgrading issue.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml | 1 |
1 files changed, 1 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 1a3b557e7..c2847e163 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 @@ -71,6 +71,7 @@ # defined, and overriding the normal behavior of protecting the installed version openshift_release: "3.2" openshift_protect_installed_version: False + upgrading: true - name: Verify master processes hosts: oo_masters_to_config |