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",