diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-11-28 11:12:30 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-11-28 11:13:20 +0200 |
commit | d58f912e82e9038fe1372165a02c03d5acf0296d (patch) | |
tree | b93b918dc5d2df7bd2c6330ede66ef589547bcd3 /common/onap-tosca-datatype | |
parent | fcd1fc097076c19ae6d0855d73813d7ed5cea911 (diff) |
Add updated normative types
Change-Id: I89977232727fd5516111279639a9ca19e7ce5018
Issue-ID: SDC-1962
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'common/onap-tosca-datatype')
-rw-r--r-- | common/onap-tosca-datatype/src/main/resources/globalTypes/openecomp/groups.yml | 23 |
1 files changed, 22 insertions, 1 deletions
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: |