StarlingX Rook Ceph Application
3d6aacdb9b
When the Kubernetes active version is prior to the latest one available in the system, the rook-ceph apply is rejected with the message: "Application-apply rejected: The kubernetes version must be the latest version." This fix is to remove the check that causes the reject. Test Plan: PASS: SX - Apply rook-ceph without latest version as active PASS: DX - Apply rook-ceph without latest version as active Closes-Bug: 2091320 Change-Id: I20d46eaee024c268eb483e78a0ce06e40b7faf01 Signed-off-by: Ítalo Vieira <italo.gomesvieira@windriver.com> |
||
---|---|---|
helm-charts | ||
python3-k8sapp-rook-ceph | ||
stx-rook-ceph-helm | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
debian_build_layer.cfg | ||
debian_iso_image.inc | ||
debian_pkg_dirs | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
app-rook-ceph
App-rook-ceph fluxCD app
Top Level Directory Structure
├── app-rook-ceph # Root Folder
│ ├── bindep.txt
│ ├── debian_build_layer.cfg
│ ├── debian_iso_image.inc
│ ├── debian_pkg_dirs
│ ├── python3-k8sapp-rook-ceph # lifecycle managemnt code to support flux apps
│ ├── README.md
│ ├── rook-ceph-helm # importing of upstream rook-ceph helm packages
│ ├── requirements.txt
│ ├── stx-rook-ceph-helm # helm Package manager for the app
│ ├── test-requirements.txt
│ └── tox.ini
About app-rook-ceph
Rook is a Ceph orchestrator providing a containerized solution for Ceph Storage. This application tracks the latest compatible upstream version of Rook and packs it targeting StarlingX platforms on fresh instalations. For systems that already have a Ceph backend installed, there's a migration app available.
Installation Guide
For instructions on how to build and install app-rook-ceph, follow the StarlingX Rook Ceph App installation guide.