Let fedimg01.stg listen to the prod bus.
This commit is contained in:
parent
20bba5653c
commit
26e1836f98
1 changed files with 9 additions and 0 deletions
|
@ -17,8 +17,17 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
# Authors: David Gay <dgay@redhat.com>
|
# Authors: David Gay <dgay@redhat.com>
|
||||||
|
# Ralph Bean <rbean@redhat.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
kojiconsumer=True,
|
kojiconsumer=True,
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
# Establish a loop from production back into the staging instance.
|
||||||
|
endpoints = {
|
||||||
|
"production-loopback": [
|
||||||
|
"tcp://hub.fedoraproject.org:9940",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{% endif %}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue