rally-openstack/rally-jobs
Andrey Kurilin 047d6cec82 Fix neutron with extensions job
* Extend neutron-with-extensions job with a proper required_projects
  section. It allows to launch all neutron extensions which we have
  in legacy job (except openstack/neutron-fwaas which has
  broken/uncompatible devstack plugin)
* Move load-balancing checks to the separate job

Change-Id: Iafa8950c3140987af7141a156e972eee1379f5d9
2018-03-27 16:41:33 +00:00
..
extra Restore jobs for all projects 2018-03-05 19:04:14 +02:00
plugins Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
basic-with-existing-users.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
certifcation_task_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
cinder.yaml Revert "[CI] Unblock cinder job" 2018-01-09 17:02:37 -08:00
designate.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
heat.yaml [ci] Update rally-heat.yml to use task v2 format 2017-09-08 23:49:37 -07:00
ironic.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
keystone-glance-swift.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
load-balancing.yaml Fix neutron with extensions job 2018-03-27 16:41:33 +00:00
magnum.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
manila-no-ss.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
manila.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
mistral.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
monasca.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
murano.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
neutron-with-extensions.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
neutron.yaml Neutron scenario to delete subnets for the same network concurrently 2018-03-22 20:42:23 +02:00
nova.yaml [openstack] Remove nova hosts specific logic 2018-03-04 20:57:18 +02:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
rally-mos.yaml Fix Glance v1 update call 2017-08-29 11:13:31 +00:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
self-rally.yaml Port hooks to the new format 2017-10-05 23:01:06 +00:00
senlin.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
simple-cinder.yaml Add basic job for Rally task 2018-03-01 20:06:19 +02:00
telemetry.yaml Add Gnocchi resource type scenarios 2018-03-19 09:19:48 +02:00
watcher.yaml Restore jobs for all projects 2018-03-05 19:04:14 +02:00
zaqar.yaml Restore jobs for all projects 2018-03-05 19:04:14 +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. 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.