From 38d138e9e0ca2dfb0cdd0dc010e247ce9f50a3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 27 Jun 2025 14:32:34 +0200 Subject: [PATCH] Relay RabbitMQ on the proxies in RDU3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- 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 91e17f8204..b73dd29a69 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -314,7 +314,6 @@ backend kojipkgs-backend option httpchk GET / {% endif %} -{% if datacenter == "iad2" %} # These ports are for proxying rabbitmq (AMQP) protocol through. # At this moment, internal- and public-rabbitmq both point to the exact same set of # brokers on the backend, but the internal- is intended for applications we directly control. @@ -338,7 +337,6 @@ backend rabbitmq server rabbitmq01 rabbitmq01:5671 weight 1 maxconn 16384 server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384 server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384 -{% endif %} {% if 'iad2' in inventory_hostname %} frontend zabbix-frontend