Let fedimg01.stg listen to the prod anitya bus.
This commit is contained in:
parent
9e9a51e85a
commit
aa367677cc
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ More information about the service that created this bug can be found at:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
# Establish a loop from prod anitya back into the staging hotness.
|
||||||
|
'endpoints': {
|
||||||
|
'anitya-public-relay': [
|
||||||
|
'tcp://release-monitoring.org:9940',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
'hotness.bugzilla.enabled': True,
|
'hotness.bugzilla.enabled': True,
|
||||||
|
|
||||||
'hotness.bugzilla': {
|
'hotness.bugzilla': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue