diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-08 11:34:08 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-16 14:21:09 -0500 |
commit | 89afc792b4c49e926d50b1d99c2a79ce13526285 (patch) | |
tree | 5b8c16e1a1f3894f819790056a55eaa906a36ca4 /playbooks/gce | |
parent | 02cf4ef8e279602190ae991f028dc36793747e9e (diff) | |
download | openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.gz openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.bz2 openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.tar.xz openshift-89afc792b4c49e926d50b1d99c2a79ce13526285.zip |
Move additional master configuration into a separate master playbook.
Diffstat (limited to 'playbooks/gce')
-rw-r--r-- | playbooks/gce/openshift-cluster/cluster_hosts.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/gce/openshift-cluster/cluster_hosts.yml b/playbooks/gce/openshift-cluster/cluster_hosts.yml index bcf427b47..b989e15fa 100644 --- a/playbooks/gce/openshift-cluster/cluster_hosts.yml +++ b/playbooks/gce/openshift-cluster/cluster_hosts.yml @@ -12,8 +12,6 @@ g_master_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-master'] | de g_new_master_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-new-master'] | default([])) }}" -g_all_master_hosts: "{{ (g_all_hosts | intersect(groups['tag_host-type-master'])) | union((g_all_hosts | intersect(groups['tag_host-type-new-master']))) | default([]) }}" - g_node_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-node'] | default([])) }}" g_new_node_hosts: "{{ g_all_hosts | intersect(groups['tag_host-type-new-node'] | default([])) }}" |