summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/group-types
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/group-types')
-rw-r--r--catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json8
-rw-r--r--catalog-be/src/main/resources/import/tosca/group-types/groupTypes.yml19
2 files changed, 14 insertions, 13 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json
index c2e5aee81d..a572ed7013 100644
--- a/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json
+++ b/catalog-be/src/main/resources/import/tosca/group-types/groupTypes.json
@@ -3,10 +3,6 @@
"displayName": "Root",
"icon": "group-root"
},
- "tosca.groups.nfv.PlacementGroup": {
- "displayName": "NFV PlacementGroup",
- "icon": "group-nfv-placementgroup"
- },
"org.openecomp.groups.heat.HeatStack": {
"displayName": "Heat Stack",
"icon": "group-heat-stack"
@@ -22,5 +18,9 @@
"org.openecomp.groups.VfcInstanceGroup": {
"displayName": "Vfc Instance",
"icon": "group-vfc-instance"
+ },
+ "tosca.groups.nfv.PlacementGroup": {
+ "displayName": "NFV PlacementGroup",
+ "icon": "group-nfv-placementgroup"
}
}
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 ]