summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-04-07 16:07:57 +0200
committerJan Chaloupka <jchaloup@redhat.com>2017-05-03 15:45:16 +0200
commitba67bf5e155b81d5f313f6e8492ffd5d3b583286 (patch)
treeb9b33dd6886f64bc8dcc8a93caf4feb4ea2dca12 /playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml
parent0a195fb83ecd592ca0b2c897dc240298cd64a75e (diff)
downloadopenshift-ba67bf5e155b81d5f313f6e8492ffd5d3b583286.tar.gz
openshift-ba67bf5e155b81d5f313f6e8492ffd5d3b583286.tar.bz2
openshift-ba67bf5e155b81d5f313f6e8492ffd5d3b583286.tar.xz
openshift-ba67bf5e155b81d5f313f6e8492ffd5d3b583286.zip
run excluders over selected set of hosts during control_plane/node upgrade
Disable/reset excluders over requested hosts
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml
index 7cedfb1ca..1269634d1 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_5/upgrade.yml
@@ -46,12 +46,14 @@
tags:
- pre_upgrade
-- include: ../disable_excluder.yml
+- include: ../disable_master_excluders.yml
+ tags:
+ - pre_upgrade
+
+- include: ../disable_node_excluders.yml
tags:
- pre_upgrade
-# Note: During upgrade the openshift excluder is not unexcluded inside the initialize_openshift_version.yml play.
-# So it is necessary to run the play after running disable_excluder.yml.
- include: ../../initialize_openshift_version.yml
tags:
- pre_upgrade