rally/doc/samples/tasks/scenarios/sahara/create_and_delete_cluster.json
Nikita Konovalov e2a3e1c941 Added Sahara Clusters scenario
The scenario creates and deletes a Hadoop cluster.

Change-Id: I1280f5f3f4cd7415788a3e474dd1852c68a3c35c
2014-08-12 15:12:12 +04:00

31 lines
920 B
JSON

{
"SaharaClusters.create_and_delete_cluster": [
{
"args": {
"flavor": {
"name": "m1.small"
},
"node_count": 2,
"plugin_name": "vanilla",
"hadoop_version": "2.3.0"
},
"runner": {
"type": "constant",
"times": 4,
"concurrency": 2
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"sahara_image": {
"image_url": "http://sahara-files.mirantis.com/sahara-icehouse-vanilla-2.3.0-ubuntu-13.10.qcow2",
"username": "ubuntu",
"plugin_name": "vanilla",
"hadoop_version": "2.3.0"
}
}
}
]
}