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:
parent
50dcf526ae
commit
7e76b777f0
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue