deb-sahara/sahara/plugins/default_templates/spark/v1_3_1/slave.json
Daniele Venzano 942d2ef193 Add default templates for Spark 1.3.1
Just copied the ones from v_1_0_0 and changed the version numbers

Change-Id: Ifdf498fe4d991c0f25284759c874681b38b0b231
Implements: blueprint support-spark-1-3
2015-07-17 06:28:38 +00:00

14 lines
342 B
JSON

{
"plugin_name": "spark",
"hadoop_version": "1.3.1",
"node_processes": [
"datanode",
"slave"
],
"name": "spark-131-default-slave",
"floating_ip_pool": "{floating_ip_pool}",
"flavor_id": "{flavor_id}",
"auto_security_group": "{auto_security_group}",
"security_groups": "{security_groups}"
}