From b778a45d6c12d52a7c3cc1d76c5edfd1954c4c07 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Sep 08 2021 03:35:48 +0000 Subject: metrics-for-apps: Remove temporary ocp4 bootstrap machine from haproxy Signed-off-by: David Kirwan --- diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 56af90b..0d3a68b 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -49,7 +49,7 @@ backend ocp-masters-backend-kapi server ocp02.ocp.iad2.fedoraproject.org ocp02.ocp.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check server ocp03.ocp.iad2.fedoraproject.org ocp03.ocp.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check # temp bootstrap node - server bootstrap.ocp.iad2.fedoraproject.org bootstrap.ocp.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check +# server bootstrap.ocp.iad2.fedoraproject.org bootstrap.ocp.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check frontend ocp-masters-machineconfig mode tcp @@ -62,7 +62,7 @@ backend ocp-masters-backend-machineconfig server ocp02.ocp.iad2.fedoraproject.org ocp02.ocp.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check server ocp03.ocp.iad2.fedoraproject.org ocp03.ocp.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check # temp bootstrap node - server bootstrap.ocp.iad2.fedoraproject.org bootstrap.ocp.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check +# server bootstrap.ocp.iad2.fedoraproject.org bootstrap.ocp.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check {% endif %} {% if env != "production" and 'iad2' in inventory_hostname %}