8044b5d045
Change-Id: I1cd4e7473bbb86e73114ee9a6ed78bbb6e824317
33 lines
988 B
JSON
33 lines
988 B
JSON
{
|
|
"Dummy.openstack": [
|
|
{
|
|
"args": {
|
|
"sleep": 0.1
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 1,
|
|
"concurrency": 1,
|
|
"timeout": 3000
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"image_command_customizer": {
|
|
"image": {"name": "Fedora-x86_64-20-20140618-sda"},
|
|
"flavor": {"name": "m1.small"},
|
|
"command": {
|
|
"local_path": "rally-jobs/extra/install_benchmark.sh",
|
|
"remote_path": "./install_benchmark.sh"
|
|
},
|
|
"username": "root",
|
|
"userdata": "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
|
|
},
|
|
"network": {}
|
|
}
|
|
}
|
|
]
|
|
}
|