deb-sahara/devstack/upgrade/ng-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

11 lines
316 B
JSON

{
"name": "ng-template-grenade",
"flavor_id": "FLAVOR_ID",
"plugin_name": "fake",
"hadoop_version": "0.1",
"node_processes": ["jobtracker", "namenode", "tasktracker", "datanode"],
"auto_security_group": true,
"security_groups": ["SEC_GROUP"],
"floating_ip_pool": "FLOATING_IP_POOL"
}