From 0023c53d81bba699d3d531de3cc343d5b39b4378 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 10 Jun 2020 17:17:54 -0400 Subject: [PATCH] Update resultsdb amqp urls --- roles/taskotron/resultsdb-backend/templates/config.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 index 178a39afe4..c540c914ae 100644 --- a/roles/taskotron/resultsdb-backend/templates/config.toml.j2 +++ b/roles/taskotron/resultsdb-backend/templates/config.toml.j2 @@ -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 %}