From 71b10befcee6d631b2bb46fc3869d10d1bd542ef Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Sat, 8 May 2021 10:23:02 +0200 Subject: [PATCH] Queue didn't have properly placed env-suffix for bodhi-backend stg configuration. --- playbooks/groups/bodhi-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index e19963fee2..7fd96c0dea 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -104,7 +104,7 @@ - role: rabbit/queue username: "bodhi{{ env_suffix }}" - queue_name: "{{ bodhi_message_queue_name }}" + queue_name: "bodhi{{ env_suffix }}_composer" routing_keys: "{{ bodhi_message_routing_keys }}" thresholds: warning: 10 @@ -112,7 +112,7 @@ - role: rabbit/queue username: "bodhi{{ env_suffix }}" - queue_name: "bodhi_koji_sync_listener{{ env_suffix }}" + queue_name: "bodhi{{ env_suffix }}_koji_sync_listener{{ env_suffix }}" routing_keys: - "io.pagure.*.pagure.issue.edit" thresholds: