aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml
diff options
context:
space:
mode:
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
+