ODCS: Comment out rabbit/* roles for now until we find out in which repository the 'fmc' package exists.

This commit is contained in:
Jan Kaluza 2020-07-31 08:43:18 +02:00
parent 1ece2e6500
commit 8e9bfd01f7

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
# Disable the "fmc" role for now, because there is no "fmc" RPM available yet,
# or I do not know where to find it...
# - role: fmc