65b3c5fff2
Scenario triggers scaling policy webhooks and tracks their performance. Change-Id: I82270c1ceb2bf99254581b0b57f152a1361298d2
23 lines
424 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|