rally/rally-jobs
Sirisha Areti 6764787aa8 Adds nova show and nova console output plugins
Nova provides show and console output functionalities for a server.
Currently, there isn't a benchmark provided by rally that does the above.

This commit adds plugins that call nova client's get and get console output
methods for a given server, allowing to use those for benchmarking.

This patch also includes functional and unit tests for newly added plugins.

Co-Authored-By: Michal Stolarczyk <zerodivisible@gmail.com>
Change-Id: Ica8642ca8463b1bcba936e3c1d392b4588a56dc2
2015-11-03 10:48:26 +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 attachment-related scenarios to test on gates 2015-09-02 18:33:22 +03: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 Adds nova show and nova console output plugins 2015-11-03 10:48:26 +00:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
rally-designate.yaml Adds Designate server-list scenario 2015-02-27 04:05:41 +00:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03: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_neutron.yaml Add Cinder create_and_list_volume_backups scenario 2015-07-29 17:04:33 +03:00
rally-mos.yaml Fix sahra-dsvm and sahara-mos jobs 2015-10-28 15:18:41 +02:00
rally-murano.yaml Merge "Add new Murano scenarios" 2015-09-28 17:38:37 +00:00
rally-neutron.yaml Add Neutron Security Groups scenarios 2015-10-27 13:40:12 +05:30
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml Implement new random name generator for keystone scenarios 2015-10-16 08:00:21 -05:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30
sahara-clusters.yaml [Sahara] Added latest versions of sahara plugins 2015-10-29 16:11:03 +03:00
sahara.yaml Fix sahra-dsvm and sahara-mos jobs 2015-10-28 15:18:41 +02:00
unstable-neutron.yaml Move CeilometerResource.get_tenant_resource to unstable 2015-06-26 07:02:51 -07: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.