diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-07 20:46:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-07 20:46:56 +0000 |
commit | 90c852e3fba30bd57fe6547d1da5fed71b855ba4 (patch) | |
tree | 36c73ae40ef2a2942b3b4818e75c492a20fc4526 /environments | |
parent | 29329881269cb204f32dc1aa61a5d74db784f379 (diff) | |
parent | d42c83a51eb8c4118c43b4962b56b62479e87dad (diff) |
Merge "OVN heat templates"
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 |