ptp-notification-armada-app/python3-k8sapp-ptp-notification/k8sapp_ptp_notification/setup.cfg
Rahul Roshan Kachchap 178914b535 Remove psp-rolebinding from ptp-notification-armada-app
Removed the psp-rolebinding helm chart from being
packaged as part of ptp-notification-armada-app.

PASS: Build pkgs
PASS: system-application apply ptp-notification
PASS: application pkg doesn't consist psp-rolebinding
      helm chart

Story: 2010590
Task: 47769

Signed-off-by: Rahul Roshan Kachchap <rahulroshan.kachchap@windriver.com>
Change-Id: I15fb26a11d2bba4c51e0144e4c4435e7f27f9e52
2023-04-03 09:39:48 -04:00

40 lines
1.1 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
[bdist_wheel]
universal = 1