blob: b54604f7198e2d3ef9c538536a74f3cdcf2a896f [file] [log] [blame]
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