mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
openqa: fix the playbook for openqa_env_suffix too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
roles:
|
||||
# fedora-messaging queue/user setup
|
||||
- role: rabbit/user
|
||||
username: "openqa{{ env_suffix }}"
|
||||
username: "openqa{{ openqa_env_suffix }}"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
# we also need prod user for stg...
|
||||
@@ -79,7 +79,7 @@
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
username: "openqa"
|
||||
queue_name: "openqa{{ env_suffix }}_scheduler"
|
||||
queue_name: "openqa{{ openqa_env_suffix }}_scheduler"
|
||||
routing_keys:
|
||||
- "org.fedoraproject.prod.pungi.compose.status.change"
|
||||
- "org.fedoraproject.prod.bodhi.update.request.testing"
|
||||
@@ -87,15 +87,15 @@
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
username: "openqa{{ env_suffix }}"
|
||||
queue_name: "openqa{{ env_suffix }}_resultsdb_reporter"
|
||||
username: "openqa{{ openqa_env_suffix }}"
|
||||
queue_name: "openqa{{ openqa_env_suffix }}_resultsdb_reporter"
|
||||
routing_keys:
|
||||
- "org.fedoraproject.{{ deployment_type }}.openqa.job.done"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
username: "openqa{{ env_suffix }}"
|
||||
queue_name: "openqa{{ env_suffix }}_wiki_reporter"
|
||||
username: "openqa{{ openqa_env_suffix }}"
|
||||
queue_name: "openqa{{ openqa_env_suffix }}_wiki_reporter"
|
||||
routing_keys:
|
||||
- "org.fedoraproject.{{ deployment_type }}.openqa.job.done"
|
||||
tags: ['rabbit']
|
||||
|
||||
Reference in New Issue
Block a user