cinder/rally-jobs
chenhb 87d0ca0d0f Fix rally job gate-rally-dsvm-cinder-ubuntu-xenial-nv
1.Rally job is often failed, the error is related with image not found.
Lets change image name and try to fix it.
2.The volume_type argument should specify type, True/False has not been
allowed in CinderVolumes.create_snapshot_and_attach_volume scenario.

Change-Id: Icba98641716e1bce3dbd28fe8b4551d21c49a216
2017-04-11 16:11:50 +08:00
..
extra Update rally job files 2014-11-24 21:56:29 +04:00
plugins doc: verify all rst files 2017-02-14 12:36:57 +01:00
README.rst Changes in rally-jobs/README.rst 2015-06-04 17:46:27 +03:00
cinder-fake.yaml Update rally job files 2014-11-24 21:56:29 +04:00
cinder.yaml Fix rally job gate-rally-dsvm-cinder-ubuntu-xenial-nv 2017-04-11 16:11:50 +08:00

README.rst

Rally job related files

This directory contains rally tasks and plugins that are run by OpenStack CI.

Structure

  • cinder.yaml is a task that will be run in gates against OpenStack deployed by DevStack.
  • cinder-fake.yaml is a task that will be run in gates against OpenStack deployed by DevStack with fake cinder driver.
  • plugins - directory where you can add rally plugins. Almost everything in Rally is 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 path in rally tasks. Files will be in ~/.rally/extra/*