From 8e6941238166250c8366063db0d48acf06415f73 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 31 Oct 2017 18:19:17 +0530 Subject: Add VSP to vf2module list CLI-57 Change-Id: I0955ff8f6d7146e375eeaf5248db66344146207d Signed-off-by: Kanagaraj Manickam k00365106 --- .../onap-cli-schema/vf/vf2vfmodule-model-list-schema-1.1.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'plugins/sdc/src/main/resources') 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 -- cgit 1.2.3-korg