a1969b4f48
In the latest version of OVN (2.11 or higher) VLAN is now supported. This patch is adding VLAN as a supported network type in the validations for OVN. Here's the networking-ovn patch adding support for VLAN tenant network: https://review.openstack.org/#/c/632722/ Change-Id: I869326ef53b8a19323efbc972cc42a67035ab599 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
36 lines
1.4 KiB
YAML
36 lines
1.4 KiB
YAML
# A Heat environment that can be used to deploy OVN services with non HA OVN DB servers.
|
|
resource_registry:
|
|
OS::TripleO::Docker::NeutronMl2PluginBase: ../../puppet/services/neutron-plugin-ml2-ovn.yaml
|
|
OS::TripleO::Services::OVNController: ../../docker/services/ovn-controller.yaml
|
|
OS::TripleO::Services::OVNDBs: ../../docker/services/pacemaker/ovn-dbs.yaml
|
|
OS::TripleO::Services::OVNMetadataAgent: ../../docker/services/ovn-metadata.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::NeutronL3Agent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronMetadataAgent: OS::Heat::None
|
|
OS::TripleO::Services::NeutronDhcpAgent: 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' , 'vlan']
|
|
NeutronServicePlugins: 'qos,ovn-router,trunk'
|
|
NeutronVniRanges: ['1:65536', ]
|
|
NeutronPluginExtensions: "qos,port_security,dns"
|
|
NeutronRpcWorkers: 1
|
|
ComputeParameters:
|
|
NeutronBridgeMappings: ""
|
|
ControllerParameters:
|
|
OVNCMSOptions: "enable-chassis-as-gw"
|
|
NetworkerParameters:
|
|
OVNCMSOptions: "enable-chassis-as-gw"
|
|
OVNDnsServers: []
|
|
KernelIpNonLocalBind: 1
|