From 04afc85443d403d34282974735b811dd0d638847 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 15 May 2019 17:59:05 +0000 Subject: [PATCH] bodhi: Queue names must start with the username. The username that Bodhi uses in stg is bodhi.stg, and the queue names must have the username at the beginning, so this commit switches to use the env_suffix in the queue name. Signed-off-by: Randy Barlow --- inventory/group_vars/bodhi-backend-stg | 2 +- inventory/group_vars/bodhi2-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/bodhi-backend-stg b/inventory/group_vars/bodhi-backend-stg index ea98d10567..dd3ce95f8b 100644 --- a/inventory/group_vars/bodhi-backend-stg +++ b/inventory/group_vars/bodhi-backend-stg @@ -20,7 +20,7 @@ nrpe_procs_crit: 1000 host_group: bodhi2 -bodhi_message_queue_name: "bodhi_composer" +bodhi_message_queue_name: "bodhi{{ env_suffix }}_composer" # Define the topics that our fedora-messaging queue should be subscribed to. bodhi_message_routing_keys: - "org.fedoraproject.*.bodhi.composer.start" diff --git a/inventory/group_vars/bodhi2-stg b/inventory/group_vars/bodhi2-stg index 712126feb4..45631843cd 100644 --- a/inventory/group_vars/bodhi2-stg +++ b/inventory/group_vars/bodhi2-stg @@ -22,7 +22,7 @@ openshift_pods: 1 tcp_ports: [ 80 ] -bodhi_message_queue_name: "bodhi" +bodhi_message_queue_name: "bodhi{{ env_suffix }}" # Define the topics that our fedora-messaging queue should be subscribed to. bodhi_message_routing_keys: - "org.fedoraproject.*.bodhi.update.edit"