diff options
author | Weitao Gao <victor.gao@huawei.com> | 2019-08-30 00:45:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-30 00:45:37 +0000 |
commit | 536eab105dd7cb8dd3954fafa8cf7bf4e7dc032b (patch) | |
tree | e150e4852019fe668f2b5b7ba3e2bbaf4121a153 | |
parent | 5b3e6ee35e4d16c8f0d6daaf8c4ff091254bd557 (diff) | |
parent | a999e80da5774f79cc67c99770a0b4b0f71d8385 (diff) |
Merge "Update VTP installer"
-rw-r--r-- | vnfmarket-be/deployment/install/vtp_install.sh | 21 |
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 |