From 3ce1b3e18d072c7e735a146685e65d0db6f0ae55 Mon Sep 17 00:00:00 2001 From: Joseph D Natoli Date: Thu, 19 Dec 2013 16:42:09 -0800 Subject: [PATCH] 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 Implements blueprint idh-savanna-plugin Change-Id: I70363869b61d73222d247b566d499c2fd6fb9201 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 64b96a3..e5cffc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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