More configs to make fedmsg happy

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2018-01-17 20:30:27 +00:00
parent 7d003a81bc
commit 25e2152f11

View file

@ -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",