aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-07-24 11:47:25 +0300
committerTal Gitelman <tg851x@intl.att.com>2018-07-24 19:17:42 +0000
commit5a13c2376e309387492a14722911e3c7b29c1f4b (patch)
tree59fb96a6930c53f65b24d4881ca2ed391fa5d46d /catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml
parent0081451051e155e758a6d0be40f2fb8b18c434c9 (diff)
Update sdc-parser version and allign normatives
Change-Id: Ib654abf209c3c46a93416516e7eb31409ed621f6 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/VLANNetworkReceptor/VLANNetworkReceptor.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml b/catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml
new file mode 100644
index 0000000000..ac169a3748
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/VLANNetworkReceptor/VLANNetworkReceptor.yml
@@ -0,0 +1,14 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ org.openecomp.nodes.VLANNetworkReceptor:
+ derived_from: tosca.nodes.Root
+ capabilities:
+ routing_configuration_internal:
+ type: org.openecomp.capabilities.RoutingConfiguration
+ requirements:
+ - vlan_assignment:
+ occurrences:
+ - 1
+ - UNBOUNDED
+ capability: org.openecomp.capabilities.VLANAssignment
+ relationship: org.openecomp.relationships.AssignsTo \ No newline at end of file