Re-enable rabbit/* roles now that we have fmc deployed

Reverts https://pagure.io/fedora-infra/ansible/c/8e9bfd01f7ef14d082794d07d44f37b4a427c47a

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-09-03 11:00:06 -04:00 committed by mohanboddu
parent 46d5a192aa
commit 4afeffdc54

View file

@ -147,15 +147,15 @@
- role: keytab/service
service: odcs
host: "odcs-backend-releng01.iad2.fedoraproject.org"
#- role: rabbit/user
#username: "fmc{{ env_suffix }}"
#- role: rabbit/queue
#username: "fmc{{ env_suffix }}"
#queue_name: "{{ fmc_queue_name }}"
#routing_keys: "{{ fmc_routing_keys }}"
#thresholds:
#warning: 100
#critical: 1000
- role: rabbit/user
username: "fmc{{ env_suffix }}"
- role: rabbit/queue
username: "fmc{{ env_suffix }}"
queue_name: "{{ fmc_queue_name }}"
routing_keys: "{{ fmc_routing_keys }}"
thresholds:
warning: 100
critical: 1000
- role: fmc
host: "odcs-backend-releng01.iad2.fedoraproject.org"