diff --git a/setup.cfg b/setup.cfg index ecc5cb1..4071094 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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