rally-openstack/rally-jobs
Igor Degtiarov 9a4f0a45cd Extend statistic benchmarks for Ceilometer
Existing benchmark scenario for statistics was not benchmark at all
it was check that statistic api works, now scenario was changed
with using new Ceilometer context and adding new configured
query parameters.

It allows to find a weak places in requesting Ceilometer data.

Change-Id: Iccde7422016e87f20237721b7fc1fb379646adf8
2015-11-30 16:26:53 +02: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 wrapper to support different API versions 2015-11-05 17:00:57 +02:00
heat.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
nova.yaml Fix floating ip setting name in samples 2015-11-20 09:58:56 +11: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.yaml [CI] Join together mos and mos_neutron files 2015-11-24 22:47:16 +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 Extend statistic benchmarks for Ceilometer 2015-11-30 16:26:53 +02:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30

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.