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

35 lines
795 B
YAML

tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
description: OpenWRT with services
metadata:
template_name: OpenWRT
topology_template:
node_templates:
VDU1:
type: tosca.nodes.nfv.VDU.Tacker
capabilities:
nfv_compute:
properties:
num_cpus: 6
disk_size: 40 GB
mem_size: 4096 MB
cpu_allocation:
cpu_affinity: dedicated
thread_allocation: avoid
socket_count: 2
thread_count: 2
core_count: 2
properties:
image: OpenWRT
mgmt_driver: openwrt
monitoring_policy:
name: ping
actions:
failure: respawn
parameters:
count: 3
interval: 10