tripleo-heat-templates/environments/ovs-hw-offload.yaml
David Vallee Delisle faab7e7856 Removing scheduler_default_filters for Nova
This setting was renamed enabled_filters a while back. For the sake of
consistency, we need to change this here as well.

Therefore, we're deprecating NovaSchedulerDefaultFilters and creating a
new setting called NovaSchedulerEnabledFilters. This is jointly
committed with a relevant change in puppet-nova.

Depends-On: I110f612f1b78899e8969da607e6b400e2e64c8a1
Change-Id: I0e425e247be1e3ad7004a5667a0887949a2a031c
2020-12-14 09:32:50 -05:00

21 lines
1.0 KiB
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: ['AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter','NUMATopologyFilter']
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
#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