This group is locked. No changes can be made to the group while it is locked.
Re: openstack neutron ovsdb port creation
Sam Hague
toggle quoted messageShow quoted text
----- Original Message -----
From: "Baudinot Denis Gerold (badi)" <badi@...>Baudinot, the ovsdb project will only add patch and tunnel ports as needed. The VM ports are added via the libvirt agent on the openstack compute nodes. The flow is like this: Network creation: 1. User creates a network via openstack 2. neutron agents add ports to bridges for routers and dhcp namespaces - these are the tap ports you mention above 3. neutron and ovsdb port updates go to odl 4. neutron events passed to odl ovsdb project - not much happens here 5. ovsdb port events go directly to the odl ovsdb 6. odl ovsdb will relate the neutron events to the ovsdb events and build tunnels and push flows as needed. VM Creation: 1. User creates VM's via openstack 2. nova calls libvirt to create VM 3. libvirt calls will allocate VM ports and add them to the br-int - these are the tap ports you mention above 4. Same as 3-6 above. yes, odl.neutron receives the incoming neutron rest APIs. And then effectively passes them through to odl.ovsdb to do the work.
|
|