Support Data Source pluggability

Changes to support the data source abstraction.

Change-Id: I62274c08619c8e720231eb6aa0563ac6e12497f1
Implements: blueprint data-source-plugin
This commit is contained in:
Marianne Linhares Monteiro 2017-01-31 15:50:54 -03:00
parent 68c4b0b6be
commit 7e4bcb188d
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ sahara.cluster.plugins =
spark = sahara.plugins.spark.plugin:SparkProvider
storm = sahara.plugins.storm.plugin:StormProvider
sahara.data_source.types =
hdfs = sahara.service.edp.data_sources.hdfs.implementation:HDFSType
manila = sahara.service.edp.data_sources.manila.implementation:ManilaType
maprfs = sahara.service.edp.data_sources.maprfs.implementation:MapRFSType
swift = sahara.service.edp.data_sources.swift.implementation:SwiftType
sahara.infrastructure.engine =
heat = sahara.service.heat.heat_engine:HeatEngine