Update k8s type file version 85/86085/2
authorJack Lucas <jflucas@research.att.com>
Tue, 23 Apr 2019 18:34:52 +0000 (14:34 -0400)
committerJack Lucas <jflucas@research.att.com>
Tue, 23 Apr 2019 18:58:09 +0000 (14:58 -0400)
Also add CLAMP policy plugin
Fix path to k8s plugin tgz

Issue-ID: DCAEGEN2-1009
Change-Id: I38ab743c0bf1c2a1116b6e50f494c38028fa9872
Signed-off-by: Jack Lucas <jflucas@research.att.com>
cm-container/pom.xml
cm-container/scripts/get-type-files.sh
k8s-bootstrap-container/build-plugins.sh

index bc6ae97..7b4d5e3 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>cm-container</artifactId>
   <name>dcaegen2-deployments-cm-container</name>
-  <version>1.6.1</version>
+  <version>1.6.2</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 8a31d98..fb44175 100755 (executable)
@@ -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 \
 
 "
 
index 6f0ff1e..e331c66 100755 (executable)
@@ -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 \
 "