From c9e89752f38a44a4ac4b88d7a003efe78cc09616 Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Tue, 6 Aug 2019 10:03:58 +0530 Subject: Add vfnm driver output Issue-ID: CLI-169 Change-Id: I794d1f12362f914b5c090b1c803517496d9158f4 Signed-off-by: Kanagaraj Manickam k00365106 --- .../main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'products/onap-dublin') 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 -- cgit 1.2.3-korg