Add the CentOS Fedmsg Relay to the production bus

Fixes: https://pagure.io/fedora-infrastructure/issue/6281

We are currently filtering -only- org.centos.prod messages through this
relay, and the fedmsg-meta work is all finished (thanks @pingou!). We
should be able to publish to the prod bus now.
This commit is contained in:
Brian Stinson 2017-08-23 10:39:40 -05:00 committed by Pierre-Yves Chibon
parent 7d30f319e0
commit f25f038140

View file

@ -1,11 +1,9 @@
# This tells nodes to pull messages from ci.centos.org
config = dict(
{% if env == 'staging' %}
endpoints={
"centos-ci-public-relay": [
"tcp://fedmsg-relay.ci.centos.org:9940",
],
},
{% endif %}
)