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:
parent
29100697e8
commit
1cb6edadd5
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue