
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>
28 lines
878 B
Plaintext
28 lines
878 B
Plaintext
Source: python3-k8sapp-cstate-management
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-pbr,
|
|
python3-setuptools,
|
|
python3-wheel,
|
|
build-info
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: python3-k8sapp-cstate-management
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${python3:Depends}
|
|
Description: StarlingX Sysinv C-state Management Extensions
|
|
This package contains sysinv plugins for the C-state Management K8S app.
|
|
|
|
Package: python3-k8sapp-cstate-management-wheels
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-wheel
|
|
Description: StarlingX Sysinv C-state Management Extension Wheels
|
|
This package contains python wheels for the C-state Management K8S app plugins.
|