diff --git a/sahara/plugins/default_templates/mapr/3_1_1/cluster.json b/sahara/plugins/default_templates/mapr/3_1_1/cluster.json new file mode 100644 index 0000000000..da4c6a4a98 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/3_1_1/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/3_1_1/master.json b/sahara/plugins/default_templates/mapr/3_1_1/master.json new file mode 100644 index 0000000000..bf57fbc1b1 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/3_1_1/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/3_1_1/worker.json b/sahara/plugins/default_templates/mapr/3_1_1/worker.json new file mode 100644 index 0000000000..a7751d349d --- /dev/null +++ b/sahara/plugins/default_templates/mapr/3_1_1/worker.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv1/cluster.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/cluster.json new file mode 100644 index 0000000000..6813609752 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv1/master.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/master.json new file mode 100644 index 0000000000..f8c608a8ff --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv1/worker.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/worker.json new file mode 100644 index 0000000000..a0d73fc553 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv1/worker.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv2/cluster.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/cluster.json new file mode 100644 index 0000000000..7cf07941e9 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv2/master.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/master.json new file mode 100644 index 0000000000..34c142aa77 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_1_mrv2/worker.json b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/worker.json new file mode 100644 index 0000000000..0e0be7d444 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_1_mrv2/worker.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv1/cluster.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/cluster.json new file mode 100644 index 0000000000..45b5ce716a --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv1/master.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/master.json new file mode 100644 index 0000000000..78556ebc31 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv1/worker.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/worker.json new file mode 100644 index 0000000000..cf4e88df17 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv1/worker.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv2/cluster.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/cluster.json new file mode 100644 index 0000000000..8fa0796891 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv2/master.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/master.json new file mode 100644 index 0000000000..42bdca8cd8 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/4_0_2_mrv2/worker.json b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/worker.json new file mode 100644 index 0000000000..d6fe68361c --- /dev/null +++ b/sahara/plugins/default_templates/mapr/4_0_2_mrv2/worker.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/spark/cluster.json b/sahara/plugins/default_templates/mapr/spark/cluster.json new file mode 100644 index 0000000000..f31d00f4d8 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/spark/cluster.json @@ -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": {} +} diff --git a/sahara/plugins/default_templates/mapr/spark/master.json b/sahara/plugins/default_templates/mapr/spark/master.json new file mode 100644 index 0000000000..185424711b --- /dev/null +++ b/sahara/plugins/default_templates/mapr/spark/master.json @@ -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}" +} diff --git a/sahara/plugins/default_templates/mapr/spark/worker.json b/sahara/plugins/default_templates/mapr/spark/worker.json new file mode 100644 index 0000000000..15e7f253c9 --- /dev/null +++ b/sahara/plugins/default_templates/mapr/spark/worker.json @@ -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}" +}