diff options
author | Steven Hardy <shardy@redhat.com> | 2016-10-18 12:15:56 +0100 |
---|---|---|
committer | Numan Siddique <nusiddiq@redhat.com> | 2016-12-19 12:30:21 +0530 |
commit | d169989598bd0db13b5944821d7ee3599267211d (patch) | |
tree | bbf7f5f0d38dbba0f291cc7892ba6de737967509 /environments | |
parent | d78e6c28221b1940ce21532860d8d67833aa5502 (diff) |
Split OVN northd and ml2 plugin
This allows us to take advantage of the composable roles hiera
settings to connect the plugin to the northd/ovndb API without
needing to hard-code the IP of the node running the service.
Change-Id: I2508d48f81c1819ae3521fff271c0bdc50724604
Depends-On: I9af7bd837c340c3df016fc7ad4238b2941ba7a95
Closes-Bug: #1634171
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-ml2-ovn.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/environments/neutron-ml2-ovn.yaml b/environments/neutron-ml2-ovn.yaml index bafb2a73..3da560c8 100644 --- a/environments/neutron-ml2-ovn.yaml +++ b/environments/neutron-ml2-ovn.yaml @@ -8,10 +8,10 @@ resource_registry: # Disabling Neutron services that overlap with OVN OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None + OS::TripleO::Services::OVNDBs: ../puppet/services/ovn-dbs.yaml parameter_defaults: NeutronMechanismDrivers: ovn - OVNDbHost: '0.0.0.0' OVNSouthboundServerPort: 6642 OVNNorthboundServerPort: 6641 OVNDbConnectionTimeout: 60 @@ -19,3 +19,4 @@ parameter_defaults: OVNNeutronSyncMode: log OVNQosDriver: ovn-qos OVNTunnelEncapType: geneve + NeutronEnableDHCPAgent: false |