tripleo-heat-templates/environments/ovs-hw-offload.yaml
Takashi Kajinami d0ee7e09ef Nova: Remove usage of AvailabilityZoneFilter
... because it was already deprecated in nova during the Xena cycle.
Usage of the query_placement_for_availability_zone parameter is also
removed to let nova rely on Placement to pick up target hosts from
the requested availability zone.

Depends-on: https://review.opendev.org/c/openstack/nova/+/745605
Change-Id: Idbd3543f1fd80e02f4a34ba9cf2b8a4590fd714e
2021-09-29 01:24:26 +09:00

28 lines
1003 B
YAML

# A Heat environment file that enables OVS Hardware Offload in the overcloud.
# This works by configuring SR-IOV NIC with switchdev and OVS Hardware Offload on
# compute nodes. The feature supported in OVS 2.8.0
parameter_defaults:
NovaSchedulerEnabledFilters:
- ComputeFilter
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
- ServerGroupAntiAffinityFilter
- ServerGroupAffinityFilter
- PciPassthroughFilter
- NUMATopologyFilter
NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters']
#NovaPCIPassthrough:
# - devname: "ens3f0"
# physical_network: null
# Mapping of SR-IOV PF interface to neutron physical_network.
# # In case of Vxlan/GRE physical_network should be null.
# # In case of flat/vlan the physical_network should as configured in neutron.
ComputeSriovParameters:
# Kernel arguments for ComputeSriov node
KernelArgs: "intel_iommu=on iommu=pt"
# Enable OVS Hardware Offload
OvsHwOffload: True