mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
Declare the greenwave fedmsg cert in the container's config.
This commit is contained in:
@@ -227,12 +227,17 @@ metadata:
|
||||
name: greenwave-fedmsg-configmap
|
||||
data:
|
||||
greenwave.py: |-
|
||||
import socket
|
||||
config = dict(
|
||||
# XXX: change to dbm backend with persistent volume.
|
||||
greenwave_cache={'backend': 'dogpile.cache.memory'},
|
||||
sign_messages=True,
|
||||
active=True,
|
||||
|
||||
certnames={
|
||||
"greenwave." + socket.gethostname(): "greenwave",
|
||||
},
|
||||
|
||||
{% if env == 'staging' %}
|
||||
environment='stg',
|
||||
relay_inbound=["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],
|
||||
|
||||
Reference in New Issue
Block a user