Update resultsdb amqp urls
This commit is contained in:
parent
770f03a9cf
commit
0023c53d81
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Configuration for fedora-messaging. This file is in the TOML format.
|
# Configuration for fedora-messaging. This file is in the TOML format.
|
||||||
# For complete details on all configuration options, see the documentation.
|
# For complete details on all configuration options, see the documentation.
|
||||||
|
|
||||||
{% if ansible_hostname == "resultsdb01.qa.fedoraproject.org" %}
|
{% if ansible_hostname == "resultsdb01.iad2.fedoraproject.org" %}
|
||||||
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.iad2.fedoraproject.org/%2Fpubsub"
|
||||||
{% else %}
|
{% else %}
|
||||||
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue