Lint and package chart About gnocchi

Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Change-Id: Id8c8522c458ba0da2c2565006bfc256a90e2539f
This commit is contained in:
jinyuan 2021-03-05 15:57:47 +08:00
parent 0eb93933ff
commit e64b21faa0

View File

@ -13,6 +13,11 @@
# under the License.
set -xe
export HELM_CHART_ROOT_PATH="${HELM_CHART_ROOT_PATH:="${OSH_INFRA_PATH:="../openstack-helm-infra"}"}"
#NOTE: Lint and package chart
make -C ${HELM_CHART_ROOT_PATH} gnocchi
#NOTE: Wait for deploy
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
helm upgrade --install gnocchi ${OSH_INFRA_PATH}/gnocchi \