From d58f912e82e9038fe1372165a02c03d5acf0296d Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Wed, 28 Nov 2018 11:12:30 +0200 Subject: Add updated normative types Change-Id: I89977232727fd5516111279639a9ca19e7ce5018 Issue-ID: SDC-1962 Signed-off-by: Yuli Shlosberg --- .../resources/globalTypes/openecomp/groups.yml | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml index 10d2121c18..904f9cdd33 100644 --- a/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml +++ b/common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml @@ -24,6 +24,27 @@ imports: group_types: + org.openecomp.groups.Group: + derived_from: tosca.groups.Root + description: generic group with common properties + properties: + type: + type: string + description: The type of the members, supported by group. + required: false + role: + type: string + description: The role of the group. + required: false + function: + type: string + description: The function of the group. + required: false + description: + type: string + description: Description of the group. + required: false + org.openecomp.groups.VfModule: derived_from: tosca.groups.Root description: Grouped all heat resources which are in the same VF Module @@ -72,7 +93,7 @@ group_types: required: true org.openecomp.groups.VfcInstanceGroup: - derived_from: tosca.groups.Root + derived_from: org.openecomp.groups.Group description: groups VFCs with same parent port role properties: vfc_instance_group_function: -- cgit 1.2.3-korg