Change PTL of VNFSDK to be Dan Xu
[vnfsdk/refrepo.git] / vnfmarket-be / deployment / vtp2ovp / README.md
1 This command helps to port VTP results into LFV OVP format.
2
3 Install guide
4 ==============
5 on the VTP server machine, follow the steps given below for installing this tool.
6
7 1. Copy the python script vtp2ovp-result.py into folder scripts under VTP home OPEN_CLI_HOME
8 2. Copy the yaml file vtp2ovp-result-2019-schema.yaml into folder open-cli-schema under VTP home OPEN_CLI_HOME
9 3. Run oclip schema-refresh
10 4. Run this tool by typing
11
12     oclip --product LFN-OVP vtp2ovp-result --help
13
14     Sample command usage:
15         oclip.sh --product LFN-OVP vtp2ovp-result  --tar-path /tmp --execution-id 1234567890-1567139793554 --vtp-home /opt/vtp
16
17