From 387f895e2ef7ac172a95b22352990e794d7c3c9a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Jun 2020 10:33:56 -0700 Subject: [PATCH] iad2: adjust batcave01.iad2 to be the only one Signed-off-by: Kevin Fenzi --- playbooks/groups/batcave.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 2dc4a28c62..455992f619 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -36,10 +36,8 @@ - role: openvpn/client - role: rabbit/user username: "mirror_pagure_ansible{{ env_suffix }}" - when: datacenter != 'iad2' - role: rabbit/user username: "batcave{{ env_suffix }}" - when: datacenter != 'iad2' - role: rabbit/queue username: "mirror_pagure_ansible{{ env_suffix }}" queue_name: "mirror_pagure_ansible{{ env_suffix }}" @@ -48,7 +46,6 @@ thresholds: warning: 10 critical: 100 - when: datacenter != 'iad2' - role: rabbit/queue username: "mirror_pagure_ansible{{ env_suffix }}" queue_name: "mirror_pagure_ansible{{ env_suffix }}_13" @@ -58,15 +55,6 @@ warning: 10 critical: 100 when: datacenter != 'iad2' - - role: rabbit/queue - username: "mirror_pagure_ansible{{ env_suffix }}_iad2" - queue_name: "mirror_pagure_ansible{{ env_suffix }}_iad2" - routing_keys: - - "io.pagure.*.pagure.git.receive" - thresholds: - warning: 10 - critical: 100 - when: datacenter == 'iad2' - batcave - role: grobisplitter when: datacenter == 'iad2'