mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Let fedimg01.stg listen to the prod anitya bus.
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user