summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-07-26 14:03:00 +0300
committerTal Gitelman <tg851x@intl.att.com>2018-07-26 14:03:00 +0300
commitae5a3714376a5f4492470fbf9b54046c1229171d (patch)
tree5c4f8a23a39335cad4c044832473fa16e94cbde6 /catalog-be/src/main/resources/import/tosca/heat-types/VRFEntry/VRFEntry.yml
parent63ad1b5a2b544a09401640ec38b4b371e36606c7 (diff)
Update and align normatives
Change-Id: Ie3749d5b8bb0426f9565cb4f9a1ce0848451422d Issue-ID: SDC-1544 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
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