0db0217425
Change-Id: Ia802205fc73650a5a3d103e8ef177e1d05173ce5
33 lines
1.0 KiB
ReStructuredText
33 lines
1.0 KiB
ReStructuredText
Rally job related files
|
|
=======================
|
|
|
|
This directory contains rally tasks and plugins that are run by OpenStack CI.
|
|
|
|
Structure
|
|
---------
|
|
|
|
* plugins - directory where you can add rally plugins. Almost everything in
|
|
Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic
|
|
cleanup resources, ....
|
|
|
|
* extra - all files from this directory will be copy pasted to gates, so you
|
|
are able to use absolute paths in rally tasks.
|
|
Files will be located in ~/.rally/extra/*
|
|
|
|
* glance.yaml is a task that is run in gates against OpenStack (nova network)
|
|
deployed by DevStack
|
|
|
|
|
|
Useful links
|
|
------------
|
|
|
|
* More about Rally: https://rally.readthedocs.io/en/latest/
|
|
|
|
* Rally release notes: https://rally.readthedocs.io/en/latest/project_info/release_notes/archive.html
|
|
|
|
* How to add rally-gates: https://rally.readthedocs.io/en/latest/quick_start/gates.html
|
|
|
|
* About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html
|
|
|
|
* Plugin samples: https://github.com/openstack/rally/tree/stable/0.9/samples/plugins
|