Add a fedora-messaging queue for the CentOS Stream robosignatory
Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
parent
54082babef
commit
4f635e3ad8
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue