From 5a13c2376e309387492a14722911e3c7b29c1f4b Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Tue, 24 Jul 2018 11:47:25 +0300 Subject: Update sdc-parser version and allign normatives Change-Id: Ib654abf209c3c46a93416516e7eb31409ed621f6 Issue-ID: SDC-1544 Signed-off-by: Tal Gitelman --- .../tosca/heat-types/configuration/configuration.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml') diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml b/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml new file mode 100644 index 0000000000..43fceaf535 --- /dev/null +++ b/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml @@ -0,0 +1,18 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +node_types: + org.openecomp.nodes.Configuration: + derived_from: tosca.nodes.Root + properties: + type: + type: string + description: The type of the node, the configuration will be defined for it. Ex.”SBC” + required: false + role: + type: string + description: The role of the node, the configuration will be defined for it. Ex. “Active”, “Standby” + required: false + function: + type: string + description: The function of the node, the configuration will be defined for it. Ex. “NAT Traversal” + required: false + -- cgit 1.2.3-korg