mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Whitelist org.release-monitoring topics
Notifications from anitya have been broken because org.release-monitoring wasn't in the topic subscription list. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
@@ -27,9 +27,17 @@ config = {
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
"fmn.topics": [b'org.fedoraproject.*', b'org.centos.*'],
|
||||
"fmn.topics": [
|
||||
b'org.fedoraproject.',
|
||||
b'org.centos.',
|
||||
b'org.release-monitoring.',
|
||||
],
|
||||
{% else %}
|
||||
"fmn.topics": [b'org.fedoraproject.prod.*', b'org.centos.prod.*'],
|
||||
"fmn.topics": [
|
||||
b'org.fedoraproject.prod.',
|
||||
b'org.centos.prod.',
|
||||
b'org.release-monitoring.prod.',
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
# Consumer stuff
|
||||
|
||||
Reference in New Issue
Block a user