Files
rally-openstack/samples/tasks/contexts/swift-objects.json
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

40 lines
1.3 KiB
JSON

{
"version": 2,
"title": "Task template with Swift objects context",
"description": "This sample demonstrates the usage of Swift objects context for setting up object storage resources.",
"subtasks": [
{
"title": "Test with Swift objects context",
"workloads": [
{
"scenario": {
"Dummy.openstack": {
"sleep": 0.1
}
},
"runner": {
"constant": {
"times": 6,
"concurrency": 3
}
},
"contexts": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"roles": [
"admin"
],
"swift_objects": {
"containers_per_tenant": 1,
"objects_per_container": 10,
"object_size": 1024
}
}
}
]
}
]
}