From 16585147d67bcfdb481f906ed22f26db56a3017c Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 12 May 2017 03:40:56 +0000 Subject: [PATCH] fix host group for shared_infra in a-a-o-a role 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 8684e6f987..29e4f0f2f5 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -788,7 +788,7 @@ openshift_master_console_port={{openshift_console_port}} {% if openshift_shared_infra %} [lb] -{% for host in groups[openshift_cluster_nodes_group] %} +{% for host in groups[openshift_cluster_masters_group] %} {{ host }} containerized=false {% endfor %}