summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-01 08:21:15 -0400
committerGitHub <noreply@github.com>2017-09-01 08:21:15 -0400
commit4a11ed0808f508d7e9d0953149377e2e181bdae9 (patch)
tree3df83c2c1239cc6256f88670d077727ef556523b /playbooks/common/openshift-cluster/config.yml
parent9fef95ead2bd088327627e2773a754f664935761 (diff)
parentecb0cbe04149fdcbf3992ccfc7578c6605462bc3 (diff)
downloadopenshift-4a11ed0808f508d7e9d0953149377e2e181bdae9.tar.gz
openshift-4a11ed0808f508d7e9d0953149377e2e181bdae9.tar.bz2
openshift-4a11ed0808f508d7e9d0953149377e2e181bdae9.tar.xz
openshift-4a11ed0808f508d7e9d0953149377e2e181bdae9.zip
Merge pull request #5282 from mtnbikenc/breakout-node-config
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index 31c4b04af..7874391cc 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -22,16 +22,6 @@
tags:
- always
-- name: Disable excluders
- hosts: oo_masters_to_config:oo_nodes_to_config
- tags:
- - always
- gather_facts: no
- roles:
- - role: openshift_excluder
- r_openshift_excluder_action: disable
- r_openshift_excluder_service_type: "{{ openshift.common.service_type }}"
-
- include: ../openshift-etcd/config.yml
tags:
- etcd
@@ -69,13 +59,3 @@
- openshift_enable_service_catalog | default(false) | bool
tags:
- servicecatalog
-
-- name: Re-enable excluder if it was previously enabled
- hosts: oo_masters_to_config:oo_nodes_to_config
- tags:
- - always
- gather_facts: no
- roles:
- - role: openshift_excluder
- r_openshift_excluder_action: enable
- r_openshift_excluder_service_type: "{{ openshift.common.service_type }}"