From 131f1fab6bea5eeb6467e8836ec00ef7c6bf5eac Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 28 Feb 2018 21:13:09 -0500 Subject: Nitrogen port : sdnc-northbound Update sdnc/northbound to OpenDaylight Nitrogen release. Change-Id: I6e299418a7ab441899b78b5d3df5f8ee96829222 Issue-ID: SDNC-269 Signed-off-by: Timoney, Dan (dt5972) --- generic-resource-api/installer/pom.xml | 29 ++++++++++++---------- .../src/main/resources/scripts/install-feature.sh | 9 +++---- 2 files changed, 20 insertions(+), 18 deletions(-) (limited to 'generic-resource-api/installer') diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml index e3ca5eb8..ea8967e4 100755 --- a/generic-resource-api/installer/pom.xml +++ b/generic-resource-api/installer/pom.xml @@ -1,20 +1,25 @@ - + 4.0.0 + - generic-resource-api - org.onap.sdnc.northbound - 1.3.0-SNAPSHOT + org.onap.ccsdk.parent + odlparent-lite + 1.0.1-SNAPSHOT + + + org.onap.sdnc.northbound generic-resource-api-installer - Generic Resource API - Karaf Installer + 1.3.1-SNAPSHOT pom + sdnc-northbound :: generic-resource-api :: ${project.artifactId} + sdnc-generic-resource-api - sdnc-generic-resource-api - mvn:org.onap.sdnc.northbound/generic-resource-api-features/${project.version}/xml/features + ${application.name} + mvn:org.onap.sdnc.northbound/${application.name}/${project.version}/xml/features false @@ -22,10 +27,10 @@ org.onap.sdnc.northbound - generic-resource-api-features + ${application.name} ${project.version} - features xml + features * @@ -100,8 +105,7 @@ true false false - org.onap.sdnc - sli-common,sli-provider,dblib-common,dblib-provider + org.onap.sdnc.northbound provided @@ -136,5 +140,4 @@ - diff --git a/generic-resource-api/installer/src/main/resources/scripts/install-feature.sh b/generic-resource-api/installer/src/main/resources/scripts/install-feature.sh index 6e8620e1..d5f620f1 100644 --- a/generic-resource-api/installer/src/main/resources/scripts/install-feature.sh +++ b/generic-resource-api/installer/src/main/resources/scripts/install-feature.sh @@ -10,9 +10,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -23,7 +23,6 @@ ODL_HOME=${ODL_HOME:-/opt/opendaylight/current} ODL_KARAF_CLIENT=${ODL_KARAF_CLIENT:-${ODL_HOME}/bin/client} -ODL_KARAF_CLIENT_OPTS=${ODL_KARAF_CLIENT_OPTS:-"-u karaf"} INSTALLERDIR=$(dirname $0) REPOZIP=${INSTALLERDIR}/${features.boot}-${project.version}.zip @@ -36,5 +35,5 @@ else exit 1 fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:install ${features.boot} +${ODL_KARAF_CLIENT} feature:repo-add ${features.repositories} +${ODL_KARAF_CLIENT} feature:install ${features.boot} -- cgit 1.2.3-korg