summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource/DBMS/normative-types-new-DBMS.yml
blob: 28919d38e41de79e8d3d8df963e81125b21222a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  tosca.nodes.DBMS:
    derived_from: tosca.nodes.SoftwareComponent
    properties:
      root_password: 
        type: string
        required: false
        description: the optional root password for the DBMS service
      port:
        type: integer
        required: false
        description: the port the DBMS service will listen to for data and requests 
    capabilities:    
      host: 
        type: tosca.capabilities.Container
        valid_source_types: [ tosca.nodes.Database ]