summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-23 14:34:52 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-23 14:58:09 -0400
commit1d5a5dcee0565e1a8dcc27161fdfc790819e944d (patch)
tree2871cc2e4e1a89bdfe4ab96518cbcb8b85aa70c0
parent3ec265b96e470b8c543ec0bd1cc807ba1b83e494 (diff)
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 <jflucas@research.att.com>
-rw-r--r--cm-container/pom.xml2
-rwxr-xr-xcm-container/scripts/get-type-files.sh3
-rwxr-xr-xk8s-bootstrap-container/build-plugins.sh3
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.
<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>
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 \
"