metrics-for-apps: Remove temporary ocp4 bootstrap machine from haproxy
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
4e8fa0e687
commit
b778a45d6c
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue