From e27514ac435b13c7c507c0fcd73c1135547d37ca Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 6 Feb 2017 14:22:23 -0500 Subject: Move excluder disablement into control plane and node upgrade playbooks So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook --- playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml') diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml b/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml index 9868cb5b4..f6e66c477 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_nodes.yml @@ -47,6 +47,10 @@ tags: - pre_upgrade +- include: ../disable_excluder.yml + tags: + - pre_upgrade + - include: ../../../../common/openshift-cluster/initialize_openshift_version.yml tags: - pre_upgrade -- cgit v1.2.3