diff options
Diffstat (limited to 'products/onap-dublin')
-rw-r--r-- | products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml index b98bef76..6a7c1e81 100644 --- a/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml +++ b/products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml @@ -76,6 +76,10 @@ results: 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} @@ -87,4 +91,5 @@ cmd: 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 |