
This is a code improvement to reuse ceph monitor doscovering function in different templates. Calling the mentioned above function from a single place (helm-infra snippets) allows less code maintenance and simlifies further development. Rev. 0.1 Charts version bump for ceph-client, ceph-mon, ceph-osd, ceph-provisioners and helm-toolkit Rev. 0.2 Mon endpoint discovery functionality added for the rados gateway. ClusterRole and ClusterRoleBinding added. Rev. 0.3 checkdns is allowed to correct ceph.conf for RGW deployment. Rev. 0.4 Added RoleBinding to the deployment-rgw. Rev. 0.5 Remove _namespace-client-ceph-config-manager.sh.tpl and the appropriate job, because of duplicated functionality. Related configuration has been removed. Rev. 0.6 RoleBinding logic has been changed to meet rules: checkdns namespace - HAS ACCESS -> RGW namespace(s) Change-Id: Ie0af212bdcbbc3aa53335689deed9b226e5d4d89
25 lines
1.0 KiB
YAML
25 lines
1.0 KiB
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
|
|
- 0.1.10 Export crash dumps when Ceph daemons crash
|
|
- 0.1.11 Correct mon-check executing binary and logic
|
|
- 0.1.12 Fix Ceph checkDNS script
|
|
- 0.1.13 Helm 3 - Fix Job labels
|
|
- 0.1.14 Update htk requirements
|
|
- 0.1.15 Prevent mon-check from removing mons when down temporarily
|
|
- 0.1.16 Correct Ceph Mon Check Ports
|
|
- 0.1.17 Skip monmap endpoint check for missing mons
|
|
- 0.1.18 Move ceph-mgr deployment to the ceph-mon chart
|
|
- 0.1.19 Add a post-apply job to restart mons after mgrs
|
|
- 0.1.20 Consolidate mon_endpoints discovery
|
|
...
|