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
40 lines
2.0 KiB
YAML
40 lines
2.0 KiB
YAML
# A Heat environment file which can be used to enable OVN
|
|
# extensions, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2OVN
|
|
OS::TripleO::Services::OVNController: ../docker/services/ovn-controller.yaml
|
|
OS::TripleO::Services::OVNDBs: ../docker/services/ovn-dbs.yaml
|
|
OS::TripleO::Services::NeutronSriovHostConfig: ../puppet/services/neutron-sriov-host-config.yaml
|
|
# Disabling Neutron services that overlap with OVN
|
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronMetadataAgent: OS::Heat::None
|
|
OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
NeutronMechanismDrivers: ovn
|
|
OVNVifType: ovs
|
|
OVNNeutronSyncMode: log
|
|
OVNQosDriver: ovn-qos
|
|
OVNTunnelEncapType: geneve
|
|
NeutronTypeDrivers: 'geneve,vlan,flat'
|
|
NeutronNetworkType: 'geneve'
|
|
NeutronServicePlugins: 'qos,ovn-router,trunk'
|
|
NeutronVniRanges: ['1:65536', ]
|
|
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
|
|
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
|
|
|
|
ComputeSriovParameters:
|
|
KernelArgs: "intel_iommu=on iommu=pt"
|
|
OvsHwOffload: True
|
|
# Number of VFs that needs to be configured for a physical interface
|
|
#NeutronSriovNumVFs: ["enp2s0f0:4:switchdev"]
|
|
# Mapping of SR-IOV PF interface to neutron physical_network.
|
|
# In case of GENEVE physical_network should be null.
|
|
# In case of flat/vlan the physical_network should as configured in neutron.
|
|
#NovaPCIPassthrough:
|
|
# - devname: "enp2s0f0"
|
|
# physical_network: "datacentre"
|