yatinkarel
ccee58a60a
RetryFilter was deprecated in Train and is now removed[1] from nova, so let's cleanup it's usage. [1] https://review.opendev.org/#/c/744800 Change-Id: I2e1b3b965c52495eb9c1315857ff30066c42c33e
16 lines
901 B
YAML
16 lines
901 B
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
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['sriovnicswitch','ovn']
|
|
NovaSchedulerDefaultFilters: ['AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|