Mirrormanager: fix rabbitmq cert name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
7921ebe30c
commit
4b7877f629
2 changed files with 3 additions and 3 deletions
|
@ -122,12 +122,12 @@
|
|||
app: mirrormanager
|
||||
secret_name: fedora-messaging-crt
|
||||
key: cert.pem
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/mirrormanager{{env_suffix}}.crt"
|
||||
privatefile: "rabbitmq/{{env}}/pki/issued/mirrormanager2{{env_suffix}}.crt"
|
||||
- role: openshift/secret-file
|
||||
app: mirrormanager
|
||||
secret_name: fedora-messaging-key
|
||||
key: key.pem
|
||||
privatefile: "rabbitmq/{{env}}/pki/private/mirrormanager{{env_suffix}}.key"
|
||||
privatefile: "rabbitmq/{{env}}/pki/private/mirrormanager2{{env_suffix}}.key"
|
||||
|
||||
# Deployment config
|
||||
- role: openshift/object
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
amqp_url = "amqps://mirrormanager{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
amqp_url = "amqps://mirrormanager2{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
|
||||
# Just check if the queue exist, don't try to create it (the server does not allow it).
|
||||
passive_declares = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue