Dan Voiculeasa f15426c720 Introduce lifecycle operator to snmp app
Following hooks were necessary:
  pre-apply-rbd, pre-apply-resource, post-remove-rbd,
  post-remove-resource, post-apply, post-remove

Change-Id: I533f2bd41c5627f83a004ffbf4543dd3c26d06b7
Story: 2007960
Task: 41579
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
2021-01-13 23:30:21 +02:00

46 lines
1.2 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
systemconfig.app_lifecycle =
snmp = k8sapp_snmp.lifecycle.lifecycle_snmp:SnmpAppLifecycleOperator
[wheel]
universal = 1