mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 10:01:28 +08:00
Drop the mirror_pagure_ansible_13 rabbitmq queue
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -42,16 +42,6 @@
|
||||
warning: 10
|
||||
critical: 100
|
||||
user_sent_topics: ^$
|
||||
- role: rabbit/queue
|
||||
queue_username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_pagure_ansible{{ env_suffix }}_13"
|
||||
queue_routing_keys:
|
||||
- "io.pagure.*.pagure.git.receive"
|
||||
queue_thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
user_sent_topics: ^$
|
||||
when: datacenter != 'rdu3'
|
||||
- batcave
|
||||
- role: grobisplitter
|
||||
when: datacenter == 'rdu3'
|
||||
|
||||
@@ -11,8 +11,6 @@ callback = "mirror_from_pagure_bus:MirrorFromPagure"
|
||||
[[bindings]]
|
||||
{% if inventory_hostname.startswith('batcave01') %}
|
||||
queue = "mirror_pagure_ansible{{ env_suffix }}"
|
||||
{% elif inventory_hostname.startswith('batcave13.') %}
|
||||
queue = "mirror_pagure_ansible{{ env_suffix }}_13"
|
||||
{% endif %}
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
@@ -31,8 +29,6 @@ app_contacts_email = ["pingou@fedoraproject.org"]
|
||||
|
||||
{% if inventory_hostname.startswith('batcave01') %}
|
||||
[queues."mirror_pagure_ansible{{ env_suffix }}"]
|
||||
{% elif inventory_hostname.startswith('batcave13.') %}
|
||||
[queues."mirror_pagure_ansible{{ env_suffix }}_13"]
|
||||
{% endif %}
|
||||
durable = true
|
||||
auto_delete = false
|
||||
|
||||
Reference in New Issue
Block a user