From bd35e0d4f2569d37be71e9e5eb6d2c9cbf33dd4a Mon Sep 17 00:00:00 2001 From: jinyuan <liujinyuan@inspur.com> Date: Fri, 5 Mar 2021 15:44:19 +0800 Subject: [PATCH] Lint and package chart About Senlin Without this "make",It can lead to not being found <helm-toolkit> when running this script. Change-Id: Ifb94f24c022107733a6ad0311852e399c6903a3a --- tools/deployment/multinode/170-senlin.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/deployment/multinode/170-senlin.sh b/tools/deployment/multinode/170-senlin.sh index c2f8163a6b..764fe39664 100755 --- a/tools/deployment/multinode/170-senlin.sh +++ b/tools/deployment/multinode/170-senlin.sh @@ -13,6 +13,9 @@ # under the License. set -xe +#NOTE: Lint and package chart +make senlin + #NOTE: Deploy command helm upgrade --install senlin ./senlin \ --namespace=openstack \