summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-11 16:18:12 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-11 16:18:12 -0500
commit2fd931794bf82cf3e11ad9267df9e0885dde7b1d (patch)
treea0d133dead7cfc2ca567c0238cadf9e1a72cafb2 /playbooks
parent1d65d7df8bc2829e8b536ba44ad2dd3a426f2461 (diff)
parent2b3af4a3d009e6eac172db437b1e701ec5004dc9 (diff)
downloadopenshift-2fd931794bf82cf3e11ad9267df9e0885dde7b1d.tar.gz
openshift-2fd931794bf82cf3e11ad9267df9e0885dde7b1d.tar.bz2
openshift-2fd931794bf82cf3e11ad9267df9e0885dde7b1d.tar.xz
openshift-2fd931794bf82cf3e11ad9267df9e0885dde7b1d.zip
Merge pull request #1324 from abutcher/fluentd-fixes
Remove fluentd_master and fluentd_node roles
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml2
-rw-r--r--playbooks/common/openshift-node/config.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index bba53151a..77edbd1a6 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -352,8 +352,6 @@
roles:
- openshift_master
- role: nickhammond.logrotate
- - role: fluentd_master
- when: openshift.common.use_fluentd | bool
- role: nuage_master
when: openshift.common.use_nuage | bool
post_tasks:
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index 01e637f7a..56d30e9b9 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -217,8 +217,6 @@
- role: nuage_node
when: openshift.common.use_nuage | bool
- role: nickhammond.logrotate
- - role: fluentd_node
- when: openshift.common.use_fluentd | bool
tasks:
- name: Create group for deployment type
group_by: key=oo_nodes_deployment_type_{{ openshift.common.deployment_type }}