diff options
author | Andrew Butcher <abutcher@redhat.com> | 2017-07-26 18:38:26 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2017-07-26 18:38:26 -0400 |
commit | 6a6e38702cd39aede65c8a95f4f228d0568d5061 (patch) | |
tree | 085da59290a44822cb0f43468d333134caa37e11 | |
parent | b70e033ee5df2e27038fe49100bbabd8562b1010 (diff) | |
download | openshift-6a6e38702cd39aede65c8a95f4f228d0568d5061.tar.gz openshift-6a6e38702cd39aede65c8a95f4f228d0568d5061.tar.bz2 openshift-6a6e38702cd39aede65c8a95f4f228d0568d5061.tar.xz openshift-6a6e38702cd39aede65c8a95f4f228d0568d5061.zip |
Add glusterfs hosts to oo_all_hosts so that hosts set initial facts.
-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([]) }}" |