Add vfnm driver output 49/92749/2
authorKanagaraj M <mkr1481@gmail.com>
Tue, 6 Aug 2019 04:33:58 +0000 (10:03 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 6 Aug 2019 05:07:45 +0000 (10:37 +0530)
Issue-ID: CLI-169

Change-Id: I794d1f12362f914b5c090b1c803517496d9158f4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-dublin/features/integration/src/main/resources/open-cli-schema/ovp-tosca-vnf-provision.yaml

index b98bef7..6a7c1e8 100644 (file)
@@ -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