
Change the file structure to make appropriate for stand alone parser. Change-Id: I6d5259b61b1cd82949262fee4930fa66703ad036
14 lines
320 B
YAML
14 lines
320 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_0
|
|
|
|
description: >
|
|
Tosca template for testing an unknown input.
|
|
|
|
topology_template:
|
|
node_templates:
|
|
obj_store_server:
|
|
type: tosca.nodes.ObjectStorage
|
|
properties:
|
|
name: { get_input: objectstore_name }
|
|
size: 1024 MB
|
|
maxsize: 1 GB
|