add the public fedmsg relay for ci.centos.org to the fedora staging infrastructure
This commit is contained in:
parent
d0e264953b
commit
64cf041fc2
2 changed files with 12 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
- ssl.py
|
- ssl.py
|
||||||
- endpoints.py
|
- endpoints.py
|
||||||
- endpoints-anitya.py
|
- endpoints-anitya.py
|
||||||
|
- endpoints-cico.py
|
||||||
- endpoints-pagure.py
|
- endpoints-pagure.py
|
||||||
- endpoints-fedocal.py
|
- endpoints-fedocal.py
|
||||||
- endpoints-fedbadges.py
|
- endpoints-fedbadges.py
|
||||||
|
|
11
roles/fedmsg/base/templates/endpoints-cico.py.j2
Normal file
11
roles/fedmsg/base/templates/endpoints-cico.py.j2
Normal 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 %}
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue