
Upload fm-subagent and fm-trap-subagent to our snmp armada application integrated with armada plugin. Change-Id: I2c7b3a65f2e97c147068d0c3c41c52e814bb0e2e Story: 2008132 Task: 41227 Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[metadata]
|
|
name = k8sapp-snmp
|
|
summary = StarlingX sysinv extensions for snmp
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
license = Apache 2.0
|
|
author = StarlingX
|
|
author-email = starlingx-discuss@lists.starlingx.io
|
|
home-page = https://www.starlingx.io/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
k8sapp_snmp
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
systemconfig.helm_applications =
|
|
snmp = systemconfig.helm_plugins.snmp
|
|
|
|
systemconfig.helm_plugins.snmp =
|
|
001_snmp = k8sapp_snmp.helm.snmp:SnmpHelm
|
|
|
|
systemconfig.armada.manifest_ops =
|
|
snmp = k8sapp_snmp.armada.manifest_snmp:SnmpArmadaManifestOperator
|
|
|
|
[wheel]
|
|
universal = 1
|