kerneltest: create rabbitmq user
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
c65dfb1d4a
commit
4862565d67
2 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,12 @@
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||||
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- role: rabbit/user
|
||||||
|
username: "kerneltest{{ env_suffix }}"
|
||||||
|
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.kerneltest\..*
|
||||||
|
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
app: kerneltest
|
app: kerneltest
|
||||||
description: kerneltest
|
description: kerneltest
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
amqp_url = "amqps://kerneltest:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
amqp_url = "amqps://kerneltest{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||||
|
|
||||||
# Just check if the queue exist, don't try to create it (the server does not allow it).
|
# Just check if the queue exist, don't try to create it (the server does not allow it).
|
||||||
passive_declares = true
|
passive_declares = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue