From 70e9b0dfd954574cc6981bb8f65c85eec9ecd842 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 11 May 2017 17:53:36 +0000 Subject: [PATCH] make sure to not containerize load balancer bits in os-cluster Signed-off-by: Adam Miller --- .../templates/cluster-inventory.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 86c83ac688..52f27f8151 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -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]