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:
Kevin Fenzi 2020-05-18 09:27:08 -07:00
parent 80c15f6bf1
commit 3fa172f847

View file

@ -29,6 +29,11 @@
{{ host }} openshift_node_group_name='node-config-compute' {{ host }} openshift_node_group_name='node-config-compute'
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% for host in groups['os_infra_nodes'] %}
{% if hostvars[host].datacenter == 'iad2' %}
{{ host }} openshift_node_group_name='node-config-infra'
{% endif %}
{% endfor %}
#[nfs] #[nfs]
#ose3-master1.test.example.com #ose3-master1.test.example.com