1
0
Fork 0
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:
Stephen Gallagher 2026-05-08 11:27:43 -04:00 committed by Kevin Fenzi
commit 72f01c98a7

View file

@ -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