From 38fa66b00bfaef28ae3fa9e65ac03996b71e339f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Aug 2021 19:31:42 -0700 Subject: [PATCH] Revert "metrics-for-apps: commenting out ocp4 bootstrap node from proxy configs" This reverts commit 849b7295780b736f603891d3809f2330232fb5da. --- inventory/group_vars/proxies_stg | 2 +- roles/haproxy/templates/haproxy.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/group_vars/proxies_stg b/inventory/group_vars/proxies_stg index 6b695d935f..6ce1e381fb 100644 --- a/inventory/group_vars/proxies_stg +++ b/inventory/group_vars/proxies_stg @@ -122,7 +122,7 @@ openshift_nodes: - os-node04.stg.iad2.fedoraproject.org ocp_masters: -#- bootstrap.ocp.stg.iad2.fedoraproject.org +- bootstrap.ocp.stg.iad2.fedoraproject.org - ocp01.ocp.stg.iad2.fedoraproject.org - ocp02.ocp.stg.iad2.fedoraproject.org - ocp03.ocp.stg.iad2.fedoraproject.org diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index c0f553e0a1..295b14185c 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.stg.iad2.fedoraproject.org ocp02.ocp.stg.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check server ocp03.ocp.stg.iad2.fedoraproject.org ocp03.ocp.stg.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check # temp bootstrap node -# server bootstrap.ocp.stg.iad2.fedoraproject.org bootstrap.ocp.stg.iad2.fedoraproject.org:6443 weight 1 maxconn 16384 check + server bootstrap.ocp.stg.iad2.fedoraproject.org bootstrap.ocp.stg.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.stg.iad2.fedoraproject.org ocp02.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check server ocp03.ocp.stg.iad2.fedoraproject.org ocp03.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check # temp bootstrap node -# server bootstrap.ocp.stg.iad2.fedoraproject.org bootstrap.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check + server bootstrap.ocp.stg.iad2.fedoraproject.org bootstrap.ocp.stg.iad2.fedoraproject.org:22623 weight 1 maxconn 16384 check {% endif %} frontend fp-wiki-frontend