diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index fb108fb0ed..a2a1251231 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -20,6 +20,15 @@ More information about the service that created this bug can be found at: """ 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': {