Move CSIT to integration/csit repo
[integration/csit.git] / tests / modeling-toscaparsers-javatoscachecker / APIs / data / standalone_with_errors.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 description: uses unknown capability propertya to trigger an error
3
4 topology_template:
5   node_templates:
6     my_server:
7       type: tosca.nodes.Compute
8       capabilities:
9         # Host container properties
10         host:
11          properties:
12            num_cpus: 1
13            disk_size: 10 GB
14            mem_size: 4096 MB
15            virtualization_support: true
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