Jelajahi Sumber

Merge pull request #4881 from abutcher/glusterfs-cluster-hosts

Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
Scott Dodson 7 tahun lalu
induk
melakukan
d3785c7e30
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      playbooks/byo/openshift-cluster/cluster_hosts.yml

+ 1 - 0
playbooks/byo/openshift-cluster/cluster_hosts.yml

@@ -20,4 +20,5 @@ g_glusterfs_registry_hosts: "{{ groups.glusterfs_registry | default(g_glusterfs_
 g_all_hosts: "{{ g_master_hosts | union(g_node_hosts) | union(g_etcd_hosts)
                  | union(g_lb_hosts) | union(g_nfs_hosts)
                  | union(g_new_node_hosts)| union(g_new_master_hosts)
+                 | union(g_glusterfs_hosts)
                  | default([]) }}"