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:
parent
3e4c3534e5
commit
fd0d2b5a7e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue