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:
Jeremy Cline 2018-04-02 17:43:15 +00:00
parent 3fffa116ac
commit f5d5e8e39e

View file

@ -27,9 +27,17 @@ config = {
{% endif %} {% endif %}
{% if env == 'staging' %} {% if env == 'staging' %}
"fmn.topics": [b'org.fedoraproject.*', b'org.centos.*'], "fmn.topics": [
b'org.fedoraproject.',
b'org.centos.',
b'org.release-monitoring.',
],
{% else %} {% 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 %} {% endif %}
# Consumer stuff # Consumer stuff