Merge "netsted template validate type error"
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / test_repositories_definition.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 repositories:
4   some_repository:
5     description: Some repo
6     url: https://raw.githubusercontent.com/openstack/tosca-parser/master/toscaparser/tests/data/custom_types/
7     namespace_uri: http://docs.oasis-open.org/tosca/ns/simple/yaml/1.0a
8     namespace_prefix: oasis_tosca
9
10 imports:
11   - some_import:
12       file: compute_with_prop.yaml
13       repository: some_repository
14
15 description: >
16   TOSCA test for testing repositories definition
17
18   node_templates:
19
20     server:
21       type: tosca.nodes.ComputeWithProp
22       properties:
23          test: yes