remove lb group from a-a-o-a role template, we will never need it in the Infra
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
16585147d6
commit
5e2fca7011
1 changed files with 0 additions and 16 deletions
|
@ -8,7 +8,6 @@
|
||||||
masters
|
masters
|
||||||
nodes
|
nodes
|
||||||
etcd
|
etcd
|
||||||
lb
|
|
||||||
|
|
||||||
# Add this if using nfs and have defined the nfs group
|
# Add this if using nfs and have defined the nfs group
|
||||||
#nfs
|
#nfs
|
||||||
|
@ -787,11 +786,6 @@ openshift_master_console_port={{openshift_console_port}}
|
||||||
{% if openshift_shared_infra is defined %}
|
{% if openshift_shared_infra is defined %}
|
||||||
{% if openshift_shared_infra %}
|
{% if openshift_shared_infra %}
|
||||||
|
|
||||||
[lb]
|
|
||||||
{% for host in groups[openshift_cluster_masters_group] %}
|
|
||||||
{{ host }} containerized=false
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
[nodes]
|
[nodes]
|
||||||
{% for host in groups[openshift_cluster_masters_group] %}
|
{% for host in groups[openshift_cluster_masters_group] %}
|
||||||
{{ host }} openshift_schedulable=False
|
{{ host }} openshift_schedulable=False
|
||||||
|
@ -802,11 +796,6 @@ openshift_master_console_port={{openshift_console_port}}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
[lb]
|
|
||||||
{% for host in groups[openshift_cluster_infra_group] %}
|
|
||||||
{{ host }} containerized=false
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
[nodes]
|
[nodes]
|
||||||
{% for host in groups[openshift_cluster_infra_group] %}
|
{% for host in groups[openshift_cluster_infra_group] %}
|
||||||
{{ host }} openshift_node_labels="{'region':'infra'}"
|
{{ host }} openshift_node_labels="{'region':'infra'}"
|
||||||
|
@ -822,11 +811,6 @@ openshift_master_console_port={{openshift_console_port}}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
[lb]
|
|
||||||
{% for host in groups[openshift_cluster_infra_group] %}
|
|
||||||
{{ host }} containerized=false
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
[nodes]
|
[nodes]
|
||||||
{% for host in groups[openshift_cluster_infra_group] %}
|
{% for host in groups[openshift_cluster_infra_group] %}
|
||||||
{{ host }} openshift_node_labels="{'region':'infra'}"
|
{{ host }} openshift_node_labels="{'region':'infra'}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue