deb-sahara/etc/rest-api-samples/cluster_tmpl_create.json
Alexander Ignatov c31432a11e Doc fix for replacement of Hadoop version in Vanilla plugin
* Replaced all references to new version
* Changed links to actual images
* Samples are also fixed

Implements blueprint vanilla-plugin-hadoop-1-2-1

Change-Id: Iff0bc202e25638576587aea94f159ea93a63589a
2013-09-23 13:35:59 +04:00

26 lines
625 B
JSON

{
"name": "demo-cluster-template",
"description": "Demo Cluster template",
"plugin_name": "vanilla",
"hadoop_version": "1.2.1",
"cluster_configs": {
"general": {
"some_general_conf": "qwerty"
}
},
"node_groups": [
{
"name": "master",
"node_group_template_id": "0fe82f67-5453-41bb-b913-36775c1f50be",
"count": 1
},
{
"name": "worker",
"flavor_id": "42",
"node_processes": ["tasktracker", "datanode"],
"node_configs": {},
"count": 2
}
]
}