Adding ETSI SOL001 v4.4.1 vduCp
[sdc.git] / catalog-be / src / main / resources / import / tosca / relationship-types / relationshipTypes.yml
index 6f76765..8ebc65c 100644 (file)
@@ -142,3 +142,7 @@ tosca.relationships.nfv.ForwardTo:
   derived_from: tosca.relationships.Root
   valid_target_types: [ tosca.capabilities.nfv.Forwarding ]
 
+tosca.relationships.nfv.ContainerBindsTo:
+  derived_from: tosca.relationships.DependsOn
+  description: Represents an association relationship between Vdu.OsContainerGroup and VduCp node types 
+  valid_target_types: [ tosca.capabilities.nfv.VirtualBindable ]