Lets give this new bugzilla2fedmsg cert a try
This commit is contained in:
parent
ece31179ce
commit
6603e452ef
2 changed files with 6 additions and 6 deletions
|
@ -51,8 +51,8 @@
|
||||||
dest="/etc/pki/fedmsg/{{ item }}"
|
dest="/etc/pki/fedmsg/{{ item }}"
|
||||||
mode=0640 owner=fedmsg group=fedmsg
|
mode=0640 owner=fedmsg group=fedmsg
|
||||||
with_items:
|
with_items:
|
||||||
- msg-client-fedora-dev.crt
|
- msg-client-fedora-prod.crt
|
||||||
- msg-client-fedora-dev.key
|
- msg-client-fedora-prod.key
|
||||||
notify:
|
notify:
|
||||||
- restart moksha-hub
|
- restart moksha-hub
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -24,16 +24,16 @@ bugzilla.password = {{ bugzilla_password }}
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
stomp_uri = messaging-devops-broker01.dist.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.stage.ext.phx2.redhat.com:61612
|
stomp_uri = messaging-devops-broker01.dist.stage.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.stage.ext.phx2.redhat.com:61612
|
||||||
|
|
||||||
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
|
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-prod.crt
|
||||||
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
|
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-prod.key
|
||||||
|
|
||||||
stomp_user = {{ redhat_dmz_dev_broker_username }}
|
stomp_user = {{ redhat_dmz_dev_broker_username }}
|
||||||
stomp_pass = {{ redhat_dmz_dev_broker_password }}
|
stomp_pass = {{ redhat_dmz_dev_broker_password }}
|
||||||
{% else %}
|
{% else %}
|
||||||
stomp_uri = messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.prod.ext.phx2.redhat.com:61612
|
stomp_uri = messaging-devops-broker01.dist.prod.ext.phx2.redhat.com:61612,messaging-devops-broker02.dist.prod.ext.phx2.redhat.com:61612
|
||||||
|
|
||||||
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
|
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-prod.crt
|
||||||
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
|
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-prod.key
|
||||||
|
|
||||||
stomp_user = {{ redhat_dmz_prod_broker_username }}
|
stomp_user = {{ redhat_dmz_prod_broker_username }}
|
||||||
stomp_pass = {{ redhat_dmz_prod_broker_password }}
|
stomp_pass = {{ redhat_dmz_prod_broker_password }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue