openQA: whoops, need to change routing keys here too
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
da391c4ba2
commit
e87cfca492
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ openqa_amqp_publisher_keyfile: "/etc/pki/fedora-messaging/openqa{{ openqa_env_su
|
|||
openqa_amqp_scheduler_cert: /etc/pki/fedora-messaging/openqa-cert.pem
|
||||
openqa_amqp_scheduler_key: /etc/pki/fedora-messaging/openqa-key.pem
|
||||
openqa_amqp_scheduler_queue: "openqa{{ openqa_env_suffix }}_scheduler"
|
||||
openqa_amqp_scheduler_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change", "org.fedoraproject.prod.bodhi.update.request.testing", "org.fedoraproject.prod.bodhi.update.edit", "org.fedoraproject.prod.bodhi.update.status.testing.koji-build-group.build.complete", "org.fedoraproject.prod.coreos.build.state.change"]
|
||||
openqa_amqp_scheduler_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change", "org.fedoraproject.prod.bodhi.update.status.testing.koji-build-group.build.complete", "org.fedoraproject.prod.coreos.build.state.change"]
|
||||
openqa_amqp_scheduler_url: "amqps://openqa:@rabbitmq.fedoraproject.org/%2Fpubsub"
|
||||
openqa_amqp_smtp: bastion
|
||||
openqa_assetsize: 500
|
||||
|
|
|
@ -53,7 +53,7 @@ openqa_amqp_publisher_url: "{{ openqa_amqp_this_url }}"
|
|||
# messages on prod rabbitmq. Only the queue names differs.
|
||||
openqa_amqp_scheduler_cert: "{{ openqa_amqp_prod_certfile }}"
|
||||
openqa_amqp_scheduler_key: "{{ openqa_amqp_prod_keyfile }}"
|
||||
openqa_amqp_scheduler_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change", "org.fedoraproject.prod.bodhi.update.request.testing", "org.fedoraproject.prod.bodhi.update.edit", "org.fedoraproject.prod.bodhi.update.status.testing.koji-build-group.build.complete", "org.fedoraproject.prod.coreos.build.state.change", "org.fedoraproject.prod.odcs.compose.state-changed"]
|
||||
openqa_amqp_scheduler_routing_keys: ["org.fedoraproject.prod.pungi.compose.status.change", "org.fedoraproject.prod.bodhi.update.status.testing.koji-build-group.build.complete", "org.fedoraproject.prod.coreos.build.state.change", "org.fedoraproject.prod.odcs.compose.state-changed"]
|
||||
openqa_amqp_scheduler_url: "{{ openqa_amqp_prod_url }}"
|
||||
|
||||
# fedora-messaging reporter settings (for both wiki/resultsdb reporters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue