mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
sent_topics can't be a list, it has to be a single regexp
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -31,11 +31,7 @@
|
||||
SSLCertificateChainFile: "{{wildcard_int_file}}"
|
||||
- role: rabbit/user
|
||||
username: "batcave{{ env_suffix }}"
|
||||
sent_topics:
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.ansible\..*
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.git\..*
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.infragit\..*
|
||||
- ^org\.fedoraproject\.{{ env_short }}\.logger\.log\..*
|
||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(ansible|git|infragit|logger\.log)\..*
|
||||
- role: rabbit/queue
|
||||
username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
@@ -44,8 +40,7 @@
|
||||
thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
sent_topics:
|
||||
- ^$
|
||||
sent_topics: ^$
|
||||
- role: rabbit/queue
|
||||
username: "mirror_pagure_ansible{{ env_suffix }}"
|
||||
queue_name: "mirror_pagure_ansible{{ env_suffix }}_13"
|
||||
@@ -54,8 +49,7 @@
|
||||
thresholds:
|
||||
warning: 10
|
||||
critical: 100
|
||||
sent_topics:
|
||||
- ^$
|
||||
sent_topics: ^$
|
||||
when: datacenter != 'iad2'
|
||||
- batcave
|
||||
- role: grobisplitter
|
||||
|
||||
Reference in New Issue
Block a user