From 8e9bfd01f7ef14d082794d07d44f37b4a427c47a Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 31 Jul 2020 08:43:18 +0200 Subject: [PATCH] ODCS: Comment out rabbit/* roles for now until we find out in which repository the 'fmc' package exists. --- playbooks/groups/odcs.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index fde77d83e4..eb007b450f 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -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