rally/rally-jobs/extra
Sergey Skripnick d41621eb7c Add new script for gate jobs
This script will run scenario specified by $RALLY_SCENARIO
environment variable.

Also tags now supported. Tags are stand for modifying
deployment or environment somehow.

Currently implemented only "v3" tag. This tag is changing
deployment endpoints to use keystone v3 protocol.

For example we want to run two scenarios: one for keysone v2
and one for v3. Then we need to create two files:

my-rally.yaml    # will be run vs keystone v2 (v2 is used by default)
my-rally_v3.yaml # will be run vs keystone v3

And export $RALLY_SCENARIO=my-rally.yaml

Change-Id: I44d1788e3892be59afbf8eaecb5d3e3b995fc3a8
2015-02-19 23:23:15 +01:00
..
autoscaling_policy.yaml.template Add "update-inplace/replace resource" cases 2015-02-11 11:31:44 +03:00
instance_dd_test.sh Add new script for gate jobs 2015-02-19 23:23:15 +01:00
mistral_wb.yaml Add Mistral benchmark 2015-02-06 16:56:53 +04:00
random_strings.yaml.template Add create-update-delete stack scenario 2015-02-10 17:03:00 +03:00
README.rst Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00
resource_group.yaml.template Add update + add/delete resource cases 2015-02-11 11:33:13 +03:00
server_with_ports.yaml.template Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00
server_with_volume.yaml.template Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00
updated_autoscaling_policy_inplace.yaml.template Add "update-inplace/replace resource" cases 2015-02-11 11:31:44 +03:00
updated_random_strings_add.yaml.template Add create-update-delete stack scenario 2015-02-10 17:03:00 +03:00
updated_random_strings_delete.yaml.template Add create-update-delete stack scenario 2015-02-10 17:03:00 +03:00
updated_random_strings_replace.yaml.template Add "update-inplace/replace resource" cases 2015-02-11 11:31:44 +03:00
updated_resource_group_increase.yaml.template Add update + add/delete resource cases 2015-02-11 11:33:13 +03:00
updated_resource_group_reduce.yaml.template Add update + add/delete resource cases 2015-02-11 11:33:13 +03:00

Extra files

All files from this directory will be copy pasted to gates, so you are able to use absolute path in rally tasks. Files will be in ~/.rally/extra/*