From: Timoney, Dan (dt5972) Date: Thu, 28 Mar 2019 14:30:45 +0000 (-0400) Subject: Fix container startup issue X-Git-Tag: 0.3.4~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=bdd90119ab4628c2fd0d8052614a9b0d686fec38;hp=c4acdc6d2f3e4c0c7fc36433a1ce5033b9daf32d Fix container startup issue Fixed odlsli startup issue. Container was incorrectly using released version of ccsdk/features instead of snapshot. This would be fine, except that staging repo in nexus is not getting updated properly, so the OLDEST version of staged artifact is used instead of newest. Change-Id: I02f72bcd010dc6c897f9a0e978ef0871fc463042 Issue-ID: CCSDK-1185 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index edb85c65..8d4fbd6b 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -25,7 +25,7 @@ onap/ccsdk-odlsli-alpine-image ${project.version} ${maven.build.timestamp} - ${project.version} + 0.4.2-SNAPSHOT ${https_proxy} yyyyMMdd'T'HHmmss'Z' opt/opendaylight @@ -127,6 +127,13 @@ repo zip + + org.onap.ccsdk.sli.adaptors.messagerouter + publisher.installer + ${ccsdk.sli.adaptors.version} + repo + zip + org.onap.ccsdk.sli.adaptors netbox-client-installer diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml index 6cc71175..6cae49ce 100644 --- a/odlsli/odlsli-ubuntu/pom.xml +++ b/odlsli/odlsli-ubuntu/pom.xml @@ -25,7 +25,7 @@ onap/ccsdk-odlsli-image ${project.version} ${maven.build.timestamp} - ${project.version} + 0.4.2-SNAPSHOT ${https_proxy} yyyyMMdd'T'HHmmss'Z' opt/opendaylight @@ -123,6 +123,13 @@ repo zip + + org.onap.ccsdk.sli.adaptors.messagerouter + publisher.installer + ${ccsdk.sli.adaptors.version} + repo + zip + org.onap.ccsdk.sli.adaptors netbox-client-installer