fedmsg-relay.ci.centos.org has been decommissionned
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
cb22333aae
commit
36616fc521
2 changed files with 0 additions and 19 deletions
|
@ -1,12 +0,0 @@
|
||||||
# This tells nodes to pull messages from ci.centos.org
|
|
||||||
|
|
||||||
config = dict(
|
|
||||||
endpoints={
|
|
||||||
"centos-ci-public-relay": [
|
|
||||||
"tcp://fedmsg-relay.ci.centos.org:9940",
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
"tcp://fedmsg-relay-stg.ci.centos.org:9942",
|
|
||||||
{% endif %}
|
|
||||||
],
|
|
||||||
},
|
|
||||||
)
|
|
|
@ -15,13 +15,6 @@ config = {
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"loopback-from-production": [
|
"loopback-from-production": [
|
||||||
"tcp://hub.fedoraproject.org:9940",
|
"tcp://hub.fedoraproject.org:9940",
|
||||||
"tcp://fedmsg-relay.ci.centos.org:9940",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{% else %}
|
|
||||||
"endpoints": {
|
|
||||||
"centos_ci_relay": [
|
|
||||||
"tcp://fedmsg-relay.ci.centos.org:9940",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue