Browse Source

Fix review comments

Manjunath A Kumatagi 8 years ago
parent
commit
83e021c78d
1 changed files with 2 additions and 8 deletions
  1. 2 8
      playbooks/common/openshift-cluster/additional_config.yml

+ 2 - 8
playbooks/common/openshift-cluster/additional_config.yml

@@ -1,11 +1,3 @@
-- name: Configure flannel
-  hosts: oo_first_master
-  vars:
-    etcd_urls: "{{ openshift.master.etcd_urls }}"
-  roles:
-  - role: flannel_register
-    when: openshift.common.use_flannel | bool
-
 - name: Additional master configuration
   hosts: oo_first_master
   vars:
@@ -24,3 +16,5 @@
   - 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