More configs to make fedmsg happy
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
7d003a81bc
commit
25e2152f11
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ items:
|
|||
librariesio2fedmsg.py: |-
|
||||
import socket
|
||||
config = dict(
|
||||
topic_prefix='org.fedoraproject',
|
||||
zmq_enabled=True,
|
||||
endpoints={},
|
||||
# Openshift requires that we relay through the fedmsg relay because we don't
|
||||
|
@ -18,6 +19,7 @@ items:
|
|||
relay_inbound=["tcp://busgateway01.phx2.fedoraproject.org:9941"],
|
||||
{% endif %}
|
||||
sign_messages=True,
|
||||
ssldir='/etc/pki/fedmsg/',
|
||||
cert_prefix="librariesio2fedmsg",
|
||||
certnames={
|
||||
"librariesio2fedmsg." + socket.gethostname(): "librariesio2fedmsg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue