summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2018-01-23 16:27:29 -0500
committerMichael Gugino <mgugino@redhat.com>2018-01-23 16:27:29 -0500
commitd125aa5c0acaf7b6691253d4405cf55ae0119546 (patch)
tree409001137efeb2f091cd87d877ade1011e43915b /playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
parentf738bf6bad477887fd7c718a788d27fa6348b121 (diff)
downloadopenshift-d125aa5c0acaf7b6691253d4405cf55ae0119546.tar.gz
openshift-d125aa5c0acaf7b6691253d4405cf55ae0119546.tar.bz2
openshift-d125aa5c0acaf7b6691253d4405cf55ae0119546.tar.xz
openshift-d125aa5c0acaf7b6691253d4405cf55ae0119546.zip
Protect master installed version during node upgrades
Master version is unprotected during all upgrades. During node-only upgrades, master version should remain protected to ensure correct image tag is set for node upgrades. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1536839
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
index 4daa9e490..cc2ec2709 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_7/upgrade.yml
@@ -23,6 +23,7 @@
l_upgrade_verify_targets_hosts: "oo_masters_to_config:oo_nodes_to_upgrade"
l_upgrade_docker_target_hosts: "oo_masters_to_config:oo_nodes_to_upgrade:oo_etcd_to_config"
l_upgrade_excluder_hosts: "oo_nodes_to_config:oo_masters_to_config"
+ openshift_protect_installed_version: False
- import_playbook: validator.yml