File: setup.cfg

package info (click to toggle)
sahara 1%3A16.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,452 kB
  • sloc: python: 39,677; xml: 3,418; sh: 874; makefile: 80
file content (80 lines) | stat: -rw-r--r-- 2,739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[metadata]
name = sahara
summary = Sahara project
description_file = README.rst
license = Apache Software License
python_requires = >=3.6
classifiers =
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    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-discuss@lists.openstack.org
home_page = https://docs.openstack.org/sahara/latest/

[files]
packages =
    sahara

data_files =
    etc/sahara =
        etc/sahara/api-paste.ini
        etc/sahara/rootwrap.conf
    etc/sahara/rootwrap.d = etc/sahara/rootwrap.d/*

[entry_points]
console_scripts =
    sahara-all = sahara.cli.sahara_all:main
    sahara-api = sahara.cli.sahara_api:main
    sahara-engine = sahara.cli.sahara_engine:main
    sahara-db-manage = sahara.db.migration.cli:main
    sahara-rootwrap = oslo_rootwrap.cmd:main
    _sahara-subprocess = sahara.cli.sahara_subprocess:main
    sahara-templates = sahara.db.templates.cli:main
    sahara-image-pack = sahara.cli.image_pack.cli:main
    sahara-status = sahara.cli.sahara_status:main

wsgi_scripts =
    sahara-wsgi-api = sahara.cli.sahara_api:setup_api

sahara.cluster.plugins =
    fake = sahara.plugins.fake.plugin:FakePluginProvider

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
    s3 = sahara.service.edp.data_sources.s3.implementation:S3Type

sahara.job_binary.types =
    internal-db = sahara.service.edp.job_binaries.internal_db.implementation:InternalDBType
    manila = sahara.service.edp.job_binaries.manila.implementation:ManilaType
    swift = sahara.service.edp.job_binaries.swift.implementation:SwiftType
    s3 = sahara.service.edp.job_binaries.s3.implementation:S3Type

sahara.infrastructure.engine =
    heat = sahara.service.heat.heat_engine:HeatEngine

sahara.remote =
    ssh = sahara.utils.ssh_remote:SshRemoteDriver

sahara.run.mode =
    all-in-one = sahara.service.ops:LocalOps
    distributed = sahara.service.ops:RemoteOps

oslo.config.opts =
    sahara.config = sahara.config:list_opts

oslo.config.opts.defaults =
    sahara.config = sahara.common.config:set_config_defaults

oslo.policy.policies =
    sahara = sahara.common.policies:list_rules