summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/init.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-12 14:40:29 -0500
committerGitHub <noreply@github.com>2017-12-12 14:40:29 -0500
commite2a6cde4f4e7d4a003950afc388f2cb60414c775 (patch)
tree7d2987a0d340b8f7f1feb17f15278fc5de8cb9be /playbooks/common/openshift-cluster/upgrades/init.yml
parent549bd2c81da98333e229f8afb467aa909917a8a4 (diff)
parente1df3b6ba7b78255c8022468e9ad1a32255e5e59 (diff)
downloadopenshift-e2a6cde4f4e7d4a003950afc388f2cb60414c775.tar.gz
openshift-e2a6cde4f4e7d4a003950afc388f2cb60414c775.tar.bz2
openshift-e2a6cde4f4e7d4a003950afc388f2cb60414c775.tar.xz
openshift-e2a6cde4f4e7d4a003950afc388f2cb60414c775.zip
Merge pull request #6407 from mgugino-upstream-stage/crt-upgrades
Refactor upgrade codepaths step 1
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/init.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/init.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/init.yml b/playbooks/common/openshift-cluster/upgrades/init.yml
index 5454a6680..8ee83819e 100644
--- a/playbooks/common/openshift-cluster/upgrades/init.yml
+++ b/playbooks/common/openshift-cluster/upgrades/init.yml
@@ -8,7 +8,7 @@
- import_playbook: ../../../init/facts.yml
- name: Ensure firewall is not switched during upgrade
- hosts: oo_all_hosts
+ hosts: "{{ l_upgrade_no_switch_firewall_hosts | default('oo_all_hosts') }}"
vars:
openshift_master_installed_version: "{{ hostvars[groups.oo_first_master.0].openshift.common.version }}"
tasks: