cf2ec94fef86acba67031f45aae7c54a9facf43a
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 topology_template:
4   node_templates:
5     server:
6       type: tosca.nodes.Compute
7       capabilities:
8         host:
9           properties:
10             disk_size: 10 GB
11             num_cpus: 1
12             mem_size: 4096 MB
13         os:
14           properties:
15             architecture: x86_64
16             type: Linux
17             distribution: Ubuntu
18             version: 14.04
19         endpoint:
20           properties:
21             network_name: PUBLIC