Fix container startup issue 17/83617/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 28 Mar 2019 14:30:45 +0000 (10:30 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 28 Mar 2019 14:30:45 +0000 (10:30 -0400)
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) <dtimoney@att.com>
odlsli/odlsli-alpine/pom.xml
odlsli/odlsli-ubuntu/pom.xml

index edb85c6..8d4fbd6 100644 (file)
@@ -25,7 +25,7 @@
                <image.name>onap/ccsdk-odlsli-alpine-image</image.name>
                <ccsdk.project.version>${project.version}</ccsdk.project.version>
                <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
-               <ccsdk.features.version>${project.version}</ccsdk.features.version>
+               <ccsdk.features.version>0.4.2-SNAPSHOT</ccsdk.features.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <opendaylight.root>opt/opendaylight</opendaylight.root>
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+                   <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
+                   <artifactId>publisher.installer</artifactId>
+                   <version>${ccsdk.sli.adaptors.version}</version>
+                   <classifier>repo</classifier>
+                   <type>zip</type>
+               </dependency>
                <dependency>
                        <groupId>org.onap.ccsdk.sli.adaptors</groupId>
                        <artifactId>netbox-client-installer</artifactId>
index 6cc7117..6cae49c 100644 (file)
@@ -25,7 +25,7 @@
                <image.name>onap/ccsdk-odlsli-image</image.name>
                <ccsdk.project.version>${project.version}</ccsdk.project.version>
                <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
-               <ccsdk.features.version>${project.version}</ccsdk.features.version>
+               <ccsdk.features.version>0.4.2-SNAPSHOT</ccsdk.features.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <opendaylight.root>opt/opendaylight</opendaylight.root>
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
+                       <artifactId>publisher.installer</artifactId>
+                       <version>${ccsdk.sli.adaptors.version}</version>
+                       <classifier>repo</classifier>
+                       <type>zip</type>
+               </dependency>
                <dependency>
                        <groupId>org.onap.ccsdk.sli.adaptors</groupId>
                        <artifactId>netbox-client-installer</artifactId>