Cole Walker c494fabfea Integrate PTP app with sysinv
This change provides the code required for dynamic helm overrides based
on deployment type and restricts the ptp-notification app to its
supported namespace.

Further updates to ptp_notification.py will be made to provide the exact
overrides available, but the framework is established here.

Story: 2008529
Task: 41671

Depends-On: https://review.opendev.org/c/starlingx/config/+/772123
Signed-off-by: Cole Walker <cole.walker@windriver.com>
Change-Id: I3ea3b70506081552160f6d1f234741b4c23e6d73
2021-02-03 17:33:36 -05:00

40 lines
1.2 KiB
INI

[metadata]
name = k8sapp_ptp_notification
summary = StarlingX sysinv extensions for ptp-notification
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_ptp_notification
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
systemconfig.helm_applications =
ptp_notification = systemconfig.helm_plugins.ptp_notification
systemconfig.helm_plugins.ptp_notification =
001_ptp_notification = k8sapp_ptp_notification.helm.ptp_notification:PTPNotificationHelm
002_ptp_notification-psp-rolebinding = k8sapp_ptp_notification.helm.psp_rolebinding:PSPRolebindingHelm
[wheel]
universal = 1