summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-03-19 08:55:30 -0400
committerJack Lucas <jflucas@research.att.com>2019-03-19 09:09:09 -0400
commit5da996cc5172b81ae3e4ceda034058fb9c68e80c (patch)
tree489b7bfb30c30033e32bf2bc8fbefe6c00a65230
parentebe4ba8462bf5830dcf542e42ba8ea53a38bd5ca (diff)
Add k8s multi-site support
Issue-ID: DCAEGEN2-1136 Change-Id: Ifd0555cc6721d69bce2491539f221fa7311c3dfc Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rwxr-xr-xk8s-bootstrap-container/build-plugins.sh4
-rw-r--r--k8s-bootstrap-container/pom.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh
index c21f759..fc660ca 100755
--- a/k8s-bootstrap-container/build-plugins.sh
+++ b/k8s-bootstrap-container/build-plugins.sh
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# org.onap.dcae
# ================================================================================
-# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -29,9 +29,11 @@ set -x
DEST=wagons
# For DCAE, we get zips of the archives and build wagons
+# 2 versions of k8s plugin to ease transition
DCAEPLUGINFILES=\
"\
k8splugin/1.4.5/k8splugin-1.4.5.tgz
+k8splugin/1.4.10/k8splugin-1.4.10.tgz
relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz
dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \
"
diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml
index c1eb884..2e4f1d2 100644
--- a/k8s-bootstrap-container/pom.xml
+++ b/k8s-bootstrap-container/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>1.4.9</version>
+ <version>1.4.10</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>