ddd486fb63
Deprecating the parameter NeutronSriovNumVFs and the service neutron-sriov-host-config. The numvfs shall be configured using the sriov_pf type in nic configs. Depends-On: I2923e046727c901219be693f248b7c0078331b83 Change-Id: I977a69add983cfe59f2dd82f05ebf7e11a85c25e
18 lines
1.1 KiB
YAML
18 lines
1.1 KiB
YAML
# EXPERIMENTAL: The configuration enabled by this environment is not considered
|
|
# production-ready.
|
|
#
|
|
# A Heat environment that can be used to enable SR-IOV support in neutron with OVN
|
|
# mechanism driver.
|
|
# This environment file should be included after the main OVN environment
|
|
# file - neutron-ovn-ha.yaml/neutron-ovn-dvr(-ha).yaml is included.
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronSriovAgent: ../../deployment/neutron/neutron-sriov-agent-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../../deployment/deprecated/neutron/neutron-sriov-host-config.yaml
|
|
OS::TripleO::Services::NeutronDhcpAgent: ../../deployment/neutron/neutron-dhcp-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['sriovnicswitch','ovn']
|
|
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|