Look for certs in all the right places.
This commit is contained in:
parent
63946c704e
commit
265f7d478f
2 changed files with 6 additions and 4 deletions
|
@ -39,6 +39,7 @@
|
||||||
copy: >
|
copy: >
|
||||||
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
|
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
|
||||||
dest="/etc/pki/fedmsg/{{ item }}"
|
dest="/etc/pki/fedmsg/{{ item }}"
|
||||||
|
mode=0640 owner=fedmsg group=fedmsg
|
||||||
with_items:
|
with_items:
|
||||||
- fedora.devel.engineering.redhat.com.crt
|
- fedora.devel.engineering.redhat.com.crt
|
||||||
- fedora.devel.engineering.redhat.com.key
|
- fedora.devel.engineering.redhat.com.key
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
copy: >
|
copy: >
|
||||||
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
|
src="{{ private }}/files/bugzilla2fedmsg/{{ item }}"
|
||||||
dest="/etc/pki/fedmsg/{{ item }}"
|
dest="/etc/pki/fedmsg/{{ item }}"
|
||||||
|
mode=0640 owner=fedmsg group=fedmsg
|
||||||
with_items:
|
with_items:
|
||||||
- fuse-fabric-fedoraproject.org.crt
|
- fuse-fabric-fedoraproject.org.crt
|
||||||
- fuse-fabric-fedoraproject.org.key
|
- fuse-fabric-fedoraproject.org.key
|
||||||
|
|
|
@ -17,12 +17,12 @@ bugzilla.password = {{ bugzilla_password }}
|
||||||
# Stomp broker configuration.
|
# Stomp broker configuration.
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
stomp_uri = fuse-fabric-01.stg.jboss.org:61617,fuse-fabric-02.stg.jboss.org:61617,fuse-fabric-03.stg.jboss.org:61617
|
stomp_uri = fuse-fabric-01.stg.jboss.org:61617,fuse-fabric-02.stg.jboss.org:61617,fuse-fabric-03.stg.jboss.org:61617
|
||||||
stomp_ssl_crt = /etc/fedmsg/pki/fedora.devel.engineering.redhat.com.crt
|
stomp_ssl_crt = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.crt
|
||||||
stomp_ssl_key = /etc/fedmsg/pki/fedora.devel.engineering.redhat.com.key
|
stomp_ssl_key = /etc/pki/fedmsg/fedora.devel.engineering.redhat.com.key
|
||||||
{% else %}
|
{% else %}
|
||||||
stomp_uri = fuse-fabric-01.jboss.org:61617,fuse-fabric-02.jboss.org:61617,fuse-fabric-03.jboss.org:61617
|
stomp_uri = fuse-fabric-01.jboss.org:61617,fuse-fabric-02.jboss.org:61617,fuse-fabric-03.jboss.org:61617
|
||||||
stomp_ssl_crt = /etc/fedmsg/pki/fuse-fabric-fedoraproject.org.crt
|
stomp_ssl_crt = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.crt
|
||||||
stomp_ssl_key = /etc/fedmsg/pki/fuse-fabric-fedoraproject.org.key
|
stomp_ssl_key = /etc/pki/fedmsg/fuse-fabric-fedoraproject.org.key
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
stomp_user = {{ redhat_dmz_broker_username }}
|
stomp_user = {{ redhat_dmz_broker_username }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue