Add ansible and fedmsg endpoints for mm
This commit is contained in:
parent
ecbdc9071c
commit
d2052d3f9e
4 changed files with 15 additions and 2 deletions
|
@ -61,6 +61,12 @@ config = dict(
|
|||
"tcp://mm-frontend01.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
],
|
||||
{% if env != 'staging' %}
|
||||
"mirrormanager2.mm-frontend02": [
|
||||
"tcp://mm-frontend02.%s:30%02i" % (suffix, i)
|
||||
for i in range(2)
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
# mizdebsk says he thinks we'll need four sockets. Two services
|
||||
# (koschei-resolver and koschei-polling) are only sending messages, one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue