StarlingX Rook Storage Application
340492c793
To avoid conflicts with the new app-rook-ceph, migration rook-ceph is being temporarily pulled out of the Debian packages available on the system image. The conflict affects rook-mon-exit service installation needed in both applications. Story: 2011066 Task: 50029 Change-Id: Id3c583f51ad4881e010ede8917c0946c8e5bdb5e Signed-off-by: Caio Correa <caio.correa@windriver.com> |
||
---|---|---|
migration-rook-ceph-helm | ||
python3-k8sapp-migration-rook-ceph | ||
stx-migration-rook-ceph-helm | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
debian_build_layer.cfg | ||
debian_iso_image.inc | ||
debian_pkg_dirs | ||
HACKING.rst | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
rook-ceph
Rook-ceph migration fluxCD app
Top Level Directory Structure
├── rook-ceph # Root Folder
│ ├── bindep.txt
│ ├── debian_build_layer.cfg
│ ├── debian_iso_image.inc
│ ├── debian_pkg_dirs
│ ├── migration-rook-ceph-helm # importing of upstream rook-ceph helm packages
│ ├── python3-k8sapp-migration-rook-ceph # lifecycle managemnt code to support flux apps
│ ├── README.md
│ ├── requirements.txt
│ ├── stx-migration-rook-ceph-helm # helm Package manager for the app
│ ├── test-requirements.txt
│ └── tox.ini
About rook-ceph migration
Rook is a Ceph orchestrator providing a containerized solution for Ceph Storage. This application targets compatibility with Ceph Nautilus using the last rook-ceph version (v1.7.11) available that has official support for it. For newer versions of ceph and rook-ceph, there's a rook ceph app available.
Installation Guide
For instructions on how to build and install migration rook-ceph, follow the StarlingX Rook Ceph Migration App installation guide.