d0ee7e09ef
... 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
31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
# A Heat environment that can be used to enable MLNX agent in neutron.
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronMlnxAgent: ../../deployment/neutron/neutron-mlnx-agent-container-puppet.yaml
|
|
OS::TripleO::Services::NeutronAgentsIBConfig: ../../deployment/neutron/neutron-agents-ib-config-container-puppet.yaml
|
|
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ['mlnx_sdn_assist','mlnx_infiniband']
|
|
NeutronPluginExtensions: "qos,port_security"
|
|
NeutronPhysicalDevMappings: ['datacentre:ib0']
|
|
NovaSchedulerEnabledFilters:
|
|
- ComputeFilter
|
|
- ComputeCapabilitiesFilter
|
|
- ImagePropertiesFilter
|
|
- ServerGroupAntiAffinityFilter
|
|
- ServerGroupAffinityFilter
|
|
- PciPassthroughFilter
|
|
- NUMATopologyFilter
|
|
NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters']
|
|
MultiInterfaceEnabled: true
|
|
BindNormalPortsPhysnet: 'datacentre'
|
|
MultiInterfaceDriverMappings: ['datacentre:ipoib']
|
|
IPoIBPhysicalInterface: 'ib0'
|
|
NovaPCIPassthrough:
|
|
- devname: "ib0"
|
|
physical_network: datacentre
|
|
|
|
ComputeSriovIBParameters:
|
|
# Kernel arguments for ComputeSriov node
|
|
KernelArgs: "intel_iommu=on iommu=pt"
|