Declare fedmsg endpoints for the mm2 frontend.

This commit is contained in:
Ralph Bean 2015-05-07 01:06:52 +00:00
parent 3c1df2b542
commit 7983f1cc3c
3 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,11 @@
---
tcp_ports: [ 80,
# These 2 ports are used by fedmsg.
# One for each wsgi thread.
3000, 3001,
]
fedmsg_certs:
- service: shell
owner: root

View file

@ -1,5 +1,11 @@
---
tcp_ports: [ 80,
# These 2 ports are used by fedmsg.
# One for each wsgi thread.
3000, 3001,
]
fedmsg_certs:
- service: shell
owner: root

View file

@ -83,6 +83,12 @@ config = dict(
],
{% endif %}
# The mirrormanager2 frontend runs as 2 processes with 1 thread each.
"mirrormanager2.mm-frontend01": [
"tcp://mm-frontend01.%s:30%02i" % (suffix, i)
for i in range(2)
],
# koji is not listed here since it publishes to the fedmsg-relay
},
)