Relay RabbitMQ on the proxies in RDU3

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-06-27 14:32:34 +02:00
parent a74db01ce1
commit 38d138e9e0
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -314,7 +314,6 @@ backend kojipkgs-backend
option httpchk GET / option httpchk GET /
{% endif %} {% endif %}
{% if datacenter == "iad2" %}
# These ports are for proxying rabbitmq (AMQP) protocol through. # These ports are for proxying rabbitmq (AMQP) protocol through.
# At this moment, internal- and public-rabbitmq both point to the exact same set of # 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. # 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 rabbitmq01 rabbitmq01:5671 weight 1 maxconn 16384
server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384 server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384
server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384 server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384
{% endif %}
{% if 'iad2' in inventory_hostname %} {% if 'iad2' in inventory_hostname %}
frontend zabbix-frontend frontend zabbix-frontend