Declare fedmsg endpoints for the mm2 frontend.
This commit is contained in:
parent
3c1df2b542
commit
7983f1cc3c
3 changed files with 18 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
tcp_ports: [ 80,
|
||||||
|
# These 2 ports are used by fedmsg.
|
||||||
|
# One for each wsgi thread.
|
||||||
|
3000, 3001,
|
||||||
|
]
|
||||||
|
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: shell
|
- service: shell
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
tcp_ports: [ 80,
|
||||||
|
# These 2 ports are used by fedmsg.
|
||||||
|
# One for each wsgi thread.
|
||||||
|
3000, 3001,
|
||||||
|
]
|
||||||
|
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: shell
|
- service: shell
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
@ -83,6 +83,12 @@ config = dict(
|
||||||
],
|
],
|
||||||
{% endif %}
|
{% 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
|
# koji is not listed here since it publishes to the fedmsg-relay
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue