summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml b/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
index 36325ba8e6..fa4d5b7671 100644
--- a/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
+++ b/catalog-be/src/main/resources/import/tosca/relationship-types/relationshipTypes.yml
@@ -111,4 +111,15 @@
required: false
org.openecomp.relationships.ForwardsTo:
derived_from: tosca.relationships.Root
- valid_target_types: [org.openecomp.capabilities.Forwarder] \ No newline at end of file
+ valid_target_types:
+ - org.openecomp.capabilities.Forwarder
+
+ tosca.relationships.nfv.VirtualBindsTo:
+ derived_from: tosca.relationships.DependsOn
+ valid_target_types:
+ - tosca.capabilities.nfv.VirtualBindable
+
+ tosca.relationships.nfv.VirtualLinksTo:
+ derived_from: tosca.relationships.DependsOn
+ valid_target_types:
+ - tosca.capabilities.nfv.VirtualLinkable \ No newline at end of file