From a29fcc9754d2cf08919758b609fc291a93c3c6fc Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Sat, 9 Mar 2019 10:25:54 -0500 Subject: DCAE bootstrap loads the helm plugin and type file Change-Id: If8150e3328102fce9ad1f8c67c64d6a78a0a63e1 Issue-ID: DCAEGEN2-1276 Signed-off-by: Hong Guan --- cm-container/get-type-files.sh | 2 +- k8s-bootstrap-container/build-plugins.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index 71d582b..e59b3b1 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -40,7 +40,7 @@ CCSDKTYPEFILES=\ "\ /type_files/pgaas/1.1.0/pgaas_types.yaml \ /type_files/sshkeyshare/sshkey_types.yaml \ - +/type_files/helm/4.0.0/helm-type.yaml \ " mkdir ${DEST} diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index f97e84c..c21f759 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -41,6 +41,7 @@ CCSDKPLUGINFILES=\ "\ plugins/pgaas-1.1.0-py27-none-any.wgn plugins/sshkeyshare-1.0.0-py27-none-any.wgn +plugins/helm-4.0.0-py27-none-linux_x86_64.wgn " # Build a set of wagon files from archives in a repo -- cgit 1.2.3-korg