Adding IDH plugin basic implementation

Functionality:

* install and provision Intel Hadoop Manager and Intel Hadoop
* configure Intel Hadoop to use Cinder volumes as HDFS backend
* manual cluster scaling support
* Swift integration
* cluster configs - the same configs as in Vanilla Hadoop
* configs validation - the same as in Vanilla plugin

This is initial version. It doesn't cover bugs filed here:
https://bugs.launchpad.net/savanna/+bugs?field.searchtext=%7BIDH%5D

Co-Authored-By: Andrew Lazarev <alazarev@mirantis.com>

Implements blueprint idh-savanna-plugin

Change-Id: I70363869b61d73222d247b566d499c2fd6fb9201
This commit is contained in:
Joseph D Natoli 2013-12-19 16:42:09 -08:00 committed by Andrew Lazarev
parent 62853b8206
commit 3ce1b3e18d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ console_scripts =
savanna.cluster.plugins =
vanilla = savanna.plugins.vanilla.plugin:VanillaProvider
hdp = savanna.plugins.hdp.ambariplugin:AmbariPlugin
idh = savanna.plugins.intel.plugin:IDHProvider
savanna.infrastructure.engine =
savanna = savanna.service.instances:SavannaInfrastructureEngine