[ceph] BUG When deploy ceph

Without this "Make",It can lead to not being found <helm-toolkit>

Change-Id: Ie59d167fb4063e99e47d73bc1b111e161f12944a
This commit is contained in:
jinyuanliu 2021-01-28 07:36:16 -05:00
parent ceb3b08428
commit 1a7b4f22d0

View File

@ -74,6 +74,7 @@ EOF
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do
make -C ${OSH_INFRA_PATH} ${CHART}
helm upgrade --install ${CHART} ${OSH_INFRA_PATH}/${CHART} \
--namespace=ceph \
--values=/tmp/ceph.yaml \