forked from infra/ansible
amqp: Add queue for ELN->CS sync
This will be used for setting up automatic syncing of ELN builds into CentOS Stream. Fixes: infra/tickets#13226 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
ec0c9ed220
commit
72f01c98a7
1 changed files with 16 additions and 18 deletions
|
|
@ -161,24 +161,22 @@
|
|||
|
||||
# ELN END
|
||||
|
||||
# ELN CS BEGIN
|
||||
#
|
||||
# - name: Eln cs queue
|
||||
# run_once: true
|
||||
# include_role:
|
||||
# name: rabbit/queue
|
||||
# vars:
|
||||
# queue_username: distrobuildsync-cs
|
||||
# user_sent_topics: ^$
|
||||
# queue_name: distrobuildsync-cs
|
||||
# # TTL: 10 days (in miliseconds)
|
||||
# queue_message_ttl: 864000000
|
||||
# queue_routing_keys:
|
||||
# - "#.buildsys.repo.init"
|
||||
# - "#.buildsys.repo.done"
|
||||
# - "#.buildsys.tag"
|
||||
#
|
||||
# ELN END
|
||||
# ELN-CentOS Stream Syncing BEGIN
|
||||
|
||||
- name: ELN-CS Sync queue
|
||||
run_once: true
|
||||
include_role:
|
||||
name: rabbit/queue
|
||||
vars:
|
||||
queue_username: eln-cxs-sync
|
||||
user_sent_topics: ^$
|
||||
queue_name: eln-cxs-sync
|
||||
# TTL: 10 days (in miliseconds)
|
||||
queue_message_ttl: 864000000
|
||||
queue_routing_keys:
|
||||
- "#.buildsys.tag"
|
||||
|
||||
# ELN-CentOS Stream Syncing END
|
||||
|
||||
- name: LogDetective - Packit
|
||||
run_once: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue