From 1d5a5dcee0565e1a8dcc27161fdfc790819e944d Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 23 Apr 2019 14:34:52 -0400 Subject: [PATCH] Update k8s type file version Also add CLAMP policy plugin Fix path to k8s plugin tgz Issue-ID: DCAEGEN2-1009 Change-Id: I38ab743c0bf1c2a1116b6e50f494c38028fa9872 Signed-off-by: Jack Lucas --- cm-container/pom.xml | 2 +- cm-container/scripts/get-type-files.sh | 3 ++- k8s-bootstrap-container/build-plugins.sh | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cm-container/pom.xml b/cm-container/pom.xml index bc6ae97..7b4d5e3 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 1.6.1 + 1.6.2 http://maven.apache.org UTF-8 diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index 8a31d98..fb44175 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -31,7 +31,8 @@ DCAETYPEFILES=\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ /k8splugin/1.4.5/k8splugin_types.yaml \ -/k8splugin/1.4.12/k8splugin_types.yaml \ +/k8splugin/1.4.13/k8splugin_types.yaml \ +clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml \ " diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 6f0ff1e..e331c66 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -33,8 +33,9 @@ DEST=wagons DCAEPLUGINFILES=\ "\ k8splugin/1.4.5/k8splugin-1.4.5.tgz -k8splugin/1.4.12/k8splugin-1.4.13.tgz +k8splugin/1.4.13/k8splugin-1.4.13.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz +clamppolicyplugin/1.0.0/clamppolicyplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " -- 2.16.6