Drop the mirror_pagure_ansible_13 rabbitmq queue
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5a926c4076
commit
ea26e54ca0
2 changed files with 0 additions and 14 deletions
|
@ -42,16 +42,6 @@
|
||||||
warning: 10
|
warning: 10
|
||||||
critical: 100
|
critical: 100
|
||||||
user_sent_topics: ^$
|
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
|
- batcave
|
||||||
- role: grobisplitter
|
- role: grobisplitter
|
||||||
when: datacenter == 'rdu3'
|
when: datacenter == 'rdu3'
|
||||||
|
|
|
@ -11,8 +11,6 @@ callback = "mirror_from_pagure_bus:MirrorFromPagure"
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
{% if inventory_hostname.startswith('batcave01') %}
|
{% if inventory_hostname.startswith('batcave01') %}
|
||||||
queue = "mirror_pagure_ansible{{ env_suffix }}"
|
queue = "mirror_pagure_ansible{{ env_suffix }}"
|
||||||
{% elif inventory_hostname.startswith('batcave13.') %}
|
|
||||||
queue = "mirror_pagure_ansible{{ env_suffix }}_13"
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = [
|
routing_keys = [
|
||||||
|
@ -31,8 +29,6 @@ app_contacts_email = ["pingou@fedoraproject.org"]
|
||||||
|
|
||||||
{% if inventory_hostname.startswith('batcave01') %}
|
{% if inventory_hostname.startswith('batcave01') %}
|
||||||
[queues."mirror_pagure_ansible{{ env_suffix }}"]
|
[queues."mirror_pagure_ansible{{ env_suffix }}"]
|
||||||
{% elif inventory_hostname.startswith('batcave13.') %}
|
|
||||||
[queues."mirror_pagure_ansible{{ env_suffix }}_13"]
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
durable = true
|
durable = true
|
||||||
auto_delete = false
|
auto_delete = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue