rally-openstack/rally-jobs
Wataru Takase b1b3dc3c9d Add EC2 api scenario that list all servers
Change-Id: I1259f22868d13016971eb0b758a1052de213cf6d
2015-08-13 00:03:42 +09:00
..
extra Add ability to specify directory with murano package files 2015-07-29 16:26:01 +03:00
plugins Rename rally/benchmark to rally/task 2015-07-01 23:38:48 +03:00
cinder.yaml Add Cinder create_and_list_volume_backups scenario 2015-07-29 17:04:33 +03:00
heat.yaml Add Heat scenario to test scaling policies 2015-07-02 10:35:06 -05:00
nova.yaml Add EC2 api scenario that list all servers 2015-08-13 00:03:42 +09: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-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 Add Mistral benchmark 2015-02-06 16:56:53 +04:00
rally-mos.yaml Make `boot_runcommand_delete' accept command-dict 2015-07-13 17:08:18 +03:00
rally-murano.yaml Add ability to specify directory with murano package files 2015-07-29 16:26:01 +03:00
rally-neutron.yaml Adds LBaaS context, verify network extension 2015-07-22 21:42:55 +05:30
rally-zaqar.yaml Adds Zaqar consumer-producer scenario 2014-12-15 11:50:00 -03:00
rally.yaml Merge "Update to latest available CirrOS version 0.3.4" 2015-08-07 00:54:18 +00: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.