Give staging fedmsg also prod policy since we have prod->stg message flow
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c9d657e9d3
commit
f3d2bde922
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def invert_fedmsg_policy(groups, vars, env):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if env == 'staging':
|
if env == 'staging':
|
||||||
hosts = groups['staging'] + groups['fedmsg-qa-network-stg'] + groups['openshift-pseudohosts-stg']
|
hosts = groups['all'] + groups['staging'] + groups['fedmsg-qa-network-stg'] + groups['openshift-pseudohosts-stg']
|
||||||
else:
|
else:
|
||||||
hosts = [h for h in groups['all'] if h not in groups['staging'] + groups['openshift-pseudohosts-stg']]
|
hosts = [h for h in groups['all'] if h not in groups['staging'] + groups['openshift-pseudohosts-stg']]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue