tosca-parser/toscaparser/tests/data/functions/test_unknown_input_in_property.yaml
spzala 0a1568ba38 Redefine respository structure
Change the file structure to make appropriate for stand alone parser.

Change-Id: I6d5259b61b1cd82949262fee4930fa66703ad036
2015-08-25 08:18:39 -07:00

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