2014-08-01 13:09:58 +00:00
|
|
|
This directory contains rally benchmark scenarios to be run by OpenStack CI.
|
|
|
|
|
|
|
|
Structure:
|
2018-07-12 08:16:10 +00:00
|
|
|
|
2014-08-01 13:09:58 +00:00
|
|
|
* heat.yaml is rally task that will be run in gates
|
2018-07-12 08:16:10 +00:00
|
|
|
|
2014-08-01 13:09:58 +00:00
|
|
|
* plugins - directory where you can add rally plugins. So you don't need
|
|
|
|
to merge benchmark in scenarios in rally to be able to run them in heat.
|
2018-07-12 08:16:10 +00:00
|
|
|
|
2014-08-01 13:09:58 +00:00
|
|
|
* extra - all files from this directory will be copied to gates, so you will
|
|
|
|
be able to use absolute path in rally tasks. Files will be in ~/.rally/extra/*
|
|
|
|
|
|
|
|
* more about rally: https://wiki.openstack.org/wiki/Rally
|
2018-07-12 08:16:10 +00:00
|
|
|
|
2014-08-01 13:09:58 +00:00
|
|
|
* how to add rally-gates: https://wiki.openstack.org/wiki/Rally/RallyGates
|
2018-07-12 08:16:10 +00:00
|
|
|
|
2017-03-24 03:58:38 +00:00
|
|
|
* how to write plugins https://rally.readthedocs.io/en/latest/plugins/#rally-plugins
|