From 6a6e38702cd39aede65c8a95f4f228d0568d5061 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Wed, 26 Jul 2017 18:38:26 -0400 Subject: Add glusterfs hosts to oo_all_hosts so that hosts set initial facts. --- playbooks/byo/openshift-cluster/cluster_hosts.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks/byo') 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([]) }}" -- cgit v1.2.1