Files
fedora-infra_ansible/roles/rabbit/queue/defaults/main.yml
Kevin Fenzi 72789a919f rabbitmq: switch datacenter out for rdu3
This was useful when we had clusters in iad2 and rdu3, but it didn't
actually quite work then and it definitely doesn't now. :)

Datacenters like 'aws' do not have their own clusters, they use the one
in rdu3. So, just switch it back to hard coding.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-17 18:00:47 -07:00

12 lines
310 B
YAML

---
queue_rabbitmq_server: "rabbitmq01{{ env_suffix }}.rdu3.fedoraproject.org"
queue_vhost: /pubsub
queue_default_exchange: amq.topic
queue_routing_keys: []
queue_message_ttl: null
queue_max_priority: null
queue_thresholds:
warning: 10000
critical: 100000
queue_nagios_server: noc01.rdu3.fedoraproject.org