Consider the qa network too when building the stg fedmsg routing policy.

This commit is contained in:
Ralph Bean 2016-03-23 19:14:43 +00:00
parent 9992275d3b
commit e15e880221
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ def invert_fedmsg_policy(groups, vars, env):
"""
if env == 'staging':
hosts = groups['staging']
hosts = groups['staging'] + groups['fedmsg-qa-network-stg']
else:
hosts = [h for h in groups['all'] if h not in groups['staging']]

View file

@ -797,6 +797,7 @@ zanata2fedmsg01.phx2.fedoraproject.org
# See also:
# - inventory/group_vars/proxies for the iptables custom_rules list
# - roles/fedmsg/base/templates/relay.py.j2
# - filter_plugins/fedmsg.py
[fedmsg-qa-network]
retrace01.qa.fedoraproject.org
retrace02.qa.fedoraproject.org