e691bbe026
This updates the relevant environment/services templates so that they also default to docker. Without this change users of these services could end up with mismatched (unsupported) deployments. Additionally, this picks environment/services-docker as the source of truth when resolving collisions for moving those over environment/services. So environment/services now contain all of the containerized services' env files used to be located in environment/services-docker. The latter will be deleted later to prevent future desync of contents. Co-authored-by: Bogdan Dobrelya <bdobreli@redhat.com> Change-Id: I923731f46ea26582160a11d2dfe85792ab74110b
25 lines
1.2 KiB
YAML
25 lines
1.2 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
|
|
|
|
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
|