Create a queue and user for the-new-hotness in AMQP
Signed-off-by: Jeremy Cline <jcline@redhat.com>
This commit is contained in:
parent
5de9d7ce57
commit
fd181450aa
1 changed files with 7 additions and 1 deletions
|
@ -9,6 +9,12 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- role: rabbit/queue
|
||||
username: the-new-hotness
|
||||
queue_name: the-new-hotness
|
||||
routing_keys:
|
||||
- "#"
|
||||
|
||||
- role: openshift/project
|
||||
app: the-new-hotness
|
||||
description: Fedora-messaging consumer that listens to the-new-hotness.org and files bugzilla bugs in response.
|
||||
|
@ -76,4 +82,4 @@
|
|||
|
||||
- role: openshift/rollout
|
||||
app: the-new-hotness
|
||||
dcname: the-new-hotness
|
||||
dcname: the-new-hotness
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue