diff options
author | Babu Shanmugam <bschanmu@redhat.com> | 2016-04-01 08:03:41 +0000 |
---|---|---|
committer | Russell Bryant <rbryant@redhat.com> | 2016-09-01 16:06:38 -0400 |
commit | d42c83a51eb8c4118c43b4962b56b62479e87dad (patch) | |
tree | bda952e40d2a35184a2a6a8f8dd5c06967d51fb5 /environments | |
parent | f9000048e5d120e5a47eaad44318f8b884b5ba7d (diff) |
OVN heat templates
Installs and configures OVN databases and process and also configures
the neutron plugin for OVN.
Implements: blueprint tripleo-ovn
Change-Id: Ic3e415bb0587dd85b71f6c14a96f6b2c86a7b30f
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-ml2-ovn.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/environments/neutron-ml2-ovn.yaml b/environments/neutron-ml2-ovn.yaml new file mode 100644 index 00000000..821ad0c2 --- /dev/null +++ b/environments/neutron-ml2-ovn.yaml @@ -0,0 +1,18 @@ +# A Heat environment file which can be used to enable OVN +# extensions, configured via puppet +resource_registry: + OS::TripleO::Services::NeutronL3Agent: OS::Heat::None + OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None + OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginML2OVN + OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-ovn.yaml + +parameter_defaults: + NeutronMechanismDrivers: ovn + OVNDbHost: '0.0.0.0' + OVNSouthboundServerPort: 6642 + OVNNorthboundServerPort: 6641 + OVNDbConnectionTimeout: 60 + OVNVifType: ovs + OVNNeutronSyncMode: log + OVNQosDriver: ovn-qos + OVNTunnelEncapType: geneve |