Issue-ID: CLI-169
Change-Id: I794d1f12362f914b5c090b1c803517496d9158f4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
description: Onap NS status
scope: short
type: string
+ - name: vnfm-driver
+ description: VNFM driver used
+ type: string
+ scope: short
cmd:
command:
- python $s{env:OPEN_CLI_HOME}/script/ovp-tosca-vnf-provision.py --result-json $s{tmp:result.json} --config-json ${config-json} --vsp ${vsp} --vnf-csar ${vnf-csar} --ns-csar ${ns-csar} --vnfm-driver ${vnfm-driver}
vnf-id: $o{$.vnf_id}
vnf-status: $o{$.vnf_status}
ns-id: $o{$.ns_id}
- ns-status: $o{$.vnf_status}
\ No newline at end of file
+ ns-status: $o{$.ns_status}
+ vnfm-driver: ${vnfm-driver}
\ No newline at end of file