Bug fix to address DMAAPLISTENERROOT 04/93904/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 20 Aug 2019 02:40:44 +0000 (21:40 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Tue, 20 Aug 2019 02:40:44 +0000 (21:40 -0500)
Modified rootDir to /opt/onap/sdnc/...where map and vt
template files are transferred in the docker

Issue-ID: CCSDK-1400
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ie634ff60cf439be5f5136275f2ea19abf40949de

dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/OofPciPocDmaapConsumers.java

index 9d78e8a..e8dacb9 100644 (file)
@@ -83,7 +83,7 @@ public class OofPciPocDmaapConsumers extends SdncDmaapConsumerImpl {
         rootDir = System.getenv(DMAAPLISTENERROOT);
 
         if ((rootDir == null) || (rootDir.length() == 0)) {
-            rootDir = "/opt/app/dmaap-listener/lib/";
+          rootDir = "/opt/onap/sdnc/dmaap-listener/lib/";
         }
         else {
             rootDir = rootDir + "/lib/";