mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
committed by
Pierre-Yves Chibon
parent
7d30f319e0
commit
f25f038140
@@ -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 %}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user