Fix karaf tarball name 29/31429/1
authorDan Timoney <dtimoney@att.com>
Mon, 12 Feb 2018 13:37:56 +0000 (08:37 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 12 Feb 2018 13:37:56 +0000 (08:37 -0500)
Karaf tarball name format is different in Nitrogen (karaf* instead
of distribution-karaf*).

Change-Id: I9f28c9f59ff89c061223d5f35dfa8e7df8d8c5b6
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
opendaylight/nitrogen/pom.xml
opendaylight/nitrogen/src/main/docker/Dockerfile

index d851886..b14b160 100644 (file)
 
     </profiles>
     <organization>
-        <name>openECOMP</name>
+        <name>ONAP</name>
     </organization>
 </project>
index 7e66a61..1f69017 100644 (file)
@@ -7,9 +7,9 @@ ENV ODL_HOME /opt/opendaylight/current
 # copy the opendaylight tar and expand
 COPY karaf-${ccsdk.opendaylight.version}.tar.gz /tmp/
 RUN mkdir /opt/opendaylight \
-    && tar zxvf /tmp/distribution-karaf-${ccsdk.opendaylight.version}.tar.gz --directory /opt/opendaylight \
-    && rm -rf /tmp/distribution-karaf-${ccsdk.opendaylight.version}.tar.gz \
-    && ln -s /opt/opendaylight/distribution-karaf-${ccsdk.opendaylight.version} /opt/opendaylight/current
+    && tar zxvf /tmp/karaf-${ccsdk.opendaylight.version}.tar.gz --directory /opt/opendaylight \
+    && rm -rf /tmp/karaf-${ccsdk.opendaylight.version}.tar.gz \
+    && ln -s /opt/opendaylight/karaf-${ccsdk.opendaylight.version} /opt/opendaylight/current
 
 
 # workaround till we get proxy working