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
This commit is contained in:
Trevor McKay 2015-09-08 15:37:15 -04:00
parent c292f20f3d
commit e595b134f0
1 changed files with 7 additions and 1 deletions

View File

@ -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