make sure to not containerize load balancer bits in os-cluster

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-05-11 17:53:36 +00:00
parent b4a263c803
commit 70e9b0dfd9

View file

@ -780,7 +780,7 @@ openshift_master_default_subdomain={{openshift_app_subdomain}}
[lb]
{% for host in groups[openshift_cluster_infra_group] %}
{{ host }}
{{ host }} containerized=false
{% endfor %}
[nodes]