mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 10:01:28 +08:00
add the public fedmsg relay for ci.centos.org to the fedora staging infrastructure
This commit is contained in:
committed by
Kevin Fenzi
parent
d0e264953b
commit
64cf041fc2
@@ -106,6 +106,7 @@
|
||||
- ssl.py
|
||||
- endpoints.py
|
||||
- endpoints-anitya.py
|
||||
- endpoints-cico.py
|
||||
- endpoints-pagure.py
|
||||
- endpoints-fedocal.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 %}
|
||||
)
|
||||
Reference in New Issue
Block a user