glance/rally-jobs
Boris Pavlovic 812a674135 Port rally scenario plugin to new Rally framework
Rally 0.0.4 and current master (which is going to be 0.1.0)
have some difference in framework. This patch address them.

Change-Id: I45064e27bcbe815ca12e311175addd4ecf9b6056
2015-08-27 09:51:11 -07:00
..
extra Update rally-jobs files 2014-11-25 01:18:12 +04:00
plugins Port rally scenario plugin to new Rally framework 2015-08-27 09:51:11 -07:00
README.rst Changes in rally-jobs/README.rst 2015-06-04 17:45:04 +03:00
glance.yaml Update rally-jobs files 2014-11-25 01:18:12 +04:00

README.rst

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