Queue didn't have properly placed env-suffix for bodhi-backend stg configuration.

This commit is contained in:
Adam Saleh 2021-05-08 10:23:02 +02:00
parent 6e599ef73b
commit 71b10befce

View file

@ -104,7 +104,7 @@
- role: rabbit/queue - role: rabbit/queue
username: "bodhi{{ env_suffix }}" username: "bodhi{{ env_suffix }}"
queue_name: "{{ bodhi_message_queue_name }}" queue_name: "bodhi{{ env_suffix }}_composer"
routing_keys: "{{ bodhi_message_routing_keys }}" routing_keys: "{{ bodhi_message_routing_keys }}"
thresholds: thresholds:
warning: 10 warning: 10
@ -112,7 +112,7 @@
- role: rabbit/queue - role: rabbit/queue
username: "bodhi{{ env_suffix }}" username: "bodhi{{ env_suffix }}"
queue_name: "bodhi_koji_sync_listener{{ env_suffix }}" queue_name: "bodhi{{ env_suffix }}_koji_sync_listener{{ env_suffix }}"
routing_keys: routing_keys:
- "io.pagure.*.pagure.issue.edit" - "io.pagure.*.pagure.issue.edit"
thresholds: thresholds: