tacker/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_cpu_alloca...

23 lines
542 B
YAML

heat_template_version: 2013-05-23
description: >
OpenWRT with services
parameters: {}
resources:
VDU1:
type: OS::Nova::Server
properties:
config_drive: false
flavor: {get_resource: VDU1_flavor}
image: OpenWRT
user_data_format: SOFTWARE_CONFIG
VDU1_flavor:
type: OS::Nova::Flavor
properties:
disk: 40
ram: 4096
vcpus: 6
extra_specs: {'hw:cpu_policy': 'dedicated', 'hw:cpu_sockets': 2, 'hw:cpu_threads': 2, 'hw:cpu_cores': 2, 'hw:cpu_threads_policy': 'avoid'}
outputs: {}