mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user