check_compose: fix queue name
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
db1a4da495
commit
6f7de513e8
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ checkcompose_amqp_url: "amqps://openqa:@rabbitmq.fedoraproject.org/%2Fpubsub"
|
|||
checkcompose_amqp_cacert: /etc/fedora-messaging/cacert.pem
|
||||
checkcompose_amqp_key: /etc/pki/fedora-messaging/openqa-key.pem
|
||||
checkcompose_amqp_cert: /etc/pki/fedora-messaging/openqa-cert.pem
|
||||
checkcompose_amqp_queue: "openqa_checkcomp{{ checkcompose_env_suffix }}"
|
||||
checkcompose_amqp_queue: "openqa{{ checkcompose_env_suffix }}_checkcomp"
|
||||
checkcompose_amqp_routing_keys: ["org.fedoraproject.{{ deployment_type }}.openqa.job.done"]
|
||||
|
||||
# fedora-messaging email error reporting settings
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
# easy that way
|
||||
- role: rabbit/queue
|
||||
username: "openqa{{ openqa_env_suffix }}"
|
||||
queue_name: "openqa_checkcomp{{ checkcompose_env_suffix }}"
|
||||
queue_name: "openqa{{ checkcompose_env_suffix }}_checkcomp"
|
||||
routing_keys:
|
||||
- "org.fedoraproject.{{ deployment_type }}.openqa.job.done"
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue