deb-sahara/devstack/upgrade/cluster-template.json
Andrey Pavlov 9cd2f595be Launching 1 instance in grenade instead of 2
Second node group in grenade test was removed so that
only 1 instance would be launched to reduce resources
consumption. Also custom flavor creation was added.

Change-Id: Ib68380c3e5ea3b46bd3989741aa51b85a7b236e0
Closes-bug: #1519842
2015-11-27 12:19:51 +03:00

13 lines
249 B
JSON

{
"name": "cluster-template-grenade",
"plugin_name": "fake",
"hadoop_version": "0.1",
"node_groups": [
{
"name": "allinone",
"node_group_template_id": "NG_ID",
"count": 1
}
]
}