tosca_definitions_version: tosca_simple_yaml_1_2 description: > Template for test _generate_hot_from_tosca() the case of heat-translator error. imports: - etsi_nfv_sol001_common_types.yaml - etsi_nfv_sol001_vnfd_types.yaml node_types: topology_template: node_templates: VDU1: type: tosca.nodes.nfv.Vdu.Compute properties: name: VDU1 description: VDU1 compute node vdu_profile: min_number_of_instances: 1 max_number_of_instances: 1 sw_image_data: name: Software of VDU1 version: '0.4.0' checksum: algorithm: sha-256 hash: b9c3036539fd7a5f87a1bf38eb05fdde8b556a1a7e664dbeda90ed3cd74b4f9d container_format: bare disk_format: qcow2 min_disk: 1 GiB size: 1 GiB artifacts: sw_image: type: tosca.artifacts.nfv.SwImage file: Files/images/cirros-0.4.0-x86_64-disk.img capabilities: virtual_compute: properties: virtual_memory: virtual_mem_size: 512 MiB virtual_cpu: num_virtual_cpu: 1 virtual_local_storage: - size_of_storage: 1 GiB CP1: type: tosca.nodes.nfv.VnfExtCp properties: layer_protocols: [ ipv4 ]