mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
openqa: try and fix rabbitmq server for staging scheduler queue
Gah this all sucks. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
# we also need prod user for stg...
|
||||
- role: rabbit/user
|
||||
username: "openqa"
|
||||
vars:
|
||||
rabbitmq_server: "rabbitmq01.phx2.fedoraproject.org"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
@@ -84,6 +86,8 @@
|
||||
- "org.fedoraproject.prod.pungi.compose.status.change"
|
||||
- "org.fedoraproject.prod.bodhi.update.request.testing"
|
||||
- "org.fedoraproject.prod.bodhi.update.edit"
|
||||
vars:
|
||||
rabbitmq_server: "rabbitmq01.phx2.fedoraproject.org"
|
||||
tags: ['rabbit']
|
||||
when: deployment_type == "stg"
|
||||
- role: rabbit/queue
|
||||
|
||||
Reference in New Issue
Block a user