rally-openstack/rally-jobs
Chris St. Pierre 8275ce9638 Add Nova lock and unlock scenario
Add scenario to boot a server, lock it, unlock it, and delete
it.

Change-Id: Ifd29211914ff264738e1ff0371629d33b5f55f36
2015-05-05 08:19:21 -05:00
..
extra Change file loading mechanism for heat tests 2015-04-28 18:15:26 +03:00
plugins Fix rally plugins relative imports 2015-04-22 11:59:40 +03:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Adds Designate server-list scenario 2015-02-27 04:05:41 +00:00
rally-mistral.yaml Add Mistral benchmark 2015-02-06 16:56:53 +04:00
rally-mos.yaml Add Http Request Scenario 2015-04-28 17:12:37 +00:00
rally-murano.yaml Add murano benchmarks 2015-04-01 16:31:43 +03:00
rally-neutron.yaml Support size range in Cinder create_volume and extend_volume 2015-04-29 17:36:54 +03:00
rally-zaqar.yaml Adds Zaqar consumer-producer scenario 2014-12-15 11:50:00 -03:00
rally.yaml Add Nova lock and unlock scenario 2015-05-05 08:19:21 -05:00
README.rst Update stackforge to openstack 2015-04-20 14:02:43 +05:30

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/*
  • rally.yaml is a task that is run in gates against OpenStack (nova network)
  • rally-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service
  • rally-designate.yaml is a task that is run in gates against OpenStack with Designate Service. It's experimental job. To trigger make a review with "check experimental" text.
  • rally-zaqar.yaml is a task that is run in gates against OpenStack with Zaqar Service. It's experimental job. To trigger make a review with "check experimental" text.