Queue didn't have properly placed env-suffix for bodhi-backend stg configuration.
This commit is contained in:
parent
6e599ef73b
commit
71b10befce
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue