summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/src/aria/tests/resources/service-templates/tosca-simple-1.0/types/typequalified-1/typequalified-1.yaml
blob: b54604f7198e2d3ef9c538536a74f3cdcf2a896f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tosca_definitions_version: tosca_simple_yaml_1_0

description: >-
  TOSCA simple profile that defines a compute instance and a block storage with the "typequalified type"

topology_template:

  node_templates:

    my_server:
      type: tosca:Compute
      requirements:
        - local_storage:
            node: my_block_storage
            relationship:
              type: AttachesTo
              properties:
                location: /path1/path2

    my_block_storage:
      type: tosca:BlockStorage
      properties:
        size: 10 GB