rally-openstack/rally-jobs
Kiran 8385042e7e Adds LBaaS context, verify network extension
1) Add rally/plugins/openstack/context/neutron for neutron
   related contexts
2) Context to create LBaaS-v1 resources
3) Add check in network wrapper to verify if a Network extension
is supported in the deployment.

Change-Id: I7b4defe187c0631928d70bd09d7bcea956f4eed3
2015-07-22 21:42:55 +05:30
..
extra Add Heat scenario to test scaling policies 2015-07-02 10:35:06 -05: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 deploy environment murano benchmark 2015-05-13 00:52:11 +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.