resultsdb-backend: undoing a url change for taskotron instance
Turns out that there are firewall changes needed for the Taskotron instance of resultsdb to use the new rabbitmq uri. Undoing that update until that change can be done
This commit is contained in:
parent
b2599f8d2f
commit
6c2a23d44f
2 changed files with 15 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
|||
# 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"
|
||||
{% else %}
|
||||
amqp_url = "amqps://resultsdb{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
topic_prefix = "org.fedoraproject.stg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue