odcs: disable fmc queue for now

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-22 09:23:12 -07:00
parent 2003cd2b5b
commit aacb604700

View file

@ -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"