0ec9a3db94
As reported in the related bug below and merged for the undercloud with https://review.openstack.org/#/c/598167 the Ram/Disk filters are deprecated since [1] so we should stop using them. [1] https://review.openstack.org/#/c/596502/ Related-Bug: 1787910 Change-Id: Ib3585b4c04c974c34d61b868d0454df03c1a2aed
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: ../../docker/services/neutron-sriov-agent.yaml
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../../puppet/services/neutron-sriov-host-config.yaml
|
|
OS::TripleO::Services::NeutronDhcpAgent: ../../docker/services/neutron-dhcp.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"]
|