tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml
Takashi Kajinami d0ee7e09ef Nova: Remove usage of AvailabilityZoneFilter
... because it was already deprecated in nova during the Xena cycle.
Usage of the query_placement_for_availability_zone parameter is also
removed to let nova rely on Placement to pick up target hosts from
the requested availability zone.

Depends-on: https://review.opendev.org/c/openstack/nova/+/745605
Change-Id: Idbd3543f1fd80e02f4a34ba9cf2b8a4590fd714e
2021-09-29 01:24:26 +09:00

23 lines
842 B
YAML

# 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 is included.
resource_registry:
OS::TripleO::Services::NeutronSriovAgent: ../../deployment/neutron/neutron-sriov-agent-container-puppet.yaml
parameter_defaults:
NeutronMechanismDrivers: ['sriovnicswitch','ovn']
NovaSchedulerEnabledFilters:
- ComputeFilter
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
- ServerGroupAntiAffinityFilter
- ServerGroupAffinityFilter
- PciPassthroughFilter
NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters']
ControllerSriovParameters:
OVNCMSOptions: "enable-chassis-as-gw"
NetworkerSriovParameters:
OVNCMSOptions: "enable-chassis-as-gw"