add the public fedmsg relay for ci.centos.org to the fedora staging infrastructure

This commit is contained in:
Brian Stinson 2017-05-11 15:46:48 -05:00 committed by Kevin Fenzi
parent d0e264953b
commit 64cf041fc2
2 changed files with 12 additions and 0 deletions

View file

@ -106,6 +106,7 @@
- ssl.py
- endpoints.py
- endpoints-anitya.py
- endpoints-cico.py
- endpoints-pagure.py
- endpoints-fedocal.py
- endpoints-fedbadges.py

View file

@ -0,0 +1,11 @@
# 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 %}
)