aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
diff options
context:
space:
mode:
authorsarada prasad sahoo <sarada.prasad.sahoo@huawei.com>2019-04-08 10:34:40 +0530
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-04-08 08:46:24 +0000
commit8df11d420ff91a668960150ebc408e0c0733ce86 (patch)
tree166aa74a7c3d25139fb821b4da6d2b970d0341ed /catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
parent1c9383bf85ce17e541fc1498a41a69568292b004 (diff)
updating the VNFD (SOL001) type based on SOL001 v2.5.1
updated VNFD types (tosca*.*nfv.) based on latest v2.5.1 version, not supported backward compatibility of SOL draft version, will be documented as limitation while upgrading from SOL draft version, updated importscript for new nodes, Also fixed java files for policyType having groupType reference, also updated with review comments Change-Id: I1e128098cd1ebd602fe5aa01e617363634b25148 Issue-ID: SDC-2170 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
index b8d5954fde..b878241ebd 100644
--- a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml
@@ -3,15 +3,6 @@ tosca.groups.Root:
interfaces:
Standard:
type: tosca.interfaces.node.lifecycle.Standard
-tosca.groups.nfv.PlacementGroup:
- derived_from: tosca.groups.Root
- 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)
- properties:
- description:
- type: string
- description: Human readable description of the group
- required: true
- members: [ tosca.nodes.nfv.Vdu.Compute, tosca.nodes.nfv.VnfVirtualLink ]
org.openecomp.groups.heat.HeatStack:
derived_from: tosca.groups.Root
description: Grouped all heat resources which are in the same heat stack
@@ -129,3 +120,13 @@ org.openecomp.groups.VfcInstanceGroup:
properties:
vfc_instance_group_reference:
type: string
+# NFV group types
+tosca.groups.nfv.PlacementGroup:
+ derived_from: tosca.groups.Root
+ 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)
+ properties:
+ description:
+ type: string
+ description: Human readable description of the group
+ required: true
+ members: [ tosca.nodes.nfv.Vdu.Compute, tosca.nodes.nfv.VnfVirtualLink ]