rally/rally-jobs
Chris St. Pierre 42b7e74ae8 Keystone get_entities scenario backwards compat
This lets the user supply a service name to the Keystone get_entities
scenario in order to fetch a service other than 'keystone,' which
makes that scenario work for older OpenStack. The user can also supply
None, which will cause the scenario to create a new service, just like
it does for tenant, role, and user.

As a side-effect, this fixes the unit test for get_entities.

Change-Id: I3393c9bdbbab37b6d37c24b0bd7701c0dbbbfe75
2015-06-22 16:19:45 -05:00
..
extra [Heat] Add rally template with Heat Resource Group 2015-06-19 12:54:33 +03:00
plugins Fix rally plugins relative imports 2015-04-22 11:59:40 +03:00
cinder.yaml Split slow rally job to several small ones 2015-06-08 21:27:27 +03:00
fuel.yaml [Fuel] Add Fuel scenario `list_environments' 2015-05-27 12:25:00 +03:00
heat.yaml [Heat] Add rally template with Heat Resource Group 2015-06-19 12:54:33 +03:00
nova.yaml Split slow rally job to several small ones 2015-06-08 21:27:27 +03: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-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 benchmark for Manila list share servers operation 2015-06-19 14:24:09 +03:00
rally-mistral.yaml Add Mistral benchmark 2015-02-06 16:56:53 +04:00
rally-mos_neutron.yaml Add Cinder create_and_restore_volume_backup scenario 2015-05-21 16:15:37 +03:00
rally-mos.yaml Remove executable bit from files that should not be executable 2015-05-09 11:49:25 +00:00
rally-murano.yaml Add deploy environment murano benchmark 2015-05-13 00:52:11 +03:00
rally-neutron.yaml Add Neutron Loadbalancer v1 create and update pools 2015-06-17 20:01:08 +05:30
rally-zaqar.yaml Adds Zaqar consumer-producer scenario 2014-12-15 11:50:00 -03:00
rally.yaml Keystone get_entities scenario backwards compat 2015-06-22 16:19:45 -05:00
README.rst Update stackforge to openstack 2015-04-20 14:02:43 +05:30
unstable-neutron.yaml Move create-update-delete-stack-inplace test 2015-03-13 17:07:41 +03: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.