Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": 2,
|
|
"title": "Task template with stacks context",
|
|
"description": "This sample demonstrates the usage of stacks context for setting up Heat stacks.",
|
|
"subtasks": [
|
|
{
|
|
"title": "Test with Heat stacks context",
|
|
"workloads": [
|
|
{
|
|
"scenario": {
|
|
"Dummy.openstack": {
|
|
"sleep": 0.1
|
|
}
|
|
},
|
|
"runner": {
|
|
"constant": {
|
|
"times": 4,
|
|
"concurrency": 1
|
|
}
|
|
},
|
|
"contexts": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"stacks": {
|
|
"stacks_per_tenant": 2,
|
|
"resources_per_stack": 10
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|