From bd75546240a4e7bd3e2afab5608b417e2eec0f82 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 8 Nov 2013 15:19:57 +0000 Subject: [PATCH] List the external proxy in fedmsg's relay_inbound. --- roles/fedmsg_base/templates/relay.py.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/fedmsg_base/templates/relay.py.j2 b/roles/fedmsg_base/templates/relay.py.j2 index 7a4c45808d..ef6e51f33b 100644 --- a/roles/fedmsg_base/templates/relay.py.j2 +++ b/roles/fedmsg_base/templates/relay.py.j2 @@ -35,5 +35,8 @@ config = dict( # Scripts from outside connect here (coprs, secondary arch composes) "tcp://busgateway01.%s:9941" % suffix, + + # ...but they have to go through our external proxy first.. + "tcp://hub.fedoraproject.org:9941", ], )