mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
bodhi/backend: the queue names must start by the username, so bodhi_ it is
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
|
||||
- role: rabbit/queue
|
||||
username: "bodhi{{ env_suffix }}"
|
||||
queue_name: "koji_sync_listener{{ env_suffix }}"
|
||||
queue_name: "bodhi_koji_sync_listener{{ env_suffix }}"
|
||||
routing_keys:
|
||||
- "io.pagure.*.pagure.issue.edit"
|
||||
thresholds:
|
||||
|
||||
@@ -9,7 +9,7 @@ callback = "koji_sync_listener:KojiSyncListener"
|
||||
# topic_prefix = ""
|
||||
|
||||
[[bindings]]
|
||||
queue = "koji_sync_listener{{ env_suffix }}"
|
||||
queue = "bodhi_koji_sync_listener{{ env_suffix }}"
|
||||
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
@@ -25,7 +25,7 @@ certfile = "/etc/pki/fedora-messaging/bodhi-cert.pem"
|
||||
app = "koji_sync_listener"
|
||||
app_contacts_email = ["pingou@fedoraproject.org"]
|
||||
|
||||
[queues."koji_sync_listener{{ env_suffix }}"]
|
||||
[queues."bodhi_koji_sync_listener{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
||||
Reference in New Issue
Block a user