mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
fedmsg-relay.ci.centos.org has been decommissionned
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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": {
|
||||
"loopback-from-production": [
|
||||
"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 %}
|
||||
|
||||
Reference in New Issue
Block a user