Guilherme Santos fa00b283c6 C-state Management StarlingX Application
This commit adds the `cstate-management` StarlingX
application.

Test Plan:
PASS: AIO-SX: check whether the application installs
      successfully.
PASS: AIO-DX: check whether the application installs
      successfully.
PASS: AIO-DX: check whether the application is successfully
      removed and deleted.
PASS: AIO-DX: check whether daemonsets and pods are removed
      on application removal/deletion.
PASS: AIO-DX: check whether the namespace is deleted upon
      application removal/deletion.
PASS: check whether `build-image` runs successfully.
PASS: check whether label "app.starlingx.io/component" was
      applied to "cstate-management" namespace on install.

Story: 2011105
Task: 50178

Authored-By: Guilherme Santos <guilherme.santos@windriver.com>
Co-Authored-By: Vinicius Lobo <vinicius.rochalobo@windriver.com>

Change-Id: Ie99a605a81a1d9ccdabba78be4f020ed549c649d
Signed-off-by: Guilherme Santos <guilherme.santos@windriver.com>
2024-05-29 20:12:30 +00:00

38 lines
1.1 KiB
INI

[metadata]
name = k8sapp-cstate-management
summary = StarlingX sysinv extensions for C-state Management
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 =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
[files]
packages =
k8sapp_cstate_management
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
systemconfig.helm_applications =
cstate-management = systemconfig.helm_plugins.cstate_management
systemconfig.app_lifecycle =
cstate-management = k8sapp_cstate_management.lifecycle.lifecycle_cstate_management:CStateManagementAppLifecycleOperator
systemconfig.helm_plugins.cstate_management =
001_cstate-management = k8sapp_cstate_management.helm.cstate_management:CStateManagementHelm
[bdist_wheel]
universal = 1