Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / group-types / groupTypes.yml
1 tosca.groups.Root:
2   description: The TOSCA Group Type all other TOSCA Group Types derive from
3   interfaces:
4     Standard:
5       type: tosca.interfaces.node.lifecycle.Standard
6
7 tosca.groups.nfv.PlacementGroup:
8   derived_from: tosca.groups.Root
9   description: PlacementGroup is used for describing the affinity or anti-affinity relationship applicable between the virtualization containers to be created based on different VDUs, or between internal VLs to be created based on different VnfVirtualLinkDesc(s)
10   properties:
11     description:
12       type: string
13       description: Human readable description of the group
14       required: true
15   members: [ tosca.nodes.nfv.Vdu.Compute, tosca.nodes.nfv.VnfVirtualLink ]