summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-04-29 10:27:02 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-05-12 16:07:04 -0300
commitcdf248533495b456008c8976fe4e216952590c6e (patch)
tree31ccf3b70594fcf879b520aa724020325173e1ce /playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
parent1165565b15f27d913a10ba64441608d76907c3ba (diff)
downloadopenshift-cdf248533495b456008c8976fe4e216952590c6e.tar.gz
openshift-cdf248533495b456008c8976fe4e216952590c6e.tar.bz2
openshift-cdf248533495b456008c8976fe4e216952590c6e.tar.xz
openshift-cdf248533495b456008c8976fe4e216952590c6e.zip
Do not upgrade containers to latest avail during a normal config run.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
index a91727ecd..d15653a3b 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
@@ -130,6 +130,7 @@
ent_reconcile_bindings: true
openshift_docker_hosted_registry_insecure: True
openshift_docker_hosted_registry_network: "{{ hostvars[groups.oo_first_master.0].openshift.common.portal_net }}"
+ upgrading: True
tasks:
- name: Verifying the correct commandline tools are available
shell: grep {{ verify_upgrade_version }} {{ openshift.common.admin_binary}}