87bd46651f
The aim of this patch is to provide ability to specify auto_security_group and security groups in default templates. Change-Id: I304f4965580a9737c826e2862a70970a53cd5db8 Closes-bug: 1470177
14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"plugin_name": "spark",
|
|
"hadoop_version": "1.0.0",
|
|
"node_processes": [
|
|
"namenode",
|
|
"master"
|
|
],
|
|
"name": "spark-100-default-master",
|
|
"floating_ip_pool": "{floating_ip_pool}",
|
|
"flavor_id": "{flavor_id}",
|
|
"auto_security_group": "{auto_security_group}",
|
|
"security_groups": "{security_groups}"
|
|
}
|