mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
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>
12 lines
310 B
YAML
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
|