openshift: setup the infra labeled nodes correctly so we can run infra services
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
80c15f6bf1
commit
3fa172f847
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
{{ host }} openshift_node_group_name='node-config-compute'
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for host in groups['os_infra_nodes'] %}
|
||||
{% if hostvars[host].datacenter == 'iad2' %}
|
||||
{{ host }} openshift_node_group_name='node-config-infra'
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
#[nfs]
|
||||
#ose3-master1.test.example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue