deb-sahara/sahara/plugins/default_templates/template.conf
Trevor McKay e595b134f0 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
2015-09-08 15:37:15 -04:00

24 lines
619 B
Plaintext

[DEFAULT]
# Set the flavor_id to 2 which is m1.small in the
# default flavor set
flavor_id = 2
[cdh-5-default-namenode]
# For the CDH plugin, version 5, set the flavor_id
# of the master node to 4 which is m1.large in the
# default flavor set
flavor_id = 4
auto_security_group = true
[cdh-530-default-namenode]
# For the CDH plugin, version 5.3.0, set the flavor_id
# 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