From e64b21faa0cfdcb5ce82e22d9ca65227f6ee772c Mon Sep 17 00:00:00 2001 From: jinyuan Date: Fri, 5 Mar 2021 15:57:47 +0800 Subject: [PATCH] Lint and package chart About gnocchi Without this "make",It can lead to not being found when running this script. Change-Id: Id8c8522c458ba0da2c2565006bfc256a90e2539f --- tools/deployment/multinode/220-gnocchi.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/deployment/multinode/220-gnocchi.sh b/tools/deployment/multinode/220-gnocchi.sh index 96ff040ebf..41a14c461b 100755 --- a/tools/deployment/multinode/220-gnocchi.sh +++ b/tools/deployment/multinode/220-gnocchi.sh @@ -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 \