rally-openstack/samples/tasks/scenarios/designate/create-and-delete-recordsets.json
Endre Karlson 81123fc8fb Designate V2 - Add recordset scenarios
Add create_and_(list|delete)_recordset scenarios
Remove the test also that checks the allowed methods, this is in order for us
to be able to have a private method _walk_pages that will do fetching of pages
for us vs attempting to fetch 1 giant list at once.

Change-Id: I43b111ebe07f3842fce48af4898978130d1341d7
2016-02-26 15:26:20 +01:00

32 lines
841 B
JSON

{
"DesignateBasic.create_and_delete_recordsets": [
{
"args": {
"recordsets_per_zone": 10
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 10
},
"context": {
"quotas": {
"designate": {
"domains": 100,
"domain_recordsets": 2000,
"domain_records": 2000,
"recordset_records": 2000
}
},
"users": {
"tenants": 2,
"users_per_tenant": 2
},
"zones": {
"zones_per_tenant": 1
}
}
}
]
}