rabbitmq_cluster: add distrobuildsync-cs for ticket 11294

Here we add a queue for this client/login per the ticket.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-05-30 14:27:13 -07:00
parent 50dcf526ae
commit 7e76b777f0

View file

@ -177,3 +177,22 @@
- "#.buildsys.tag"
# ELN END
# ELN CS BEGIN
- name: eln cs queue
run_once: true
include_role:
name: rabbit/queue
vars:
username: distrobuildsync-cs
sent_topics: ^$
queue_name: distrobuildsync-cs
# TTL: 10 days (in miliseconds)
message_ttl: 864000000
routing_keys:
- "#.buildsys.repo.init"
- "#.buildsys.repo.done"
- "#.buildsys.tag"
# ELN END