diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-08-06 10:03:58 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-08-06 10:37:45 +0530 |
commit | c9e89752f38a44a4ac4b88d7a003efe78cc09616 (patch) | |
tree | 3a808efd7f25fc8a1674de5b33f97c63be482a5a /products | |
parent | 55f55f93890a2c4745ee89505cc889f54ba3c3dd (diff) |
Add vfnm driver output
Issue-ID: CLI-169
Change-Id: I794d1f12362f914b5c090b1c803517496d9158f4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products')
-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 |