RIFT OSM R1 Initial Submission
[osm/SO.git] / common / python / rift / mano / tosca_translator / test / data / tosca_helloworld_invalid.yaml
1 tosca_definitions: tosca_simple_yaml_1_0
2
3 description: Template with invalid version and topology_template section.
4
5 topology_template:
6   node_temp:
7     my_server:
8       type: tosca.nodes.Compute
9       capabilities:
10         # Host container properties
11         host:
12          properties:
13            num_cpus: 2
14            disk_size: 10 GB
15            mem_size: 512 MB
16         # Guest Operating System properties
17         os:
18           properties:
19             # host Operating System image properties
20             architecture: x86_64
21             type: Linux
22             distribution: RHEL
23             version: 6.5