heat-translator/translator/tests/data/hot_output/etsi_nfv/hot_nfv_vdu_with_compute_re...

20 lines
475 B
YAML

heat_template_version: 2013-05-23
description: >
Template for deploying one VDU,
and define capabilities including compute_requirements.
parameters: {}
resources:
VDU1:
type: OS::Nova::Server
properties:
flavor: { get_resource: VDU1_flavor }
name: VDU1
VDU1_flavor:
type: OS::Nova::Flavor
properties:
ram: 512
vcpus: 1
disk: 1
extra_specs: { "pci_passthrough:alias": "vf:1", "hw:cpu_policy": "shared" }
outputs: {}