-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
27 lines (25 loc) · 997 Bytes
/
setup.cfg
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
[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 :: 2
[files]
packages =
stackhpc_inspector_plugins
[entry_points]
ironic_inspector.hooks.processing =
ib_physnet = stackhpc_inspector_plugins.plugins.ib_physnet:IBPhysnetHook
system_name_physnet = stackhpc_inspector_plugins.plugins.system_name_physnet:SystemNamePhysnetHook
system_name_llc = stackhpc_inspector_plugins.plugins.system_name_llc:SystemNameLocalLinkConnectionHook