diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-03-14 22:14:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 22:14:46 +0000 |
commit | ebe4ba8462bf5830dcf542e42ba8ea53a38bd5ca (patch) | |
tree | 50f6bb20ef96e5460d417499450835616a719fe5 | |
parent | 5ed51ae84392b191452566957e5a1bae9c32fbc4 (diff) | |
parent | a29fcc9754d2cf08919758b609fc291a93c3c6fc (diff) |
Merge "DCAE bootstrap loads the helm plugin and type file"
-rwxr-xr-x | cm-container/get-type-files.sh | 2 | ||||
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 1 |
2 files changed, 2 insertions, 1 deletions
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 |