Create the RabbitMQ user for CentOS Integration SIG
See https://pagure.io/fedora-infrastructure/issue/11552 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
db7b10ec82
commit
33ebd24bc5
1 changed files with 4 additions and 11 deletions
|
@ -89,20 +89,13 @@
|
||||||
warning: 1000
|
warning: 1000
|
||||||
critical: 10000
|
critical: 10000
|
||||||
|
|
||||||
# CENTOS GITLAB BEGIN
|
- name: CentOS Integration SIG
|
||||||
- name: CentOS Gitlab Queue
|
|
||||||
run_once: true
|
run_once: true
|
||||||
include_role:
|
include_role:
|
||||||
name: rabbit/queue
|
name: rabbit/user
|
||||||
vars:
|
vars:
|
||||||
username: gitlab-centos{{ env_suffix }}
|
username: centos-integration{{ env_suffix }}
|
||||||
queue_name: gitlab-centos{{ env_suffix }}
|
sent_topics: ^org\.centos\.sig\.integration\..*
|
||||||
sent_topics: ^org\.centos\.{{ env_short }}\.(sig\.integration\.)?gitlab\..*
|
|
||||||
# TTL: 10 days (in miliseconds)
|
|
||||||
message_ttl: 864000000
|
|
||||||
routing_keys:
|
|
||||||
- "org.centos.{{ env_short }}.gitlab.#"
|
|
||||||
# CENTOS GITLAB END
|
|
||||||
|
|
||||||
# CENTOS KOJI BEGIN
|
# CENTOS KOJI BEGIN
|
||||||
- name: CentOS Stream Koji User
|
- name: CentOS Stream Koji User
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue