[CEPH] Make ceph-volume as default deployment tool
This is to make ceph-volume as default deployment tool since support for ceph-disk got deprectated from Nautilus version of ceph. Change-Id: I10f42fd0cb43a951f480594d269fd998de5678bf
This commit is contained in:
parent
7cf8c6f893
commit
bfe7a99a61
@ -46,7 +46,7 @@ labels:
|
|||||||
# Keeping ceph-disk as default since gate scripts are still directory backed
|
# Keeping ceph-disk as default since gate scripts are still directory backed
|
||||||
# osds, need to change this after moving the gates to disk backed osd.
|
# osds, need to change this after moving the gates to disk backed osd.
|
||||||
deploy:
|
deploy:
|
||||||
tool: "ceph-disk"
|
tool: "ceph-volume"
|
||||||
|
|
||||||
pod:
|
pod:
|
||||||
security_context:
|
security_context:
|
||||||
|
@ -98,8 +98,6 @@ manifests:
|
|||||||
cronjob_defragosds: true
|
cronjob_defragosds: true
|
||||||
deployment_cephfs_provisioner: false
|
deployment_cephfs_provisioner: false
|
||||||
job_cephfs_client_key: false
|
job_cephfs_client_key: false
|
||||||
deploy:
|
|
||||||
tool: "ceph-volume"
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
||||||
|
@ -173,8 +173,6 @@ pod:
|
|||||||
mds: 1
|
mds: 1
|
||||||
mgr: 1
|
mgr: 1
|
||||||
rgw: 1
|
rgw: 1
|
||||||
deploy:
|
|
||||||
tool: "ceph-volume"
|
|
||||||
jobs:
|
jobs:
|
||||||
ceph_defragosds:
|
ceph_defragosds:
|
||||||
# Execute every 15 minutes for gates
|
# Execute every 15 minutes for gates
|
||||||
|
@ -114,8 +114,6 @@ monitoring:
|
|||||||
enabled: true
|
enabled: true
|
||||||
ceph_mgr:
|
ceph_mgr:
|
||||||
port: 9283
|
port: 9283
|
||||||
deploy:
|
|
||||||
tool: "ceph-volume"
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
|
||||||
|
Loading…
Reference in New Issue
Block a user