summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorManjunath A Kumatagi <mkumatag@in.ibm.com>2016-08-21 17:22:04 +0530
committerManjunath A Kumatagi <mkumatag@in.ibm.com>2016-08-21 17:22:04 +0530
commitfdf5672a697fc132fc6248f48c1ce9e0203033a9 (patch)
treec13ee07032621c437075a8394ff3cfa535651264 /playbooks
parent66df6c2f5ee015036f82fe53fc510d6fd26603d6 (diff)
downloadopenshift-fdf5672a697fc132fc6248f48c1ce9e0203033a9.tar.gz
openshift-fdf5672a697fc132fc6248f48c1ce9e0203033a9.tar.bz2
openshift-fdf5672a697fc132fc6248f48c1ce9e0203033a9.tar.xz
openshift-fdf5672a697fc132fc6248f48c1ce9e0203033a9.zip
Remove duplicate flannel registration
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/additional_config.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml
index e9fb3de96..ae04f0981 100644
--- a/playbooks/common/openshift-cluster/additional_config.yml
+++ b/playbooks/common/openshift-cluster/additional_config.yml
@@ -24,7 +24,3 @@
- role: cockpit
when: not openshift.common.is_atomic and ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
(osm_use_cockpit | bool or osm_use_cockpit is undefined )
- - role: flannel_register
- when: openshift.common.use_flannel | bool
-
-