vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / tests / resources / service-templates / tosca-simple-1.0 / types / shorthand-1 / shorthand-1.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >-
4   TOSCA simple profile that defines a compute instance and a block storage with the "shorthand type"
5
6 topology_template:
7
8   node_templates:
9
10     my_server:
11       type: Compute
12       requirements:
13         - local_storage:
14             node: my_block_storage
15             relationship:
16               type: AttachesTo
17               properties:
18                 location: /path1/path2
19
20     my_block_storage:
21       type: BlockStorage
22       properties:
23         size: 10 GB