diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-26 19:56:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 19:56:17 -0400 |
commit | d3785c7e3082bece6202775d8f7c91cb8a6c2697 (patch) | |
tree | a2f8efd518fae21f6755bb8bc6e34e68aa54bcc0 /playbooks | |
parent | 1cd89648269a483d464caef3f700b10cf68ea1c4 (diff) | |
parent | 6a6e38702cd39aede65c8a95f4f228d0568d5061 (diff) | |
download | openshift-d3785c7e3082bece6202775d8f7c91cb8a6c2697.tar.gz openshift-d3785c7e3082bece6202775d8f7c91cb8a6c2697.tar.bz2 openshift-d3785c7e3082bece6202775d8f7c91cb8a6c2697.tar.xz openshift-d3785c7e3082bece6202775d8f7c91cb8a6c2697.zip |
Merge pull request #4881 from abutcher/glusterfs-cluster-hosts
Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/openshift-cluster/cluster_hosts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/cluster_hosts.yml b/playbooks/byo/openshift-cluster/cluster_hosts.yml index 9d086b7b6..0adadfcef 100644 --- a/playbooks/byo/openshift-cluster/cluster_hosts.yml +++ b/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([]) }}" |