summaryrefslogtreecommitdiffstats
path: root/cm-container
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-10-21 00:33:28 +0000
committervv770d <vv770d@att.com>2020-10-21 00:33:34 +0000
commit26426163b7017861e683a7ca90b6e117ed48f9df (patch)
treeeab9e9e3b428eaa45ddc022420731e5039474663 /cm-container
parent91004838714460163c3569f5f01c9dad5c40a3ad (diff)
[DCAE]Limit k8splugin load to 3.4.2
Change-Id: I8cba5a618f69fac8b31773a2e9608255f7f6dedb Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2493
Diffstat (limited to 'cm-container')
-rwxr-xr-xcm-container/findPlugins.sh2
-rw-r--r--cm-container/pom.xml2
-rwxr-xr-xcm-container/scripts/get-plugins.sh4
3 files changed, 2 insertions, 6 deletions
diff --git a/cm-container/findPlugins.sh b/cm-container/findPlugins.sh
index 10d49a7..b84beb6 100755
--- a/cm-container/findPlugins.sh
+++ b/cm-container/findPlugins.sh
@@ -33,7 +33,7 @@
shopt -s expand_aliases
alias cu='curl -Ss -H "Accept: application/json" -L -f'
-PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R7/"}
+PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R8/"}
function getPlugins() {
local root=$1
diff --git a/cm-container/pom.xml b/cm-container/pom.xml
index c39f5e4..3cb3ff4 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>3.3.4</version>
+ <version>3.4.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/cm-container/scripts/get-plugins.sh b/cm-container/scripts/get-plugins.sh
index 51f5e4a..999341f 100755
--- a/cm-container/scripts/get-plugins.sh
+++ b/cm-container/scripts/get-plugins.sh
@@ -31,10 +31,6 @@ PLUGINS=\
"\
/dcaepolicyplugin/2.4.0/dcaepolicyplugin-2.4.0-py27-none-linux_x86_64.wgn|/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml \
/relationshipplugin/1.1.0/relationshipplugin-1.1.0-py27-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_types.yaml \
-/k8splugin/2.0.0/k8splugin-2.0.0-py27-none-linux_x86_64.wgn|/k8splugin/2.0.0/k8splugin_types.yaml \
-/k8splugin/3.0.0/k8splugin-3.0.0-py27-none-linux_x86_64.wgn|/k8splugin/3.0.0/k8splugin_types.yaml \
-/k8splugin/3.3.0/k8splugin-3.3.0-py27-none-linux_x86_64.wgn|/k8splugin/3.3.0/k8splugin_types.yaml \
-/k8splugin/3.4.1/k8splugin-3.4.1-py27-none-linux_x86_64.wgn|/k8splugin/3.4.1/k8splugin_types.yaml \
/k8splugin/3.4.2/k8splugin-3.4.2-py27-none-linux_x86_64.wgn|/k8splugin/3.4.2/k8splugin_types.yaml \
/clamppolicyplugin/1.1.0/clamppolicyplugin-1.1.0-py27-none-linux_x86_64.wgn|/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \
/dmaap/1.5.0/dmaap-1.5.0-py27-none-linux_x86_64.wgn|/dmaap/1.5.0/dmaap_types.yaml \