Fix the file store location 26/87426/2
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 10 May 2019 08:05:25 +0000 (13:35 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 10 May 2019 08:39:06 +0000 (14:09 +0530)
Issue-ID: VNFSDK-354

Change-Id: I0132ac6de9c7cc018f38ef874c2fb5bf982ca2d7
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
vnfmarket-be/deployment/install/vtp_install.sh
vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties

index 4514987..43d0c68 100644 (file)
@@ -32,7 +32,7 @@
 # Happy VTPing ...
 #
 export OCLIP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126371/org/onap/cli/cli-zip/2.0.6/cli-zip-2.0.6.zip"
-export VTP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126402/org/onap/vnfsdk/refrepo/vnf-sdk-marketplace/1.3.0/vnf-sdk-marketplace-1.2.1.war"
+export VTP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126402/org/onap/vnfsdk/refrepo/vnf-sdk-marketplace/1.3.0/vnf-sdk-marketplace-1.3.0.war"
 export CSAR_VALIDATE_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/csarvalidation-deployment/1.2.0/csarvalidation-deployment-1.2.0.zip"
 export CSAR_VALIDATE_JAR_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/validation-csar/1.2.0/validation-csar-1.2.0.jar"
 export TOMCAT8_DOWNLOAD_URL="https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.30/bin/apache-tomcat-8.5.30.tar.gz"
index 70a06e0..e2b9f87 100644 (file)
@@ -14,5 +14,5 @@
 
 vtp.grpc.server = localhost
 vtp.grpc.port = 50051
-vtp.artifact.store = d:/temp/vtp/data/artifacts
-vtp.file.store = d:/temp/vtp/temp-files
\ No newline at end of file
+vtp.artifact.store = /tmp/data/vtp-artifacts
+vtp.file.store = /tmp/data/vtp-tmp-files
\ No newline at end of file