942d2ef193
Just copied the ones from v_1_0_0 and changed the version numbers Change-Id: Ifdf498fe4d991c0f25284759c874681b38b0b231 Implements: blueprint support-spark-1-3
20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"plugin_name": "spark",
|
|
"hadoop_version": "1.3.1",
|
|
"node_groups": [
|
|
{
|
|
"name": "slave",
|
|
"count": 3,
|
|
"node_group_template_id": "{spark-131-default-slave}"
|
|
},
|
|
{
|
|
"name": "master",
|
|
"count": 1,
|
|
"node_group_template_id": "{spark-131-default-master}"
|
|
}
|
|
],
|
|
"name": "spark-131-default-cluster",
|
|
"neutron_management_network": "{neutron_management_network}",
|
|
"cluster_configs": {}
|
|
}
|