diff options
author | Tim Bielawa <timbielawa@gmail.com> | 2017-04-28 12:41:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 12:41:09 -0400 |
commit | d8a70bbd179c59e121a652f2b590f65ed7889eab (patch) | |
tree | 9d8c16df98ac710f1624acb5afc6f0d8be44fc82 /playbooks/gce | |
parent | 7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7 (diff) | |
parent | b23be0da38759744cebc8d4b454af1299d97a445 (diff) | |
download | openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.gz openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.bz2 openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.xz openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.zip |
Merge branch 'master' into contrib_pre-commit_hook
Diffstat (limited to 'playbooks/gce')
-rw-r--r-- | playbooks/gce/openshift-cluster/cluster_hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/gce/openshift-cluster/cluster_hosts.yml b/playbooks/gce/openshift-cluster/cluster_hosts.yml index 74e2420db..05a58db73 100644 --- a/playbooks/gce/openshift-cluster/cluster_hosts.yml +++ b/playbooks/gce/openshift-cluster/cluster_hosts.yml @@ -8,6 +8,8 @@ g_lb_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-lb'] | default([]) g_nfs_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-nfs'] | default([])) }}" +g_glusterfs_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-glusterfs'] | default([])) }}" + g_master_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-master'] | default([])) }}" g_new_master_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-new-master'] | default([])) }}" |