From 405922121f70e496861db2b43e95f217bf0efe2d Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Wed, 4 Oct 2017 23:43:00 -0500 Subject: [PATCH] Add CentOS CI Staging relay to the stg.fp.o bus, fixes: #6417 --- roles/fedmsg/base/templates/endpoints-cico.py.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/fedmsg/base/templates/endpoints-cico.py.j2 b/roles/fedmsg/base/templates/endpoints-cico.py.j2 index 9f7a422589..ff28029257 100644 --- a/roles/fedmsg/base/templates/endpoints-cico.py.j2 +++ b/roles/fedmsg/base/templates/endpoints-cico.py.j2 @@ -4,6 +4,9 @@ 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 %} ], }, )