diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-02 15:25:27 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-02 15:25:27 -0500 |
commit | fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e (patch) | |
tree | a2d846e9bc37dc9220b49ffec06b716eb360d8a8 /playbooks/byo | |
parent | ff8f2013a8dde61bc8fe57c545c716b9a3dc4098 (diff) | |
parent | 8729ef23ff37a51a8c13a825e740171bbeed0031 (diff) | |
download | openshift-fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e.tar.gz openshift-fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e.tar.bz2 openshift-fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e.tar.xz openshift-fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e.zip |
Merge pull request #1325 from abutcher/fix-scaleup
Fix scaleup playbook.
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/openshift-cluster/cluster_hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/cluster_hosts.yml b/playbooks/byo/openshift-cluster/cluster_hosts.yml index e093b2580..10872e738 100644 --- a/playbooks/byo/openshift-cluster/cluster_hosts.yml +++ b/playbooks/byo/openshift-cluster/cluster_hosts.yml @@ -7,6 +7,8 @@ g_master_hosts: "{{ groups.masters | default([]) }}" g_node_hosts: "{{ groups.nodes | default([]) }}" +g_new_node_hosts: "{{ groups.new_nodes | default([]) }}" + g_nfs_hosts: "{{ groups.nfs | default([]) }}" g_all_hosts: "{{ g_master_hosts | union(g_node_hosts) | union(g_etcd_hosts) |