performance-docs/doc/source/test_plans/1000_nodes/rallytest.json
Aleksandr Shaposhnikov 90e73f3c1f Testing of major openstack services with 1000
of compute nodes containers.

Change-Id: Ifeab8cd5422c92a682ef8867691b53e2fe781edc
2016-06-23 11:20:44 -07:00

59 lines
1.3 KiB
JSON

{
"NovaServers.boot_and_list_server": [
{
"runner": {
"type": "constant",
"concurrency": 50,
"times": 20000
},
"args": {
"detailed": true,
"flavor": {
"name": "m1.tiny"
},
"image": {
"name": "cirros"
}
},
"sla": {
"failure_rate": {
"max": 0
}
},
"context": {
"users": {
"project_domain": "default",
"users_per_tenant": 2,
"tenants": 200,
"resource_management_workers": 30,
"user_domain": "default"
},
"quotas": {
"nova": {
"ram": -1,
"floating_ips": -1,
"security_group_rules": -1,
"instances": -1,
"cores": -1,
"security_groups": -1
},
"neutron": {
"subnet": -1,
"network": -1,
"port": -1
}
},
"network": {
"network_create_args": {
"tenant_id": "d51f243eba4d48d09a853e23aeb68774",
"name": "c_rally_b7d5d2f5_OqPRUMD8"
},
"subnets_per_network": 1,
"start_cidr": "1.0.0.0/21",
"networks_per_tenant": 1
}
}
}
]
}