diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-05-10 13:35:25 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-05-10 14:09:06 +0530 |
commit | c7926960e0f331e60b7f014058d8f9bca7519613 (patch) | |
tree | b37ae282667a661bb369e100789c2a9c2f3930d8 | |
parent | a6817238960e5421024754cc6f1d98431ecdd6cb (diff) |
Fix the file store location
Issue-ID: VNFSDK-354
Change-Id: I0132ac6de9c7cc018f38ef874c2fb5bf982ca2d7
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | vnfmarket-be/deployment/install/vtp_install.sh | 2 | ||||
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vnfmarket-be/deployment/install/vtp_install.sh b/vnfmarket-be/deployment/install/vtp_install.sh index 45149876..43d0c683 100644 --- a/vnfmarket-be/deployment/install/vtp_install.sh +++ b/vnfmarket-be/deployment/install/vtp_install.sh @@ -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" diff --git a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties index 70a06e01..e2b9f87c 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties +++ b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/vtp.properties @@ -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 |