From 26426163b7017861e683a7ca90b6e117ed48f9df Mon Sep 17 00:00:00 2001 From: vv770d Date: Wed, 21 Oct 2020 00:33:28 +0000 Subject: [DCAE]Limit k8splugin load to 3.4.2 Change-Id: I8cba5a618f69fac8b31773a2e9608255f7f6dedb Signed-off-by: vv770d Issue-ID: DCAEGEN2-2493 --- cm-container/findPlugins.sh | 2 +- cm-container/pom.xml | 2 +- cm-container/scripts/get-plugins.sh | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'cm-container') 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. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 3.3.4 + 3.4.0 http://maven.apache.org UTF-8 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 \ -- cgit 1.2.3-korg