tosca_definitions_versions: tosca_simple_yaml_1_0 descriptions: > TOSCA profile with invalid top-level section names. import: - imported.yaml topology_templates: node_templates: server: type: tosca.nodes.Compute capabilities: host: properties: disk_size: 10 GB num_cpus: 1 mem_size: 4096 MB os: properties: architecture: x86_64 type: Linux distribution: Ubuntu version: 14.04