mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Add openqa_amqp_scheduler_routing_keys back to group_vars
sigh, needs to be here too as it's used from outside of the role where the default is set. Not sure if there's a better fix for this. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -34,6 +34,7 @@ openqa_amqp_resultsdb_reporter_routing_keys: ["org.fedoraproject.{{ deployment_t
|
||||
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"]
|
||||
# fedora-messaging job scheduler settings: most of these are the same
|
||||
# for prod and stg as they both must listen for prod messages. Only
|
||||
# the queue names differs
|
||||
|
||||
Reference in New Issue
Block a user