ansible/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2
2014-06-24 15:56:08 +00:00

14 lines
326 B
Django/Jinja

{% if env == 'staging' %}
suffix = 'stg.phx2.fedoraproject.org'
{% else %}
suffix = 'phx2.fedoraproject.org'
{% endif %}
config = dict(
endpoints={
"bugzilla.bugzilla2fedmsg01": [
"tcp://bugzilla2fedmsg01.%s:3000" % suffix,
"tcp://bugzilla2fedmsg01.%s:3001" % suffix,
],
},
)