Default templates for MapR
Adding master, worker and cluster templates for supported MapR versions Change-Id: I2503e16ab93ccb4ba0fce23a6f088697532e2173 Partially-implements: bp default-templates
This commit is contained in:
parent
e857447879
commit
f93fa7836a
19
sahara/plugins/default_templates/mapr/3_1_1/cluster.json
Normal file
19
sahara/plugins/default_templates/mapr/3_1_1/cluster.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "3.1.1",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-311-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-311-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-311-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
15
sahara/plugins/default_templates/mapr/3_1_1/master.json
Normal file
15
sahara/plugins/default_templates/mapr/3_1_1/master.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "3.1.1",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"JobTracker",
|
||||
"Oozie"
|
||||
],
|
||||
"name": "mapr-311-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/3_1_1/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/3_1_1/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "3.1.1",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"TaskTracker"
|
||||
],
|
||||
"name": "mapr-311-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv1",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-401mr1-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-401mr1-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-401mr1-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
15
sahara/plugins/default_templates/mapr/4_0_1_mrv1/master.json
Normal file
15
sahara/plugins/default_templates/mapr/4_0_1_mrv1/master.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv1",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"JobTracker",
|
||||
"Oozie"
|
||||
],
|
||||
"name": "mapr-401mr1-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/4_0_1_mrv1/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/4_0_1_mrv1/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv1",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"TaskTracker"
|
||||
],
|
||||
"name": "mapr-401mr1-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv2",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-401mr2-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-401mr2-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-401mr2-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
16
sahara/plugins/default_templates/mapr/4_0_1_mrv2/master.json
Normal file
16
sahara/plugins/default_templates/mapr/4_0_1_mrv2/master.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv2",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"ResourceManager",
|
||||
"HistoryServer",
|
||||
"Oozie"
|
||||
],
|
||||
"name": "mapr-401mr2-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/4_0_1_mrv2/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/4_0_1_mrv2/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.1.mrv2",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"NodeManager"
|
||||
],
|
||||
"name": "mapr-401mr2-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv1",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-402mr1-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-402mr1-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-402mr1-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
15
sahara/plugins/default_templates/mapr/4_0_2_mrv1/master.json
Normal file
15
sahara/plugins/default_templates/mapr/4_0_2_mrv1/master.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv1",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"JobTracker",
|
||||
"Oozie"
|
||||
],
|
||||
"name": "mapr-402mr1-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/4_0_2_mrv1/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/4_0_2_mrv1/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv1",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"TaskTracker"
|
||||
],
|
||||
"name": "mapr-402mr1-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv2",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-402mr2-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-402mr2-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-402mr2-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
16
sahara/plugins/default_templates/mapr/4_0_2_mrv2/master.json
Normal file
16
sahara/plugins/default_templates/mapr/4_0_2_mrv2/master.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv2",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"ResourceManager",
|
||||
"HistoryServer",
|
||||
"Oozie"
|
||||
],
|
||||
"name": "mapr-402mr2-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/4_0_2_mrv2/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/4_0_2_mrv2/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "4.0.2.mrv2",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"NodeManager"
|
||||
],
|
||||
"name": "mapr-402mr2-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
19
sahara/plugins/default_templates/mapr/spark/cluster.json
Normal file
19
sahara/plugins/default_templates/mapr/spark/cluster.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "spark",
|
||||
"node_groups": [
|
||||
{
|
||||
"name": "master",
|
||||
"count": 1,
|
||||
"node_group_template_id": "{mapr-spark-default-master}"
|
||||
},
|
||||
{
|
||||
"name": "worker",
|
||||
"count": 3,
|
||||
"node_group_template_id": "{mapr-spark-default-worker}"
|
||||
}
|
||||
],
|
||||
"name": "mapr-spark-default-cluster",
|
||||
"neutron_management_network": "{neutron_management_network}",
|
||||
"cluster_configs": {}
|
||||
}
|
15
sahara/plugins/default_templates/mapr/spark/master.json
Normal file
15
sahara/plugins/default_templates/mapr/spark/master.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "spark",
|
||||
"node_processes": [
|
||||
"ZooKeeper",
|
||||
"Webserver",
|
||||
"CLDB",
|
||||
"FileServer",
|
||||
"Spark Master",
|
||||
"Spark HistoryServer"
|
||||
],
|
||||
"name": "mapr-spark-default-master",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
11
sahara/plugins/default_templates/mapr/spark/worker.json
Normal file
11
sahara/plugins/default_templates/mapr/spark/worker.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"plugin_name": "mapr",
|
||||
"hadoop_version": "spark",
|
||||
"node_processes": [
|
||||
"FileServer",
|
||||
"Spark Slave"
|
||||
],
|
||||
"name": "mapr-spark-default-worker",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
"flavor_id": "{flavor_id}"
|
||||
}
|
Loading…
Reference in New Issue
Block a user