faab7e7856
This setting was renamed enabled_filters a while back. For the sake of consistency, we need to change this here as well. Therefore, we're deprecating NovaSchedulerDefaultFilters and creating a new setting called NovaSchedulerEnabledFilters. This is jointly committed with a relevant change in puppet-nova. Depends-On: I110f612f1b78899e8969da607e6b400e2e64c8a1 Change-Id: I0e425e247be1e3ad7004a5667a0887949a2a031c
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']
|
|
NovaSchedulerEnabledFilters: ['AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|