No need for so much escaping

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-06-21 11:36:09 +02:00
parent 34eea99c7f
commit f5484d1e23
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
7 changed files with 7 additions and 7 deletions

View file

@ -100,7 +100,7 @@
warning: 10 warning: 10
critical: 100 critical: 100
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.bodhi\\..* - ^org\.fedoraproject\.{{ env_short }}\.bodhi\..*
- role: rabbit/queue - role: rabbit/queue
username: "bodhi{{ env_suffix }}" username: "bodhi{{ env_suffix }}"

View file

@ -33,7 +33,7 @@
warning: 10 warning: 10
critical: 100 critical: 100
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.bodhi\\..* - ^org\.fedoraproject\.{{ env_short }}\.bodhi\..*
- role: openshift/project - role: openshift/project
app: bodhi app: bodhi

View file

@ -13,7 +13,7 @@
- role: rabbit/user - role: rabbit/user
username: "bugzilla2fedmsg{{ env_suffix }}" username: "bugzilla2fedmsg{{ env_suffix }}"
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.bugzilla\\..* - ^org\.fedoraproject\.{{ env_short }}\.bugzilla\..*
- role: openshift/project - role: openshift/project
app: bugzilla2fedmsg app: bugzilla2fedmsg

View file

@ -12,7 +12,7 @@
- role: rabbit/user - role: rabbit/user
username: "discourse2fedmsg{{ env_suffix }}" username: "discourse2fedmsg{{ env_suffix }}"
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.discourse\\..* - ^org\.fedoraproject\.{{ env_short }}\.discourse\..*
- role: openshift/project - role: openshift/project
app: discourse2fedmsg app: discourse2fedmsg

View file

@ -34,7 +34,7 @@
- role: rabbit/user - role: rabbit/user
username: "elections{{ env_suffix }}" username: "elections{{ env_suffix }}"
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.fedora_elections\\..* - ^org\.fedoraproject\.{{ env_short }}\.fedora_elections\..*
- role: openshift/project - role: openshift/project
app: elections app: elections

View file

@ -14,7 +14,7 @@
- role: rabbit/user - role: rabbit/user
username: "noggin{{ env_suffix }}" username: "noggin{{ env_suffix }}"
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.noggin\\..* - ^org\.fedoraproject\.{{ env_short }}\.noggin\..*
- role: openshift/project - role: openshift/project
app: noggin-centos app: noggin-centos

View file

@ -14,7 +14,7 @@
- role: rabbit/user - role: rabbit/user
username: "noggin{{ env_suffix }}" username: "noggin{{ env_suffix }}"
sent_topics: sent_topics:
- org\\.fedoraproject\\.{{ env_short }}\\.noggin\\..* - ^org\.fedoraproject\.{{ env_short }}\.noggin\..*
- role: openshift/project - role: openshift/project
app: noggin app: noggin