docs: fix issues
[parser.git] / tosca2heat / tosca-parser-0.3.0 / toscaparser / tests / data / test_invalid_section_names.yaml
1 tosca_definitions_versions: tosca_simple_yaml_1_0
2
3 descriptions: >
4   TOSCA profile with invalid top-level section names.
5
6 import:
7   - imported.yaml
8
9 topology_templates:
10
11   node_templates:
12     server:
13       type: tosca.nodes.Compute
14       capabilities:
15         host:
16           properties:
17             disk_size: 10 GB
18             num_cpus: 1
19             mem_size: 4096 MB
20         os:
21           properties:
22             architecture: x86_64
23             type: Linux
24             distribution: Ubuntu
25             version: 14.04