aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 18:00:05 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-08-29 18:00:05 +0530
commita999e80da5774f79cc67c99770a0b4b0f71d8385 (patch)
tree14a5bab26cf954cff63a3dc4269255b1b8858651
parent87c23a287dcf9f24882c4dcfd5ff299c761f84c3 (diff)
Update VTP installer
Issue-ID: CLI-166 Change-Id: I66ec757b404e78eb6ec586cdb83d5dbd2b56dc06 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--vnfmarket-be/deployment/install/vtp_install.sh21
1 files 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