1
0
Fork 0
forked from infra/ansible

Whoops, add the openQA distgit reporter queue to the playbook

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-06-19 14:13:18 +02:00
commit ecac04bf27

View file

@ -98,6 +98,16 @@
env_suffix: "{{ openqa_env_suffix }}"
tags: ['rabbit']
- role: rabbit/queue
queue_name: "{{ openqa_amqp_distgit_reporter_queue }}"
queue_routing_keys: "{{ openqa_amqp_distgit_reporter_routing_keys }}"
vars:
# this role does listen on stg, as it listens out for jobs
# from openqa stg
env: "{{ openqa_env }}"
env_suffix: "{{ openqa_env_suffix }}"
tags: ['rabbit']
# relvalconsumer queue
- role: rabbit/queue
queue_name: "{{ relvalconsumer_amqp_queue }}"