rally-openstack/rally-jobs
Valeriy Ponomaryov 5af24aba4c [Manila] Fix CI job configuration
After disabling all OpenStack services [1] for manila/rally CI jobs,
we need to remove every usage of context that is related to disabled
projects. In current case, creation of Neutron networks became
redundant. So, remove it from scenarios.

Also, use proper predefined share types for each type of a job.

[1] I753a648349f7a3b8ede3ee714657638f4db68ec5

Depends-On: I7278a897bb89f0562e1eda449b725d965cb10566
Change-Id: I160740c7674e6ee79daea6e840acd6e3a47d8a75
2016-11-07 10:32:59 +00:00
..
extra [Gates] Synchronize script instance_test.sh 2016-10-11 12:28:01 +03:00
plugins Benchmark for generate_random_name 2016-10-26 17:45:12 +03:00
cinder.yaml Merge "Add CinderVolumes.list_transfers" 2016-10-31 13:27:56 +00:00
heat.yaml Merge "Add heat scenarios: output-show, output-list" 2016-03-28 15:25:48 +00:00
nova.yaml Merge "Add Quotas.nova_get The scenario list the quotas for nova" 2016-11-01 14:54:31 +00:00
rally_args.yaml Input task templates and task cmd cleanup 2015-01-15 16:29:34 +03: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 Merge "Add Keystone token validation" 2016-10-06 11:43:44 +00:00
rally-magnum.yaml [magnum] Rename to cluster and cluster_template 2016-09-27 11:23:12 +00:00
rally-manila-no-ss.yaml [Manila] Fix CI job configuration 2016-11-07 10:32:59 +00:00
rally-manila.yaml [Manila] Fix CI job configuration 2016-11-07 10:32:59 +00:00
rally-mistral.yaml Add option to create mistral execution from workbook 2016-10-12 17:21:40 +00:00
rally-monasca.yaml Add monasca benchmark in plugin - Part 0: metrics 2016-07-31 00:38:18 +03:00
rally-mos.yaml [Plugins] Replace instance_dd_test.sh with instance_test.sh 2016-10-06 16:55:48 +03:00
rally-murano.yaml Add Murano environments context 2016-05-18 11:49:23 +03:00
rally-neutron-existing-users.yaml [Plugins] Replace instance_dd_test.sh with instance_test.sh 2016-10-06 16:55:48 +03:00
rally-neutron.yaml Merge "Add test and sample to CreateAndListNetworks" 2016-10-31 12:42:54 +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 Increase number of iterations in RallyProfile.generate_names_in_atomic 2016-10-27 16:11:54 +03: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.