From 5e36f333fa93aa23f796f6797e501d715010e504 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 11 Mar 2016 03:01:48 +0000 Subject: [PATCH] Hopefully only one further change to get openqa connectivity working. --- inventory/inventory | 2 ++ roles/fedmsg/base/templates/relay.py.j2 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/inventory b/inventory/inventory index b50680197d..8ff2d231e8 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -805,9 +805,11 @@ retrace02.qa.fedoraproject.org s390-koji01.qa.fedoraproject.org arm-koji01.qa.fedoraproject.org resultsdb01.qa.fedoraproject.org +openqa01.qa.fedoraproject.org [fedmsg-qa-network-stg] resultsdb-stg01.qa.fedoraproject.org +openqa-stg01.qa.fedoraproject.org # assorted categories of fedmsg services, for convenience diff --git a/roles/fedmsg/base/templates/relay.py.j2 b/roles/fedmsg/base/templates/relay.py.j2 index 82cd0f957c..79733297bd 100644 --- a/roles/fedmsg/base/templates/relay.py.j2 +++ b/roles/fedmsg/base/templates/relay.py.j2 @@ -24,7 +24,7 @@ config = dict( # It is also used by the mediawiki php plugin which, due to the oddities of # php, can't maintain a single passive-bind endpoint of it's own. relay_inbound=[ - {% if 'persistent-cloud' in group_names or 'jenkins-master' in group_names or 'qa-isolated' in group_names %} + {% if 'persistent-cloud' in group_names or 'jenkins-master' in group_names %} # Stuff from the cloud has to go through our external proxy first.. #"tcp://hub.fedoraproject.org:9941",