From 9e4e8a5a71804fe31b392bbc8637aec6e54db339 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 21 Nov 2020 18:18:32 -0800 Subject: [PATCH] Set up fedora_nightlies queue Signed-off-by: Adam Williamson --- playbooks/groups/openqa.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 84bd1e73f8..499bcf4964 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -138,6 +138,22 @@ tags: ['rabbit'] when: "checkcompose_env_suffix is defined" + # fedora_nightlies queue, we still use openqa auth for this as it's + # easy that way + - role: rabbit/queue + username: "openqa" + queue_name: "openqa_fedora_nightlies" + routing_keys: + - "org.fedoraproject.prod.openqa.job.done" + - "org.fedoraproject.prod.pungi.compose.status.change" + write_queues: + - "ci" + - "openqa" + vars: + env: "production" + tags: ['rabbit'] + when: "fedora_nightlies_amqp_queue is defined" + - name: set up openQA server data NFS mounts (staging) hosts: openqa_lab