aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/configuration/configuration.yml
blob: 43fceaf53554880c62dddbd2e8451836a2d108e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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