Add a fedora-messaging queue for the CentOS Stream robosignatory

Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
Brian Stinson 2021-09-01 08:47:50 -05:00 committed by mobrien
parent 54082babef
commit 4f635e3ad8

View file

@ -231,6 +231,32 @@
# CENTOS ODCS END
# CENTOS robosignatory BEGIN
- name: CentOS Stream robosignatory user
run_once: true
include_role:
name: rabbit/user
vars:
username: centos-stream-robosignatory
- name: CentOS Stream robosignatory queue
run_once: true
include_role:
name: rabbit/queue
vars:
username: centos-stream-robosignatory
queue_name: centos-stream-robosignatory
# TTL: 10 days (in miliseconds)
message_ttl: 864000000
routing_keys:
- "org.centos.*.pungi.compose.ostree"
- "org.centos.*.coreos.build.request.artifacts-sign"
- "org.centos.*.coreos.build.request.ostree-sign"
- "org.centos.*.buildsys.tag"
# CENTOS STREAM robosignatory END
# MBS BEGIN
#
- name: Configure the mbs-private-queue virtual host