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:
parent
73a749e915
commit
ecac04bf27
1 changed files with 10 additions and 0 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue