From d75ad4c1b787bc002a9e4d13d36e611bd9d19760 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 16 May 2019 16:46:28 +0200 Subject: [PATCH] Add os-node11 also to routers - it's either bootstrap node or worker Signed-off-by: Patrick Uiterwijk --- files/communishift/haproxy.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/communishift/haproxy.cfg b/files/communishift/haproxy.cfg index 94e4df7b23..62627bcc38 100644 --- a/files/communishift/haproxy.cfg +++ b/files/communishift/haproxy.cfg @@ -79,7 +79,7 @@ backend os-routers-https server os-node07.fedorainfracloud.org os-node07.fedorainfracloud.org:443 weight 1 maxconn 16384 check server os-node08.fedorainfracloud.org os-node08.fedorainfracloud.org:443 weight 1 maxconn 16384 check server os-node10.fedorainfracloud.org os-node10.fedorainfracloud.org:443 weight 1 maxconn 16384 check - server os-node10.fedorainfracloud.org os-node11.fedorainfracloud.org:443 weight 1 maxconn 16384 check + server os-node11.fedorainfracloud.org os-node11.fedorainfracloud.org:443 weight 1 maxconn 16384 check frontend os-routers-http mode tcp @@ -94,3 +94,4 @@ backend os-routers-http server os-node07.fedorainfracloud.org os-node07.fedorainfracloud.org:80 weight 1 maxconn 16384 check server os-node08.fedorainfracloud.org os-node08.fedorainfracloud.org:80 weight 1 maxconn 16384 check server os-node10.fedorainfracloud.org os-node10.fedorainfracloud.org:80 weight 1 maxconn 16384 check + server os-node11.fedorainfracloud.org os-node11.fedorainfracloud.org:80 weight 1 maxconn 16384 check