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:
Aurélien Bompard
2022-07-07 09:09:07 +02:00
parent 60c63ef0d3
commit d083b291d3
48 changed files with 59 additions and 117 deletions

View File

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