From aa367677cc34ebc82cd72b3e9da44658f606ffaa Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 7 Dec 2014 00:48:57 +0000 Subject: [PATCH] Let fedimg01.stg listen to the prod anitya bus. --- roles/hotness/templates/hotness.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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': {