Daniel Alvarez 723362e317 Fix missing parameters in OVN DVR environment files
These two patches included new parameters for OVN env files:

- I6a00b8dc1ff387cc5e1e62b4d9d7da5e1239ee31
- If36ec8a9a139f0a52bb8910c2048cf6e9993c198

However, they missed to update DVR env files. This patch is fixing it.
Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>

Change-Id: I3e5584ecafd6f3cab05ddabfa3955b0b9243ab53
2018-07-03 10:26:15 +02:00

32 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: ../../puppet/services/ovn-controller.yaml
OS::TripleO::Services::OVNDBs: ../../puppet/services/pacemaker/ovn-dbs.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::ComputeNeutronL3Agent: OS::Heat::None
OS::TripleO::Services::NeutronMetadataAgent: OS::Heat::None
OS::TripleO::Services::ComputeNeutronMetadataAgent: 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
NeutronEnableDHCPAgent: false
NeutronTypeDrivers: 'geneve,vlan,flat'
NeutronNetworkType: 'geneve'
NeutronServicePlugins: 'qos,ovn-router,trunk'
NeutronVniRanges: ['1:65536', ]
NeutronEnableDVR: true
NeutronPluginExtensions: "qos,port_security,dns"
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"