rally/rally-jobs
zhangzhang 067d218d03 Add neutron.CreateAndDeleteSecurityGroupRule scenario
create and delete a  security_group_rule

Change-Id: I9c1402c32735a69d12377cfdd046938fbca114aa
2017-08-13 22:49:43 -04:00
..
extra Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
plugins Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
certifcation_task_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
cinder.yaml Add cinder.CreatQosAssociateAndDisassociateType 2017-08-04 04:49:31 -04:00
heat.yaml [ci]merge 3 patchs to unblock our ci 2017-06-30 12:38:07 -07:00
nova.yaml Reduce load in Nova and Cinder CI jobs 2017-07-23 14:07:26 -07:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
rally-designate.yaml Fix Designate Plugins 2017-07-23 23:12:23 -07:00
rally-ironic.yaml Add properties argument when create ironic node 2017-04-07 06:19:10 -04:00
rally-keystone-api-v2.yaml Merge "GlanceImages.create_and_update_image" 2017-04-19 19:23:18 +00:00
rally-magnum.yaml [magnum] Rename to cluster and cluster_template 2016-09-27 11:23:12 +00:00
rally-manila-no-ss.yaml Add manila extend/shrink scenarios 2017-06-21 15:56:49 +02:00
rally-manila.yaml Add manila extend/shrink scenarios 2017-06-21 15:56:49 +02:00
rally-mistral.yaml Add an option to pass workflow input and parms to mistral execution 2016-11-15 12:17:28 +00:00
rally-monasca.yaml Add monasca benchmark in plugin - Part 0: metrics 2016-07-31 00:38:18 +03:00
rally-mos.yaml [ci] Remove NovaSecGroup scenarios from rally-ci 2017-05-17 23:13:27 -07:00
rally-murano.yaml 'File exists' validator and Utils class for validators 2017-07-03 23:55:13 +00:00
rally-neutron-existing-users.yaml [ci] Turn off glance scenarios 2017-07-13 10:47:06 +03:00
rally-neutron-extensions.yaml Reduce load in gates in long running jobs 2017-07-23 03:06:43 -07:00
rally-neutron.yaml Add neutron.CreateAndDeleteSecurityGroupRule scenario 2017-08-13 22:49:43 -04:00
rally-senlin.yaml [ci] Change image name for senlin job 2017-04-03 11:21:48 +03:00
rally-watcher.yaml Remove extra field from watcher plugin 2016-11-17 12:29:18 +03:00
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml Merge "Add GlanceImages.create_and_deactivate_image" 2017-08-13 14:46:59 +00:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
sahara-clusters.yaml [CI] Download sahara image from local mirror 2016-03-24 08:34:11 -07:00
self-rally.yaml 'File exists' validator and Utils class for validators 2017-07-03 23:55:13 +00:00
telemetry-neutron.yaml Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00: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. Task contexts, scenarios, SLAs, Hooks, 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.