rally/rally-jobs
Chris St. Pierre 013792c458 Images context: accept arbitrary image create args
This deprecates the min_ram and min_disk arguments in favor of
image_args, which lets the user specify any image creation keyword
arguments they want.

This provides a workaround for the bug that prevents images created in
the images context from actually being used by letting the user
specify that the image should be public, and thus can be used by
scenarios running other tenants than the admin user's tenant. Also
adds a gate job to ensure that images created by the images context
can be used in a scenario.

Partial-Bug: 1503744
Change-Id: I200821f4850073990878c38f04959ecf1ff9c522
2016-01-05 16:23:59 -06:00
..
extra workload: fix and rename benchmark script 2015-10-05 15:23:52 +03:00
plugins Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
cinder.yaml Images context: accept arbitrary image create args 2016-01-05 16:23:59 -06:00
fuel.yaml [Fuel] scenario for add and remove node 2015-10-08 17:04:05 +03:00
heat.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
nova.yaml Remove excessive quotes in _revert_resize() 2015-12-08 13:05:13 -06:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Add Designate API V2 support - part 1 2015-12-01 19:52:02 +01:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03:00
rally-manila-no-ss.yaml [Manila] Add scenario for creation and deletion of Manila shares 2015-06-17 18:16:37 +03:00
rally-manila.yaml [Manila] Add scenario for attach of security service to share network 2015-07-15 21:05:40 +00:00
rally-mistral.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
rally-mos.yaml [CI] Remove HttpRequests scenario from MOS job 2015-12-03 14:20:33 +02:00
rally-murano.yaml Merge "Add new Murano scenarios" 2015-09-28 17:38:37 +00:00
rally-neutron.yaml Add Neutron Security Groups scenarios 2015-10-27 13:40:12 +05:30
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml Merge "Fix timeout for scenario runners" 2015-12-11 15:30:47 +00:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30
sahara-clusters.yaml [CI] Remove hardcoded hadoop version from mos task 2015-11-25 16:34:57 +00:00
sahara.yaml [CI] Remove hardcoded hadoop version from mos task 2015-11-25 16:34:57 +00:00
unstable-neutron.yaml [gates] move ceilometer alarts scenarios to non-voting job 2015-12-07 17:47:01 +02:00

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.