From 33ebd24bc51cca9b01e837d96f70befe750783b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 28 Feb 2024 11:25:55 +0100 Subject: [PATCH] Create the RabbitMQ user for CentOS Integration SIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://pagure.io/fedora-infrastructure/issue/11552 Signed-off-by: Aurélien Bompard --- roles/rabbitmq_cluster/tasks/apps.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 4e0144b84b..7c9f61ca81 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -89,20 +89,13 @@ warning: 1000 critical: 10000 -# CENTOS GITLAB BEGIN -- name: CentOS Gitlab Queue +- name: CentOS Integration SIG run_once: true include_role: - name: rabbit/queue + name: rabbit/user vars: - username: gitlab-centos{{ env_suffix }} - queue_name: gitlab-centos{{ env_suffix }} - 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 + username: centos-integration{{ env_suffix }} + sent_topics: ^org\.centos\.sig\.integration\..* # CENTOS KOJI BEGIN - name: CentOS Stream Koji User