
The current implementation of the Ceph CSI provisioner is tied too closely with the older Ceph RBD provisioner, which doesn't let the deployer deploy Ceph CSI provisioner without the old RBD provisioner. This patchset will decouple them such that they can be deployed independently from one another. A few other changes are needed as well: 1) The deployment/gate scripts are updated so that the old RBD and CSI RBD provisioners are separately enabled/disabled as needed. The original RBD provisioner is now deprecated. 2) Ceph-mon chart is updated because it had some RBD storageclass data in values.yaml that is not needed for ceph-mon deployment. 3) Fixed a couple of bugs in job-cephfs-client-key.yaml where RBD parameters were being used instead of cephfs parameters. Change-Id: Icb5f78dcefa51990baf1b6d92411eb641c2ea9e2
14 lines
496 B
YAML
14 lines
496 B
YAML
---
|
|
ceph-mon:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency to >= 0.1.0
|
|
- 0.1.2 Enable shareProcessNamespace in mon daemonset
|
|
- 0.1.3 Run mon container as ceph user
|
|
- 0.1.4 Uplift from Nautilus to Octopus release
|
|
- 0.1.5 Add Ceph CSI plugin
|
|
- 0.1.6 Fix python3 issue for util scripts
|
|
- 0.1.7 remove deprecated svc annotation tolerate-unready-endpoints
|
|
- 0.1.8 Use full image ref for docker official images
|
|
- 0.1.9 Remove unnecessary parameters for ceph-mon
|
|
...
|