rally/rally-jobs
Illia Khudoshyn 305ec2838d [CI]Split Rally gate scenarios for Keystone API v2.0 and v3
Devstack-based gate jobs now all run against
Keystone API v3 except one dedicated job that runs
against v2.0.

This patch introduces gate scenario for v2.0 job
and removes Keystone and Ceilometer scenarios from v3 job.
Next two patches will fix Ceilometer scenarios
so that they will fork for v3 and add Keystone scenarios
that will test v3 API related functionality.

Change-Id: Ia19357a708ef47ff4568ab87999a8c17daf58c88
2016-02-04 09:48:51 +00:00
..
extra workload: fix and rename benchmark script 2015-10-05 15:23:52 +03:00
plugins Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
cinder.yaml Add Cinder v1 test to gate 2016-02-01 08:12:47 -06:00
fuel.yaml [Fuel] scenario for add and remove node 2015-10-08 17:04:05 +03:00
heat.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
nova.yaml Remove EC2 from Nova gate job 2016-01-08 16:32:12 -08:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Adds Designate domain-update test 2015-12-22 08:38:14 +00:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03:00
rally-keystone-api-v2.yaml [CI]Split Rally gate scenarios for Keystone API v2.0 and v3 2016-02-04 09:48:51 +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 Fix some CI task files 2015-08-21 13:59:20 +02:00
rally-mos.yaml Make Neutron router scenarios work with network context 2015-12-16 07:38:58 -06:00
rally-murano.yaml Merge "Add new Murano scenarios" 2015-09-28 17:38:37 +00:00
rally-neutron.yaml Make Neutron router scenarios work with network context 2015-12-16 07:38:58 -06:00
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml [CI]Split Rally gate scenarios for Keystone API v2.0 and v3 2016-02-04 09:48:51 +00:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30
sahara-clusters.yaml [Sahara] Improved flavor paramter for clusters 2016-01-13 12:41:12 +03:00
sahara.yaml [CI] Remove hardcoded hadoop version from mos task 2015-11-25 16:34:57 +00:00
unstable-neutron.yaml [gates] move ceilometer alarts scenarios to non-voting job 2015-12-07 17:47:01 +02: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.