rally-openstack/rally-jobs
Roman Vasilets 4a22346fdc Add ability to specify directory with murano package files
Currently we are able to specify murano package in the Murano context
by specifying murano package address. Now we add ability to specify
non-zipped murano package to Murano context.

Add function that helps to pack a directory with murano package files
into zipfile correctly.

Change-Id: Iba95025c10181109f402824e781afedcdd549b5e
2015-07-29 16:26:01 +03: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 Split slow rally job to several small ones 2015-06-08 21:27:27 +03:00
heat.yaml Add Heat scenario to test scaling policies 2015-07-02 10:35:06 -05:00
nova.yaml Make `boot_runcommand_delete' accept command-dict 2015-07-13 17:08:18 +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-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 "Keystone: Add scenarios to benchmark user disable/enable" 2015-07-16 04:00:20 +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.