From 04e574dc396ffa39b91ff5f92a46906a9c58f5bd Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 2 Aug 2019 14:35:52 +0530 Subject: Update VTP installer Issue-ID: VNFSDK-424 Change-Id: Ie4784915fcc8dcedfbb48f6b48e4d568e72b6819 Signed-off-by: Kanagaraj Manickam k00365106 --- .../deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnfmarket-be/deployment/docker') diff --git a/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh b/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh index 5974fdbe..005ce53c 100644 --- a/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh +++ b/vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh @@ -38,8 +38,6 @@ cd $VTP_INSTALL_DIR wget -O $VTP_ZIP $VTP_LATEST_BINARY unzip $VTP_ZIP -echo clean up the irrelevent products -rm -rf ./lib/cli-products*.jar export OPEN_CLI_HOME=$VTP_INSTALL_DIR export OPEN_CLI_PRODUCT_IN_USE=onap-vtp @@ -63,6 +61,7 @@ echo export OPEN_CLI_HOME=/opt/vtp > $OPEN_CLI_HOME/bin/vtp.sh echo $OPEN_CLI_HOME/bin/oclip-grpc-server.sh>> $OPEN_CLI_HOME/bin/vtp.sh chmod +x $OPEN_CLI_HOME/bin/vtp.sh +ln -sf $OPEN_CLI_HOME/bin/oclip.sh /usr/bin/oclip ln -sf $OPEN_CLI_HOME/bin/oclip-rcli.sh /usr/bin/vtp-cli ln -sf $OPEN_CLI_HOME/bin/oclip-grpc-server.sh /usr/bin/vtp-tc -- cgit 1.2.3-korg