rally-openstack/samples/tasks/scenarios/manila/create-share-with-autocreated-share-networks-and-delete.json
Valeriy Ponomaryov fca44c69c8 [Manila] Add share-network autocreation context support
For the moment, it is impossible to test Manila setup
autocreating share-networks on-fly. So, add its support.

Change-Id: I6b18b2b5dca7603113d0d69206829fc1fc7b7f3d
2016-08-04 12:34:22 +03:00

39 lines
1.0 KiB
JSON

{
"ManilaShares.create_and_delete_share": [
{
"args": {
"share_proto": "nfs",
"size": 1,
"min_sleep": 1,
"max_sleep": 2
},
"runner": {
"type": "constant",
"times": 2,
"concurrency": 2
},
"context": {
"quotas": {
"manila": {
"shares": -1,
"gigabytes": -1,
"share_networks": -1
}
},
"users": {
"tenants": 2,
"users_per_tenant": 1,
"user_choice_method": "round_robin"
},
"network": {
"networks_per_tenant": 1,
"start_cidr": "99.0.0.0/24"
},
"manila_share_networks": {
"use_share_networks": true
}
}
}
]
}