rally-openstack/rally-jobs
2017-04-07 16:01:11 +00:00
..
extra [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
plugins refactor atomics actions 2017-03-24 00:07:36 +00:00
certifcation_task_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
cinder.yaml Merge "Switch cinder scenarios to cinder service" 2017-03-30 13:26:55 +00:00
heat.yaml Make our CI great again 2016-12-08 10:09:46 +00:00
nova.yaml Fix list_and_get_host scenario bug 2017-04-07 16:32:47 +03:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
rally-designate.yaml Designate V2 - Add recordset scenarios 2016-02-26 15:26:20 +01:00
rally-ironic.yaml Add properties argument when create ironic node 2017-04-07 06:19:10 -04:00
rally-keystone-api-v2.yaml [validation] Use jsonschema validator in ScenarioRunner plugins 2017-04-06 13:34:54 +03:00
rally-magnum.yaml [magnum] Rename to cluster and cluster_template 2016-09-27 11:23:12 +00:00
rally-manila-no-ss.yaml [Core] Add support for default platform and rally self job 2017-03-27 20:04:14 +03:00
rally-manila.yaml [Core] Add support for default platform and rally self job 2017-03-27 20:04:14 +03: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 [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
rally-neutron-extensions.yaml Add neutron lbaasv2 loadbalancer scenarios 2017-01-20 09:53:46 +08:00
rally-neutron.yaml Add neutron.CreateAndShowSubnet scenario 2017-03-28 14:41:57 +00: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 [validation] Use jsonschema validator in ScenarioRunner plugins 2017-04-06 13:34:54 +03:00
README.rst Fix the link in rally-jobs 2016-12-22 09:46:49 +08:00
self-rally.yaml [CI] Merge subtasks in self-rally.yaml 2017-03-30 16:48:03 +03: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.