ansible/roles/fedmsg/base/templates/endpoints-bugzilla2fedmsg.py.j2

14 lines
277 B
Text
Raw Normal View History

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