summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml b/catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml
new file mode 100644
index 0000000000..7cba5a84d7
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml
@@ -0,0 +1,17 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ org.openecomp.nodes.VRFEntry:
+ derived_from: tosca.nodes.Root
+ requirements:
+ - routing_configuration_internal:
+ occurrences:
+ - 1
+ - UNBOUNDED
+ capability: org.openecomp.capabilities.RoutingConfiguration
+ relationship: org.openecomp.relationships.RoutesTo
+ - routing_configuration_external:
+ occurrences:
+ - 1
+ - UNBOUNDED
+ capability: org.openecomp.capabilities.RoutingConfiguration
+ relationship: org.openecomp.relationships.RoutesTo