rally-openstack/samples/tasks/scenarios/heat/create-stack-and-scale.json
Chris St. Pierre 65b3c5fff2 Add Heat scenario to test scaling policies
Scenario triggers scaling policy webhooks and tracks their
performance.

Change-Id: I82270c1ceb2bf99254581b0b57f152a1361298d2
2015-07-02 10:35:06 -05:00

23 lines
424 B
JSON

{
"HeatStacks.create_stack_and_scale": [
{
"args": {
"template_path": "templates/autoscaling_group.yaml.template",
"output_key": "scaling_url",
"delta": 1
},
"runner": {
"type": "constant",
"concurrency": 2,
"times": 3
},
"context": {
"users": {
"users_per_tenant": 1,
"tenants": 2
}
}
}
]
}