summaryrefslogtreecommitdiffstats
path: root/roles/fedmsg/base/templates
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2015-10-07 18:40:33 +0000
committerRalph Bean <rbean@redhat.com>2015-10-07 18:41:33 +0000
commit0cfd71aacdabc79066a1b65643530a7467baa473 (patch)
tree9483e604dedae7f0acb8593fe2a9668cf9080128 /roles/fedmsg/base/templates
parent22a9d0324004ba95ecc6228a9972f92370bb34eb (diff)
downloadansible-0cfd71aacdabc79066a1b65643530a7467baa473.tar.gz
ansible-0cfd71aacdabc79066a1b65643530a7467baa473.tar.xz
ansible-0cfd71aacdabc79066a1b65643530a7467baa473.zip
Add resultsdb to the fedmsg-qa-network group.
Diffstat (limited to 'roles/fedmsg/base/templates')
-rw-r--r--roles/fedmsg/base/templates/relay.py.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedmsg/base/templates/relay.py.j2 b/roles/fedmsg/base/templates/relay.py.j2
index 13862d7b4..eb7abb142 100644
--- a/roles/fedmsg/base/templates/relay.py.j2
+++ b/roles/fedmsg/base/templates/relay.py.j2
@@ -33,7 +33,7 @@ config = dict(
# not getting messages in from proxies across the vpn. So, only use
# proxy01 for now.
"tcp://209.132.181.16:9941",
- {% elif 'fedmsg-qa-network' in group_names %}
+ {% elif 'fedmsg-qa-network' in group_names or 'fedmsg-qa-network-stg' in group_names %}
# We want the retrace (and other) boxes to talk to the *internal* IP of
# proxy01, because otherwise the RHIT firewall blocks them.