aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/vtp2ovp/README.md
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-12-10 16:29:58 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-12-10 16:37:08 +0530
commit6d551b024db258973e6d9651596c5c8ead295972 (patch)
treec4fdd7415b980a2b9af6a1161b56c3a4a6b7c1bc /vnfmarket-be/deployment/vtp2ovp/README.md
parent11086be674e60d5b02d7ed153714c0227f8c5ba9 (diff)
Add VTP2OVP result translation tool
Issue-ID: VNFSDK-502 Change-Id: Id50426f05a0b44d7e8dec1caef4a8776cd849be4 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/vtp2ovp/README.md')
-rw-r--r--vnfmarket-be/deployment/vtp2ovp/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/vtp2ovp/README.md b/vnfmarket-be/deployment/vtp2ovp/README.md
new file mode 100644
index 00000000..054e469a
--- /dev/null
+++ b/vnfmarket-be/deployment/vtp2ovp/README.md
@@ -0,0 +1,15 @@
+This command helps to port VTP results into LFV OVP format.
+
+Install guide
+==============
+on the VTP server machine, follow the steps given below for installing this tool.
+
+1. Copy the python script vtp2ovp-result.py into folder scripts under VTP home OPEN_CLI_HOME
+2. Copy the yaml file vtp2ovp-result-2019-schema.yaml into folder open-cli-schema under VTP home OPEN_CLI_HOME
+3. Run oclip schema-refresh
+4. Run this tool by typing
+ oclip --product LFN-OVP vtp2ovp-result --help
+ Sample command usage:
+ oclip.sh --product LFN-OVP vtp2ovp-result --tar-path /tmp --execution-id 1234567890-1567139793554 --vtp-home /opt/vtp
+
+