From 9c74c5729c9a52268342e583d6493bb19df80aa6 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 8 Oct 2019 22:11:26 -0400 Subject: Neon SR1 upgrade change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho --- appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml | 6 ++---- .../appc-chef-adapter-features/features-appc-chef-adapter/pom.xml | 4 ++-- .../appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml | 7 +++---- appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml | 4 ++-- .../appc-chef-adapter/appc-chef-adapter-installer/pom.xml | 6 ++---- .../src/main/resources/scripts/install-feature.sh | 4 ++-- appc-adapters/appc-chef-adapter/pom.xml | 6 ++---- 7 files changed, 15 insertions(+), 22 deletions(-) (limited to 'appc-adapters/appc-chef-adapter') diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml index bdeaa53ed..079a52c46 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/pom.xml @@ -21,15 +21,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent binding-parent 2.7.0-SNAPSHOT - + appc-chef-adapter-bundle diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml index 75eb04145..38a3ddb14 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent feature-repo-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml index d858f8332..ffcea1057 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml @@ -18,15 +18,14 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent single-feature-parent 2.7.0-SNAPSHOT - + org.onap.appc @@ -34,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT feature - + diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml index 35a417809..75b183fc9 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + org.onap.appc @@ -33,7 +33,7 @@ limitations under the License. 1.7.0-SNAPSHOT pom - + onap-appc-chef-adapter diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml index 4707458e9..12d3269b1 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml @@ -21,15 +21,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 odlparent-lite org.onap.appc.parent 2.7.0-SNAPSHOT - + appc-chef-adapter-installer org.onap.appc diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/src/main/resources/scripts/install-feature.sh b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/src/main/resources/scripts/install-feature.sh index 06e8f20d3..e7eb9b5ed 100755 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/src/main/resources/scripts/install-feature.sh +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/src/main/resources/scripts/install-feature.sh @@ -36,5 +36,5 @@ then fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} - +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}" diff --git a/appc-adapters/appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/pom.xml index 2e89db111..b7292caf4 100644 --- a/appc-adapters/appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/pom.xml @@ -21,15 +21,13 @@ ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.appc.parent odlparent-lite 2.7.0-SNAPSHOT - + appc-chef-adapter -- cgit 1.2.3-korg