aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.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/configuration/configuration.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/configuration/configuration.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml18
1 files changed, 18 insertions, 0 deletions
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
+