Files
Andriy Kurilin c3c6de9804 Port all samples to task format v2
Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com>
Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
2025-09-17 13:15:29 +02:00

54 lines
1.6 KiB
JSON

{
"version": 2,
"title": "Users Context Configuration",
"description": "Sample configurations for Rally users context showing tenant and user creation options",
"subtasks": [
{
"title": "Basic users context",
"description": "Simple users context with basic tenant and user configuration",
"scenario": {
"Dummy.openstack": {
"sleep": 0.1
}
},
"runner": {
"constant": {
"times": 4,
"concurrency": 2
}
},
"contexts": {
"users": {
"tenants": 1,
"users_per_tenant": 2
}
}
},
{
"title": "Advanced users context",
"description": "Users context with advanced options including domain configuration and user selection",
"scenario": {
"Dummy.openstack": {
"sleep": 0.1
}
},
"runner": {
"constant": {
"times": 4,
"concurrency": 2
}
},
"contexts": {
"users": {
"tenants": 1,
"users_per_tenant": 2,
"resource_management_workers": 1,
"project_domain": "project",
"user_domain": "demo",
"user_choice_method": "random"
}
}
}
]
}