Connect staging hotness to production anitya

Ideally we should have a staging anitya for the staging hotness to
connect to, but we don't at the moment, so this connects it to the
production anitya fedmsg bus.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-02-07 18:14:03 +00:00
parent cb4591fe70
commit e86098f17a

View file

@ -16,14 +16,14 @@ Based on the information from anitya: https://release-monitoring.org/project/%(
"""
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 %}
{% 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,