aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src/main/resources/onap-cli-schema/vf
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-31 18:19:17 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-31 18:19:17 +0530
commit8e6941238166250c8366063db0d48acf06415f73 (patch)
treec35a03737bbe5bf35ae1beb00f3c22b3e6210726 /plugins/sdc/src/main/resources/onap-cli-schema/vf
parent00dfd2a4441c2d7608bf1a08699147b3c039a191 (diff)
Add VSP to vf2module list
CLI-57 Change-Id: I0955ff8f6d7146e375eeaf5248db66344146207d Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vf')
-rw-r--r--plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
index a4092d41..a138363f 100644
--- a/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
+++ b/plugins/sdc/src/main/resources/onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml
@@ -19,6 +19,14 @@ parameters:
results:
direction: landscape
attributes:
+ - name: vsp-uuid
+ description: VSP uuid
+ type: string
+ scope: short
+ - name: vsp-version
+ description: VSP version
+ type: string
+ scope: short
- name: module-uuid
description: UUID
type: string
@@ -47,3 +55,5 @@ http:
module-name: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].name}
module-version: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].version}
module-invariant-uuid: $b{groups.[?(@.type == 'org.openecomp.groups.VfModule')].invariantUUID}
+ vsp-uuid: $b{$.csarUUID}
+ vsp-version: $b{$.csarVersion} \ No newline at end of file