Browse Source

Merge pull request #7887 from mgugino-upstream-stage/sc-etcd-init-facts

Add oo_etcd_to_config to service_catalog init
Scott Dodson 7 years ago
parent
commit
b1fe9ae103
1 changed files with 1 additions and 2 deletions
  1. 1 2
      playbooks/openshift-service-catalog/config.yml

+ 1 - 2
playbooks/openshift-service-catalog/config.yml

@@ -1,10 +1,9 @@
 ---
 - import_playbook: ../init/main.yml
   vars:
-    l_init_fact_hosts: "oo_masters_to_config"
+    l_init_fact_hosts: "oo_masters_to_config:oo_etcd_to_config"
     l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
     l_openshift_version_check_hosts: "all:!all"
     l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
 
-
 - import_playbook: private/config.yml