Sfoglia il codice sorgente

Merge pull request #8408 from jarrpa/registry-gluster-hosts

GlusterFS: Add GlusterFS hosts to openshift-hosted/config.yml playbook
Scott Dodson 6 anni fa
parent
commit
dc997310f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      playbooks/openshift-hosted/config.yml

+ 1 - 1
playbooks/openshift-hosted/config.yml

@@ -1,7 +1,7 @@
 ---
 ---
 - import_playbook: ../init/main.yml
 - import_playbook: ../init/main.yml
   vars:
   vars:
-    l_init_fact_hosts: "oo_masters_to_config"
+    l_init_fact_hosts: "oo_masters_to_config:oo_glusterfs_to_config"
     l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
     l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
     l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
     l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"