Lets give this new bugzilla2fedmsg cert a try

This commit is contained in:
Kevin Fenzi 2017-10-18 20:06:59 +00:00
parent ece31179ce
commit 6603e452ef
2 changed files with 6 additions and 6 deletions

View file

@ -51,8 +51,8 @@
dest="/etc/pki/fedmsg/{{ item }}"
mode=0640 owner=fedmsg group=fedmsg
with_items:
- msg-client-fedora-dev.crt
- msg-client-fedora-dev.key
- msg-client-fedora-prod.crt
- msg-client-fedora-prod.key
notify:
- restart moksha-hub
tags:

View file

@ -24,16 +24,16 @@ bugzilla.password = {{ bugzilla_password }}
{% 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_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-dev.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-prod.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-prod.key
stomp_user = {{ redhat_dmz_dev_broker_username }}
stomp_pass = {{ redhat_dmz_dev_broker_password }}
{% else %}
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_key = /etc/pki/fedmsg/msg-client-fedora-dev.key
stomp_ssl_crt = /etc/pki/fedmsg/msg-client-fedora-prod.crt
stomp_ssl_key = /etc/pki/fedmsg/msg-client-fedora-prod.key
stomp_user = {{ redhat_dmz_prod_broker_username }}
stomp_pass = {{ redhat_dmz_prod_broker_password }}