Update version for Sahara Vanilla plugin

Since Liberty there is no 2.6.0 version, now it should be 2.7.1

Change-Id: I9693e6507a24f43703d9c9ab4926aeaf49465a06
Closes-bug: #1519865
This commit is contained in:
Denis Egorenko 2015-11-26 14:23:02 +03:00
parent 9d5e5a9d29
commit 99ded418bd
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ class sahara_templates::create_templates (
"oozie",
"historyserver"
],
hadoop_version => '2.6.0',
hadoop_version => '2.7.1',
auto_security_group => true,
}
@ -49,7 +49,7 @@ class sahara_templates::create_templates (
plugin_name => 'vanilla',
flavor_id => 'm1.medium',
node_processes => ['datanode', 'nodemanager'],
hadoop_version => '2.6.0',
hadoop_version => '2.7.1',
auto_security_group => true,
}
@ -60,7 +60,7 @@ class sahara_templates::create_templates (
{'name' => 'vanilla-2-master', 'count' => 1},
{'name' => 'vanilla-2-worker', 'count' => 3}
],
hadoop_version => '2.6.0',
hadoop_version => '2.7.1',
}
sahara_node_group_template { 'cdh-5-master' :