platform-armada-app/python3-k8sapp-platform/k8sapp_platform
Gabriel de Araújo Cabral e8d5daf4af Update ceph-csi helm charts to v3.11.0
Update RBD/CephFS provisioners to v3.11.0 based on
https://github.com/ceph/ceph-csi/releases/tag/v3.11.0

We use the new versions of ceph-csi, csi-provisioner,
csi-attacher, csi-snapshotter, csi-node-driver-registrar,
csi-resizer:

- https://github.com/kubernetes-csi/external-provisioner/releases/tag/v4.0.0
- https://github.com/kubernetes-csi/external-attacher/releases/tag/v4.5.0
- https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v7.0.1
- https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v2.10.0
- https://github.com/kubernetes-csi/external-resizer/releases/tag/v1.10.0

Test Plan:
 PASS: App upload/apply/remove/delete/update
 PASS: Create PVC using storageclass general (rbd)
 PASS: Create pod using RBD PVC
 PASS: Resize RBD PVC
 PASS: Create RBD volume snapshot
 PASS: Create PVC using storageclass cephfs
 PASS: Create pod using cephfs PVC
 PASS: Resize cephfs PVC
 PASS: Create cephfs volume snapshot
 PASS: DX B&R

* The tests above that do not specify the system were performed on
  IPV4 SX/DX/Standard/Storage, with validation on K8s versions
  from 1.24 to 1.29. Furthermore, It was also tested on an IPV6
  AIO-SX.

Story: 2010688
Task: 49903

Change-Id: I7c49970d08e022e44b1d1bf3c2c26eef9262d169
Signed-off-by: Gabriel de Araújo Cabral <gabriel.cabral@windriver.com>
2024-04-29 18:41:17 +00:00
..
k8sapp_platform Update ceph-csi helm charts to v3.11.0 2024-04-29 18:41:17 +00:00
.gitignore Standardize app configs 2023-03-01 16:32:28 -03:00
.stestr.conf Standardize app configs 2023-03-01 16:32:28 -03:00
LICENSE Standardize app configs 2023-03-01 16:32:28 -03:00
pylint.rc Update app Zuul Check Jobs. 2023-12-15 12:44:37 -07:00
README.rst Standardize app configs 2023-03-01 16:32:28 -03:00
requirements.txt Update app Zuul Check Jobs. 2023-12-15 12:44:37 -07:00
setup.cfg Standardize app configs 2023-03-01 16:32:28 -03:00
setup.py Standardize app configs 2023-03-01 16:32:28 -03:00
test-requirements.txt Update app Zuul Check Jobs. 2023-12-15 12:44:37 -07:00
tox.ini Update app Zuul Check Jobs. 2023-12-15 12:44:37 -07:00
upper-constraints.txt Standardize app configs 2023-03-01 16:32:28 -03:00

k8sapp-platform

This project contains StarlingX Kubernetes application specific python plugins for the platform integration application. These plugins are required to integrate the application into the StarlingX application framework and to support the various StarlingX deployments.