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: |-
|
librariesio2fedmsg.py: |-
|
||||||
import socket
|
import socket
|
||||||
config = dict(
|
config = dict(
|
||||||
|
topic_prefix='org.fedoraproject',
|
||||||
zmq_enabled=True,
|
zmq_enabled=True,
|
||||||
endpoints={},
|
endpoints={},
|
||||||
# Openshift requires that we relay through the fedmsg relay because we don't
|
# 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"],
|
relay_inbound=["tcp://busgateway01.phx2.fedoraproject.org:9941"],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
sign_messages=True,
|
sign_messages=True,
|
||||||
|
ssldir='/etc/pki/fedmsg/',
|
||||||
cert_prefix="librariesio2fedmsg",
|
cert_prefix="librariesio2fedmsg",
|
||||||
certnames={
|
certnames={
|
||||||
"librariesio2fedmsg." + socket.gethostname(): "librariesio2fedmsg",
|
"librariesio2fedmsg." + socket.gethostname(): "librariesio2fedmsg",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue