aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/docker
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-02 14:35:52 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-06 12:59:47 +0530
commit04e574dc396ffa39b91ff5f92a46906a9c58f5bd (patch)
tree459f9cf8bc190bb2803b59613d6eefae33b81c33 /vnfmarket-be/deployment/docker
parent43f57c766ff35dcd3f4d9dae2d43636b7a791491 (diff)
Update VTP installer
Issue-ID: VNFSDK-424 Change-Id: Ie4784915fcc8dcedfbb48f6b48e4d568e72b6819 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/docker')
-rw-r--r--vnfmarket-be/deployment/docker/docker-refrepo/src/main/docker/install-vtp.sh3
1 files changed, 1 insertions, 2 deletions
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