openqa: also create prod rabbitmq user for staging openqa

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-13 14:09:12 -07:00
parent 69260ace32
commit 1367541f98

View file

@ -72,6 +72,11 @@
username: "openqa{{ env_suffix }}"
tags: ['rabbit']
when: deployment_type == "stg"
# we also need prod user for stg...
- role: rabbit/user
username: "openqa"
tags: ['rabbit']
when: deployment_type == "stg"
- role: rabbit/queue
username: "openqa{{ env_suffix }}"
queue_name: "openqa{{ env_suffix }}_scheduler"