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:
Adam Williamson 2019-06-13 15:01:39 -07:00
parent 29100697e8
commit 1cb6edadd5

View file

@ -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