summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/disable_excluder.yml
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-05-12 12:05:10 +0200
committerGitHub <noreply@github.com>2017-05-12 12:05:10 +0200
commit52c19f7eeffe9dc8b480f6645564be5f1dffe677 (patch)
treeb1e7425beaecc8d7508cec97446b47dda988f89c /playbooks/common/openshift-cluster/disable_excluder.yml
parent593ef653c0d17876b871a221587a472cb0235c97 (diff)
parentba67bf5e155b81d5f313f6e8492ffd5d3b583286 (diff)
downloadopenshift-52c19f7eeffe9dc8b480f6645564be5f1dffe677.tar.gz
openshift-52c19f7eeffe9dc8b480f6645564be5f1dffe677.tar.bz2
openshift-52c19f7eeffe9dc8b480f6645564be5f1dffe677.tar.xz
openshift-52c19f7eeffe9dc8b480f6645564be5f1dffe677.zip
Merge pull request #3879 from ingvagabund/run-excluders-on-selected-hosts-only
run excluders over selected set of hosts during control_plane/node upgrade
Diffstat (limited to 'playbooks/common/openshift-cluster/disable_excluder.yml')
-rw-r--r--playbooks/common/openshift-cluster/disable_excluder.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/playbooks/common/openshift-cluster/disable_excluder.yml b/playbooks/common/openshift-cluster/disable_excluder.yml
deleted file mode 100644
index f664c51c9..000000000
--- a/playbooks/common/openshift-cluster/disable_excluder.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: Disable excluders
- hosts: oo_masters_to_config:oo_nodes_to_config
- gather_facts: no
- tasks:
-
- # During installation the excluders are installed with present state.
- # So no pre-validation check here as the excluders are either to be installed (present = latest)
- # or they are not going to be updated if already installed
-
- # disable excluders based on their status
- - include_role:
- name: openshift_excluder
- tasks_from: disable
- vars:
- openshift_excluder_package_state: present
- docker_excluder_package_state: present