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:
parent
7d30f319e0
commit
f25f038140
1 changed files with 0 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
||||||
# This tells nodes to pull messages from ci.centos.org
|
# This tells nodes to pull messages from ci.centos.org
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
{% if env == 'staging' %}
|
|
||||||
endpoints={
|
endpoints={
|
||||||
"centos-ci-public-relay": [
|
"centos-ci-public-relay": [
|
||||||
"tcp://fedmsg-relay.ci.centos.org:9940",
|
"tcp://fedmsg-relay.ci.centos.org:9940",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{% endif %}
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue