From e595b134f07b98cd8ed481985f45adcfe047ac4e Mon Sep 17 00:00:00 2001 From: Trevor McKay Date: Tue, 8 Sep 2015 15:37:15 -0400 Subject: [PATCH] Set the flavor to large for the cdh 5.4.0 name node in template.conf The sample template.conf file for default templates should show the flavor being set to large for the cdh 5.4.0 name node. Change-Id: Ie5105776fe52d16cc640199c182f3285b89234a3 Closes-bug: #1493527 --- sahara/plugins/default_templates/template.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sahara/plugins/default_templates/template.conf b/sahara/plugins/default_templates/template.conf index 097ff4dd..cb4ebc64 100644 --- a/sahara/plugins/default_templates/template.conf +++ b/sahara/plugins/default_templates/template.conf @@ -12,6 +12,12 @@ auto_security_group = true [cdh-530-default-namenode] # For the CDH plugin, version 5.3.0, set the flavor_id -# of the master node to 4 which is m1.large in the +# of the name node to 4 which is m1.large in the +# default flavor set +flavor_id = 4 + +[cdh-540-default-namenode] +# For the CDH plugin, version 5.4.0, set the flavor_id +# of the name node to 4 which is m1.large in the # default flavor set flavor_id = 4