Consider the qa network too when building the stg fedmsg routing policy.
This commit is contained in:
parent
9992275d3b
commit
e15e880221
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ def invert_fedmsg_policy(groups, vars, env):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if env == 'staging':
|
if env == 'staging':
|
||||||
hosts = groups['staging']
|
hosts = groups['staging'] + groups['fedmsg-qa-network-stg']
|
||||||
else:
|
else:
|
||||||
hosts = [h for h in groups['all'] if h not in groups['staging']]
|
hosts = [h for h in groups['all'] if h not in groups['staging']]
|
||||||
|
|
||||||
|
|
|
@ -797,6 +797,7 @@ zanata2fedmsg01.phx2.fedoraproject.org
|
||||||
# See also:
|
# See also:
|
||||||
# - inventory/group_vars/proxies for the iptables custom_rules list
|
# - inventory/group_vars/proxies for the iptables custom_rules list
|
||||||
# - roles/fedmsg/base/templates/relay.py.j2
|
# - roles/fedmsg/base/templates/relay.py.j2
|
||||||
|
# - filter_plugins/fedmsg.py
|
||||||
[fedmsg-qa-network]
|
[fedmsg-qa-network]
|
||||||
retrace01.qa.fedoraproject.org
|
retrace01.qa.fedoraproject.org
|
||||||
retrace02.qa.fedoraproject.org
|
retrace02.qa.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue