9cd2f595be
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
11 lines
316 B
JSON
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"
|
|
}
|