Add missing mako template for Spark 1.3.1

This patch add mako template for Spark 1.3.1

Change-Id: I62be6631865251a488c7a42634765e6361338e62
This commit is contained in:
Vitaly Gridnev 2015-07-16 14:59:08 +03:00
parent 2c2f761ba2
commit 0417e0c814

View File

@ -1,16 +1,16 @@
clusters:
- plugin_name: spark
plugin_version: 1.3.1
image: %spark_image%
image: ${spark_1_3_image}
node_group_templates:
- name: master
flavor_id: %ci_flavor_id%
flavor_id: ${ci_flavor_id}
node_processes:
- master
- namenode
auto_security_group: true
- name: worker
flavor_id: %ci_flavor_id%
flavor_id: ${ci_flavor_id}
node_processes:
- datanode
- slave
@ -24,7 +24,7 @@ clusters:
HDFS:
dfs.replication: 1
cluster:
name: %cluster_name%
name: ${cluster_name}
scaling:
- operation: add
node_group: worker