rally-openstack/rally-jobs
chenhb-zte 3c1d2cc481 Switch task parser to custom yaml
1.Switch task parser to custom yaml, custom yaml deprecates duplicate key
and loads task in the same order as they are in task file.
2.Remove duplicate scenario KeystoneBasic.create_delete_user.

Change-Id: I3b338f63eca0ac217a6376f6d6705da69fb97e80
2017-02-08 16:39:47 +08:00
..
extra Add an option to pass workflow input and parms to mistral execution 2016-11-15 12:17:28 +00:00
plugins [Rally profile] Performance of creating atomic timers 2016-11-09 09:42:27 +00:00
certifcation_task_args.yaml [ci] add test hook for certificaiton task 2016-11-11 01:58:07 +02:00
cinder.yaml Merge "Add CinderVolumeTypes.create_and_list_encryption_type" 2017-01-26 17:04:09 +00:00
heat.yaml Make our CI great again 2016-12-08 10:09:46 +00:00
nova.yaml Make glance v2 the default 2017-01-12 09:24:00 +00:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Designate V2 - Add recordset scenarios 2016-02-26 15:26:20 +01:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03:00
rally-keystone-api-v2.yaml Switch task parser to custom yaml 2017-02-08 16:39:47 +08:00
rally-magnum.yaml [magnum] Rename to cluster and cluster_template 2016-09-27 11:23:12 +00:00
rally-manila-no-ss.yaml [Manila] Add scenarios for Manila share metadata 2016-11-14 12:24:54 +02:00
rally-manila.yaml [Manila] Add scenarios for Manila share metadata 2016-11-14 12:24:54 +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 Switch task parser to custom yaml 2017-02-08 16:39:47 +08:00
rally-murano.yaml Add Murano environments context 2016-05-18 11:49:23 +03:00
rally-neutron-existing-users.yaml [Plugins] Replace instance_dd_test.sh with instance_test.sh 2016-10-06 16:55:48 +03:00
rally-neutron-extensions.yaml Add neutron lbaasv2 loadbalancer scenarios 2017-01-20 09:53:46 +08:00
rally-neutron.yaml Add neutron.CreateAndShowNetwork scenario 2017-01-04 06:27:19 -05:00
rally-senlin.yaml [senlin]Add context support for Senlin profile 2016-09-05 04:33:07 -04: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 Switch task parser to custom yaml 2017-02-08 16:39:47 +08:00
README.rst Fix the link in rally-jobs 2016-12-22 09:46:49 +08: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.