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':
|
||||
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']]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue