2013-08-06 09:43:11 +00:00
|
|
|
[metadata]
|
2014-03-17 18:23:00 +00:00
|
|
|
name = sahara
|
|
|
|
summary = Sahara project
|
2013-08-06 09:43:11 +00:00
|
|
|
description-file = README.rst
|
|
|
|
license = Apache Software License
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2016-07-14 13:49:12 +00:00
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.4
|
|
|
|
Programming Language :: Python :: 3.5
|
2013-08-06 09:43:11 +00:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
2014-03-17 18:23:00 +00:00
|
|
|
home-page = http://docs.openstack.org/developer/sahara/
|
2013-08-06 09:43:11 +00:00
|
|
|
|
|
|
|
[global]
|
|
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2014-03-17 18:23:00 +00:00
|
|
|
sahara
|
2013-08-06 09:43:11 +00:00
|
|
|
|
2013-08-28 13:22:05 +00:00
|
|
|
data_files =
|
2014-03-19 15:56:27 +00:00
|
|
|
share/sahara = etc/sahara/*
|
2013-08-28 13:22:05 +00:00
|
|
|
|
2013-08-06 09:43:11 +00:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-04-18 09:55:28 +00:00
|
|
|
sahara-all = sahara.cli.sahara_all:main
|
2014-03-19 15:56:27 +00:00
|
|
|
sahara-api = sahara.cli.sahara_api:main
|
2014-04-18 09:55:28 +00:00
|
|
|
sahara-engine = sahara.cli.sahara_engine:main
|
2014-03-17 18:23:00 +00:00
|
|
|
sahara-db-manage = sahara.db.migration.cli:main
|
2015-01-28 06:55:33 +00:00
|
|
|
sahara-rootwrap = oslo_rootwrap.cmd:main
|
2014-03-19 15:56:27 +00:00
|
|
|
_sahara-subprocess = sahara.cli.sahara_subprocess:main
|
2015-03-31 16:53:43 +00:00
|
|
|
sahara-templates = sahara.db.templates.cli:main
|
2016-06-29 20:47:10 +00:00
|
|
|
sahara-image-pack = sahara.cli.image_pack.cli:main
|
2014-03-07 19:32:42 +00:00
|
|
|
|
2015-12-30 13:23:56 +00:00
|
|
|
wsgi_scripts =
|
|
|
|
sahara-wsgi-api = sahara.cli.sahara_api:setup_api
|
|
|
|
|
2014-03-19 20:25:03 +00:00
|
|
|
sahara.cluster.plugins =
|
2014-03-17 18:23:00 +00:00
|
|
|
vanilla = sahara.plugins.vanilla.plugin:VanillaProvider
|
2015-05-14 12:33:00 +00:00
|
|
|
ambari = sahara.plugins.ambari.plugin:AmbariPluginProvider
|
2014-08-11 22:28:41 +00:00
|
|
|
mapr = sahara.plugins.mapr.plugin:MapRPlugin
|
2014-07-16 13:54:32 +00:00
|
|
|
cdh = sahara.plugins.cdh.plugin:CDHPluginProvider
|
2014-04-24 10:31:00 +00:00
|
|
|
fake = sahara.plugins.fake.plugin:FakePluginProvider
|
2014-05-26 17:02:59 +00:00
|
|
|
spark = sahara.plugins.spark.plugin:SparkProvider
|
2015-01-02 16:48:18 +00:00
|
|
|
storm = sahara.plugins.storm.plugin:StormProvider
|
2013-11-26 12:45:33 +00:00
|
|
|
|
2014-03-19 20:25:03 +00:00
|
|
|
sahara.infrastructure.engine =
|
2015-02-17 23:27:30 +00:00
|
|
|
heat = sahara.service.heat.heat_engine:HeatEngine
|
2013-11-29 08:12:18 +00:00
|
|
|
|
2014-03-19 20:25:03 +00:00
|
|
|
sahara.remote =
|
2014-03-17 18:23:00 +00:00
|
|
|
ssh = sahara.utils.ssh_remote:SshRemoteDriver
|
2014-01-23 14:57:18 +00:00
|
|
|
|
2014-04-18 09:55:28 +00:00
|
|
|
sahara.run.mode =
|
|
|
|
all-in-one = sahara.service.ops:LocalOps
|
|
|
|
distributed = sahara.service.ops:RemoteOps
|
|
|
|
|
2014-10-23 10:50:34 +00:00
|
|
|
oslo.config.opts =
|
2015-01-06 20:14:44 +00:00
|
|
|
sahara.config = sahara.config:list_opts
|
2014-10-23 10:50:34 +00:00
|
|
|
|
2016-03-02 18:26:32 +00:00
|
|
|
oslo.config.opts.defaults =
|
2016-03-11 20:30:31 +00:00
|
|
|
sahara.config = sahara.common.config:set_cors_middleware_defaults
|
2016-03-02 18:26:32 +00:00
|
|
|
|
2015-09-18 12:13:04 +00:00
|
|
|
tempest.test_plugins =
|
|
|
|
sahara_clients_scenario_tests = sahara.tests.tempest.scenario.data_processing.plugin:SaharaClientsScenarioPlugin
|
|
|
|
|
2013-03-19 16:31:43 +00:00
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|
2013-03-23 18:35:05 +00:00
|
|
|
|
2013-08-25 16:55:41 +00:00
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2014-03-19 15:56:27 +00:00
|
|
|
output_file = sahara/locale/sahara.pot
|
2014-01-15 14:17:59 +00:00
|
|
|
|
|
|
|
[compile_catalog]
|
2014-03-17 18:23:00 +00:00
|
|
|
directory = sahara/locale
|
2014-03-14 14:08:03 +00:00
|
|
|
domain = sahara
|
2014-01-15 14:17:59 +00:00
|
|
|
|
|
|
|
[update_catalog]
|
2014-03-14 14:08:03 +00:00
|
|
|
domain = sahara
|
2014-03-17 18:23:00 +00:00
|
|
|
output_dir = sahara/locale
|
|
|
|
input_file = sahara/locale/sahara.pot
|