Update resultsdb amqp urls

This commit is contained in:
Ralph Bean 2020-06-10 17:17:54 -04:00
parent 770f03a9cf
commit 0023c53d81

View file

@ -1,8 +1,8 @@
# Configuration for fedora-messaging. This file is in the TOML format.
# For complete details on all configuration options, see the documentation.
{% if ansible_hostname == "resultsdb01.qa.fedoraproject.org" %}
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
{% if ansible_hostname == "resultsdb01.iad2.fedoraproject.org" %}
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.iad2.fedoraproject.org/%2Fpubsub"
{% else %}
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
{% endif %}