OpenvSwitch vs Ryu plugin
Does anyone know what are the differences between OVS plugin and Ryu for Quantum/Neutron? Which one is better?
First time here? Check out the FAQ!
Does anyone know what are the differences between OVS plugin and Ryu for Quantum/Neutron? Which one is better?
OVS plugin will just set up a static network, where it alternatively sets up static L2 tunnels. The control-plane and data-plane is not separated.
Ryu is an SDN solution, where the control-plane is Ryu. It will dynamically create flow entries at runtime.
You should watch some presentations on SDN; Midokura had a great one at OpenStack Summit 2013 entitled Scaling in the Cloud: The Hype and Happenings of Software Defined Networking that presents a somewhat balanced view on the various solutions.
So, basically, it depends on the scale of your platform. Implementing an SDN solution might make things more complicated, but to achieve scale it may be the only viable solution.
Asked: 2013-08-12 23:01:41 -0500
Seen: 784 times
Last updated: Aug 13 '13