From 8cdc8ef6d651ae3f58fda55438e8f6d592727428 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Thu, 16 Mar 2017 16:26:26 +0100
Subject: enable excluders during node/master scaling up

---
 playbooks/common/openshift-node/scaleup.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'playbooks/common/openshift-node')

diff --git a/playbooks/common/openshift-node/scaleup.yml b/playbooks/common/openshift-node/scaleup.yml
index bb3b1e780..d81bd152e 100644
--- a/playbooks/common/openshift-node/scaleup.yml
+++ b/playbooks/common/openshift-node/scaleup.yml
@@ -27,4 +27,15 @@
   - openshift_facts
   - openshift_docker
 
+- include: ../openshift-cluster/disable_excluder.yml
+  vars:
+    # the excluders needs to be disabled no matter what status says
+    with_status_check: false
+  tags:
+  - always
+
 - include: ../openshift-node/config.yml
+
+- include: ../openshift-cluster/reset_excluder.yml
+  tags:
+  - always
-- 
cgit v1.2.3