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:
parent
46d5a192aa
commit
4afeffdc54
1 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue