From a999e80da5774f79cc67c99770a0b4b0f71d8385 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 29 Aug 2019 18:00:05 +0530 Subject: Update VTP installer Issue-ID: CLI-166 Change-Id: I66ec757b404e78eb6ec586cdb83d5dbd2b56dc06 Signed-off-by: Kanagaraj Manickam k00365106 --- vnfmarket-be/deployment/install/vtp_install.sh | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/vnfmarket-be/deployment/install/vtp_install.sh b/vnfmarket-be/deployment/install/vtp_install.sh index 795adc5c..6ca35707 100644 --- a/vnfmarket-be/deployment/install/vtp_install.sh +++ b/vnfmarket-be/deployment/install/vtp_install.sh @@ -15,21 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #******************************************************************************* -# VTP Installation script supported Ubuntu 16.04 64 bit -# -# Following the guidelines given below: -# source < this file > -# -# Install: -# vtp_setup -# Start: -# vtp_start -# Stop: -# vtp_stop -# Uninstall -# vtp_purge -# -# Happy VTPing ... +# VTP Installation script supported on Ubuntu 16.04 64 bit # export OCLIP_DOWNLOAD_URL="https://nexus.onap.org/service/local/artifact/maven/redirect?r=releases&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" @@ -241,8 +227,9 @@ function vtp_sample_scenario_install() { function vtp_test() { echo $VTP_TRACK_MARK Check the CSAR validation - oclip --product onap-vtp csar-validate --csar $VTP_STAGE_DIR/CSAR.csar - oclip --product onap-dublin tosca-vnf-provision --help + oclip --product onap-dublin csar-validate --csar $VTP_STAGE_DIR/CSAR.csar + oclip --product onap-dublin vnf-tosca-provision --help + oclip --product onap-dublin --request-id test vnf-tosca-provision --mode checkup --vsp $VTP_STAGE_DIR/CSAR.csar --vnf-csar $VTP_STAGE_DIR/CSAR.csar --ns-csar $VTP_STAGE_DIR/CSAR.csar --vnfm-driver hwvnfmdriver --vnf-name test --vnf-vendor-name test #echo $VTP_TRACK_MARK Check the HOT validation #oclip --product onap-vtp hot-validate --hot-folder $VTP_STAGE_DIR/HOT --format json -- cgit 1.2.3-korg