rally/rally-jobs
Andrey Kurilin 7addc521c1 [evil] Remove OpenStack related plugins
NOTE: the existing legacy jobs should continue working due to several
applied hacks.

The new home for OpenStack plugins:
  https://git.openstack.org/cgit/openstack/rally-openstack
  https://github.com/openstack/rally-openstack
  https://pypi.org/project/rally-openstack/

Change-Id: I36e56759f02fe9560b454b7a396e0493da0be0ab
2018-06-20 19:01:47 +03:00
..
extra [evil] Remove OpenStack related plugins 2018-06-20 19:01:47 +03:00
plugins Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
README.rst Use prpoper wording instead of benchmark in rally-jobs 2017-08-03 19:51:42 +00:00
nova.yaml Rework novaclient floating ips actions 2018-03-09 16:49:37 +02:00
rally-neutron-existing-users.yaml create a new server in each iteration when making snapshots from a server 2017-09-26 13:13:06 +00:00
rally-neutron.yaml Rework novaclient floating ips actions 2018-03-09 16:49:37 +02:00
rally-watcher.yaml [CI] Move to v2 format: senlin, watcher, zaqar 2017-09-05 16:20:50 -07:00
rally.yaml Add glance.DownloadImageData scenario 2017-10-10 16:44:08 +03:00
rally_args.yaml [CI] Fix image regexp and version 2017-02-16 14:29:06 +03:00
self-rally.yaml Port hooks to the new format 2017-10-05 23:01:06 +00:00

README.rst

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.