openqa: also create prod rabbitmq user for staging openqa
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
69260ace32
commit
1367541f98
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue