rally/rally-jobs
yanyanhu d701c6317a [senlin]Add context support for Senlin profile
This patch adds context support for Senlin profile. The
following changes were made:
 - Adding Senlin profile context;
 - Revising 'create_and_delete_profile_cluster' scenario
   to make it benchmark cluster creating/deleting only;
 - Revising rally-senlin test job and example jobs accordingly;
 - Minor fix SenlinMixin cleanup resource to make id
   query work correctly;
 - Removing admin requirement from profile util functions
   since profile creating/deleting doesn't need admin role.

Partial-bp: add-support-for-clustering-service-senlin
Change-Id: Ib74803d13f4f89152af3a1ff5e7b6ff9fbac2906
2016-09-05 04:33:07 -04:00
..
extra [Plugins] Improve scenario output from boot_runcommand_delete 2016-06-16 11:04:49 +03:00
plugins Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
README.rst Fix the rally gates doc link 2015-09-07 15:21:18 +05:30
cinder.yaml Add CinderVolumes.create_volume_from_snapshot 2016-05-31 09:09:18 -04:00
fuel.yaml [Fuel] scenario for add and remove node 2015-10-08 17:04:05 +03:00
heat.yaml Merge "Add heat scenarios: output-show, output-list" 2016-03-28 15:25:48 +00:00
nova.yaml Add param volume_type when creating volume in nova scenarios 2016-07-05 16:14:26 +08:00
rally-designate.yaml Designate V2 - Add recordset scenarios 2016-02-26 15:26:20 +01:00
rally-ironic.yaml Add Ironic scenarios 2015-07-22 18:14:56 +03:00
rally-keystone-api-v2.yaml Add keystone validate token using ceilometer scenario 2016-06-29 07:37:41 -04: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 share-network autocreation context support 2016-08-04 12:34:22 +03:00
rally-mistral.yaml Fix some CI task files 2015-08-21 13:59:20 +02:00
rally-monasca.yaml Add monasca benchmark in plugin - Part 0: metrics 2016-07-31 00:38:18 +03:00
rally-mos.yaml [Bug1535948] Add Heat template validator 2016-04-06 17:40:04 +03:00
rally-murano.yaml Add Murano environments context 2016-05-18 11:49:23 +03:00
rally-neutron-existing-users.yaml Fix neutron gate jobs 2016-08-29 04:42:20 +00:00
rally-neutron.yaml Fix neutron gate jobs 2016-08-29 04:42:20 +00:00
rally-senlin.yaml [senlin]Add context support for Senlin profile 2016-09-05 04:33:07 -04:00
rally-watcher.yaml Add watcher audit template context and 2 scenarios 2016-08-25 00:23:13 +03:00
rally-zaqar.yaml Implement new random name generator for remaining scenario plugins 2015-10-21 13:38:17 -05:00
rally.yaml [Plugins] Rename workload dammy.failure -> Dummy.failure 2016-09-01 18:51:54 +03:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03:00
sahara-clusters.yaml [CI] Download sahara image from local mirror 2016-03-24 08:34:11 -07:00
unstable-neutron.yaml Fix neutron unstable job 2016-08-29 15:09:04 +03: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. 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.