deb-sahara/etc/rest-api-samples/scale_cluster.json
Nadya Privalova 32855b9efb Cluster scaling implementation
The following is supported:

* Scaling node groups if they contain tasktracker or datanode only
* Add new node group to cluster
* Validation
* Rollback

Implements blueprint manual-cluster-scaling

Change-Id: I3838db4b05afa3583db0d059541c00e75cc6cfe2
2013-07-03 18:54:18 +04:00

18 lines
294 B
JSON

{
"add_node_groups":[
{
"node_group_template_id": "9e1225e0-b7ce-425b-9555-3a61166167c8",
"count":1,
"name": "test_ng"
}
],
"resize_node_groups":[
{
"name" : "worker",
"count":2
}
]
}