Drop the mirror_pagure_ansible_13 rabbitmq queue

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-04 18:39:21 +02:00
parent 5a926c4076
commit ea26e54ca0
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 0 additions and 14 deletions

View file

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

View file

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