Code Review
/
sdc
/
sdc-distribution-client.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
62415858fa6fa42d845abb295445bc81f55f657e
[sdc/sdc-distribution-client.git]
/
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