<div dir="ltr">Hi folks,<div><br></div><div>We are trying to deploy Neutron with OpenDaylight Boron-0.5.0 controller using DevStack (master version) on Ubuntu 14.04 and there is a number of issues we face.</div><div><br></div><div>First, we tried to deploy OpenDaylight with odl-ovsdb-openstack feature using the following local.conf [0]. In this case VMs successfully got IP addresses and L2 connectivity was working, but there was no L3 connectivity meaning we couldn't ping router IP from qdhcp namespace and VMs in different subnets couldn't reach each other.</div><div>We've also tried to deploy OpenDaylight odl-ovsdb-openstack with Neutron L3 agent by enabling q-l3 and setting ODL_L3=False in local.conf, but in this case stack.sh failed due to br-int not having been created.</div><div><br></div><div>After that, we were given an advice on opendaylight irc channel to use odl-netvirt-openstack feature instead as odl-ovsdb-openstack is kind of deprecated.</div><div>When deploying Neutron+ODL with this feature we were referencing the NetVirt demo from the latest ODL summit [1] as well as networking-odl DevStack guide [2] and our local.conf was looking the following way [3].</div><div>As a result, though br-int is created and when a subnet or a VM are created corresponding tap interfaces are added, there is no L2 and L3 connectivity and there are a lot of error in karaf logs:</div><div><ul><li>Errors on start: <a href="http://paste.openstack.org/show/591432/">http://paste.openstack.org/show/591432/</a></li><li>Logs during Neutron subnet create: <a href="http://paste.openstack.org/show/591437/">http://paste.openstack.org/show/591437/</a></li><li>OVS ports and flows after a Neutron network with a subnet were created: <a href="http://paste.openstack.org/show/591642/">http://paste.openstack.org/show/591642/</a> .<br>Here it seems that not all flows had been created, for example there is a flow in table 51 that sends traffic to table 52 which is missing.</li><li>There are also tons of traces identical to ones in bug [4] which should have been fixed in Beryllium release.</li></ul><div>Has someone successfully deployed operational Neutron+OpenDaylight with NetVirt or ovsdb feature recently? If so, we would really appreciate an example of local.conf that was used as well as any clues that point out what we can be missing.</div></div><div><br></div><div>Thanks,</div><div>Elena</div><div><br></div><div>[0] <a href="http://paste.openstack.org/show/591645/">http://paste.openstack.org/show/591645/</a></div><div><a href="https://docs.google.com/presentation/d/1VLzRIOEptSOY1b0w4PezRIQ0gF5vx7GyLKECWXRV5mE/edit#slide=id.g17efbe8461_0_146">https://docs.google.com/presentation/d/1VLzRIOEptSOY1b0w4PezRIQ0gF5vx7GyLKECWXRV5mE/edit#slide=id.g17efbe8461_0_146</a><br></div><div>[2] <a href="https://github.com/openstack/networking-odl/blob/master/devstack/README.rst">https://github.com/openstack/networking-odl/blob/master/devstack/README.rst</a></div><div>[3] <a href="http://paste.openstack.org/show/591641/">http://paste.openstack.org/show/591641/</a></div><div>[4] <a href="https://bugs.opendaylight.org/show_bug.cgi?id=5275">https://bugs.opendaylight.org/show_bug.cgi?id=5275</a></div><div><br></div></div>