odcs: disable fmc queue for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2003cd2b5b
commit
aacb604700
1 changed files with 9 additions and 9 deletions
|
@ -145,15 +145,15 @@
|
|||
roles:
|
||||
- role: keytab/service
|
||||
service: odcs
|
||||
- role: rabbit/queue
|
||||
username: "fmc{{ env_suffix }}"
|
||||
queue_name: "{{ fmc_queue_name }}"
|
||||
routing_keys: "{{ fmc_routing_keys }}"
|
||||
thresholds:
|
||||
warning: 100
|
||||
critical: 1000
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.odcs\..*
|
||||
- role: fmc
|
||||
# - role: rabbit/queue
|
||||
#username: "fmc{{ env_suffix }}"
|
||||
#queue_name: "{{ fmc_queue_name }}"
|
||||
#routing_keys: "{{ fmc_routing_keys }}"
|
||||
#thresholds:
|
||||
# warning: 100
|
||||
# critical: 1000
|
||||
#sent_topics: ^org\.fedoraproject\.{{ env_short }}\.odcs\..*
|
||||
# - role: fmc
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue