summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/src/aria/tests/resources/service-templates/tosca-simple-1.0/types/shorthand-1/shorthand-1.yaml
blob: bb5a84e9c2df92e447631d54956744172ab6c38a (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 "shorthand type"

topology_template:

  node_templates:

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

    my_block_storage:
      type: BlockStorage
      properties:
        size: 10 GB