StarlingX Rook Storage Application
Go to file
Martin, Chen 5bbddf837a Introduce application to deploy rook ceph, support for Helm v3
rook enable with such procedure
1, deploy system without add ceph storage backend
2, update osd info with helm override
    $ system helm-override-update rook-ceph-apps rook-ceph --values value.yaml
3, apply rook-ceph application
    $ system application-apply rook-ceph-storage

sample value.yaml to deploy provision sdb on host 'controller-0'
cluster:
  storage:
    nodes:
    - devices:
      - config:
          journalSizeMB: 1024
          storeType: bluestore
        name: sdb
      name: controller-0

Story: 2005527
Task: 39214

Depends-On: https://review.opendev.org/#/c/713084/

Change-Id: Ie8f43082a5022b4e3507f0ac8fe0a2654e2a3302
Signed-off-by: Martin, Chen <haochuan.z.chen@intel.com>
2021-01-08 08:52:39 +08:00
python-k8sapp-rook Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
stx-rook-ceph Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
.gitreview Added .gitreview 2020-03-31 14:44:01 +00:00
.zuul.yaml Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
CONTRIBUTING.rst Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
HACKING.rst Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
centos_build_layer.cfg Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
centos_iso_image.inc Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
centos_pkg_dirs Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
requirements.txt Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
test-requirements.txt Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00
tox.ini Introduce application to deploy rook ceph, support for Helm v3 2021-01-08 08:52:39 +08:00