Merge "Support Data Source pluggability"

This commit is contained in:
Jenkins 2017-03-18 21:12:58 +00:00 committed by Gerrit Code Review
commit 4d7042f8ea
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,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