[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:
Chinasubbareddy Mallavarapu 2020-07-01 12:52:46 -05:00 committed by chinasubbareddy mallavarapu
parent 7cf8c6f893
commit bfe7a99a61
4 changed files with 1 additions and 7 deletions

View File

@ -46,7 +46,7 @@ labels:
# 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.
deploy:
tool: "ceph-disk"
tool: "ceph-volume"
pod:
security_context:

View File

@ -98,8 +98,6 @@ manifests:
cronjob_defragosds: true
deployment_cephfs_provisioner: false
job_cephfs_client_key: false
deploy:
tool: "ceph-volume"
EOF
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do

View File

@ -173,8 +173,6 @@ pod:
mds: 1
mgr: 1
rgw: 1
deploy:
tool: "ceph-volume"
jobs:
ceph_defragosds:
# Execute every 15 minutes for gates

View File

@ -114,8 +114,6 @@ monitoring:
enabled: true
ceph_mgr:
port: 9283
deploy:
tool: "ceph-volume"
EOF
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do