From 2476040c9795d0fbc41a2c97e680ea70a59b077b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 25 Mar 2019 22:09:35 +0100 Subject: [PATCH] There are also three rabbitmq nodes in staging Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 4cdbc2b201..ce12921b76 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -587,11 +587,9 @@ backend rabbitmq balance roundrobin maxconn 16384 server rabbitmq01 rabbitmq01:5671 weight 1 maxconn 16384 -{% if env == "production" %} server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384 server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384 {% endif %} -{% endif %} # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others.