-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (29 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
31 lines (29 loc) · 1.09 KB
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
[metadata]
name = stackhpc-inspector-plugins
summary = StackHPC plugins for OpenStack ironic inspector
description-file = README.rst
author = StackHPC Ltd
author-email = mark@stackhpc.com
home-page = https://github.com/stackhpc/stackhpc-inspector-plugins
license = Apache-2
classifier =
Environment :: Console
Environment :: OpenStack
Intended Audience :: System Administrators
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
stackhpc_inspector_plugins
[entry_points]
ironic.inspection.hooks =
ib_physnet = stackhpc_inspector_plugins.plugins.ib_physnet:IBPhysnetHook
system_name_physnet = stackhpc_inspector_plugins.plugins.ib_physnet:SystemNamePhysnetHook
port_groups = stackhpc_inspector_plugins.plugins.port_group:PortGroupsHook