fuel-library/deployment/puppet/sahara/files/templates/ng_tmpl_vanilla_master.json
Sergey Reshetnyak 991696197a Add descriptions to sahara templates
Change-Id: I75be156f204209aa801d741a7f04d21ab8f23076
Closes-bug: #1398827
2014-12-04 19:39:14 +03:00

16 lines
503 B
JSON

{
"name": "vanilla-2-master",
"plugin_name": "vanilla",
"hadoop_version": "2.4.1",
"flavor_id": "4",
"description": "The master node contains all management Hadoop components like NameNode, HistoryServer and ResourceManager. It also includes Oozie server required to run Hadoop jobs.",
"node_processes": [
"namenode",
"resourcemanager",
"oozie",
"historyserver"
],
"floating_ip_pool": "FLOATING_IP_POOL",
"auto_security_group": true
}