Browse Source
Depends-On: I3c0d24a31f0a1cac2cb8c5da8125051d4348eed6 Depends-On I578f956f2a8c6ee29a9d1ff38ee51765bcab05c1 Implements: blueprint tripleo-ovs-hw-offload Change-Id: I7e20ab2111e7d71380da844a15835b5fac1125d9changes/01/507401/19
3 changed files with 37 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
# 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 |
||||
|
||||
resource_registry: |
||||
OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml |
||||
|
||||
parameter_defaults: |
||||
|
||||
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter'] |
||||
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"] |
||||
|
||||
# Kernel arguments for ComputeSriov node |
||||
ComputeSriovParameters: |
||||
KernelArgs: "intel_iommu=on iommu=pt" |
||||
OvsHwOffload: True |
||||
# Number of VFs that needs to be configured for a physical interface |
||||
#NeutronSriovNumVFs: ["ens3f0:4:switchdev"] |
||||
# 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. |
||||
#NovaPCIPassthrough: |
||||
# - devname: "ens3f0" |
||||
# physical_network: null |
Loading…
Reference in new issue