Merge "Add missing mako template for Spark 1.3.1"

This commit is contained in:
Jenkins 2015-07-21 12:08:06 +00:00 committed by Gerrit Code Review
commit bfa73fcc5f

View File

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