From ba67bf5e155b81d5f313f6e8492ffd5d3b583286 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Fri, 7 Apr 2017 16:07:57 +0200 Subject: run excluders over selected set of hosts during control_plane/node upgrade Disable/reset excluders over requested hosts --- playbooks/common/openshift-cluster/disable_excluder.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 playbooks/common/openshift-cluster/disable_excluder.yml (limited to 'playbooks/common/openshift-cluster/disable_excluder.yml') 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 -- cgit v1.2.3