(Created page with "= Open vSwitch = == Summary == Open vSwitch is a flexible, multi-layer software switch. == Owner == * Name: Chris Wright * Email: chrisw@redhat.com == Current...") |
m (typo Vrtual -> Virtual) |
||
Line 23: | Line 23: | ||
== How To Test == | == How To Test == | ||
Basic testing requires installing Open vSwitch, creating an Open vSwitch switch instance, creating an uplink port to facilitate external connectivity, and attaching virtual machines to the switch. | Basic testing requires installing Open vSwitch, creating an Open vSwitch switch instance, creating an uplink port to facilitate external connectivity, and attaching virtual machines to the switch. Virtual machines should then be able to talk to one another as well as the external world through the switch. | ||
<!-- This does not need to be a full-fledged document. Describe the dimensions of tests that this feature is expected to pass when it is done. If it needs to be tested with different hardware or software configurations, indicate them. The more specific you can be, the better the community testing can be. | <!-- This does not need to be a full-fledged document. Describe the dimensions of tests that this feature is expected to pass when it is done. If it needs to be tested with different hardware or software configurations, indicate them. The more specific you can be, the better the community testing can be. |
Revision as of 20:49, 24 January 2012
Open vSwitch
Summary
Open vSwitch is a flexible, multi-layer software switch.
Owner
- Name: Chris Wright
- Email: chrisw@redhat.com
Current status
- Targeted release: Fedora 17
- Last updated: Jan 24, 2012
- Percentage of completion: 75%
Detailed Description
Open vSwitch is a flexible, multi-layer software switch. Typically used in virtualization environments as the network switching component in the hypervisor, Open vSwitch provides virtual machines their network connectivity. Open vSwitch maintains the logical state of a virtual machine's network connection across physical hosts when a virtual machine is migrated, and it can be managed and monitored by standard protocols such as: OpenFlow, NetFlow, sFlow, SPAN, RSPAN. See here for a more complete list of Open vSwitch features.
Benefit to Fedora
Open vSwitch is a key component to advancing Fedora's virtual network management capabilities. Features such as Features/OpenStack Quantum can use Open vSwitch to manage virtual networks. It also presents an OpenFlow manageable switch for users interested in using an OpenFlow controller to manage their networks.
Scope
Open vSwitch has two main components. The data plane (fast path), which is in the kernel as of 3.3, and the control plane, which is a collection of userspace daemons and utilities. The work captured in this feature is primarily a packaging effort for the userspace component. Included in the userspace package are service management scripts and network management scripts to allow for Fedora integration. Future integration work is possible, but not required at this time.
How To Test
Basic testing requires installing Open vSwitch, creating an Open vSwitch switch instance, creating an uplink port to facilitate external connectivity, and attaching virtual machines to the switch. Virtual machines should then be able to talk to one another as well as the external world through the switch.
User Experience
For simple, standalone virtualization servers, the user experience will not change. For multi-server installs, user's will be able to centrally manage virtual networks with something like Features/OpenStack Quantum, giving them better control and visibility into their virtual network environments.
Dependencies
None.
Contingency Plan
None necessary, revert to previous release behaviour.
Documentation
Plenty of documentation available from openvswitch.org.
Release Notes
- Open vSwitch is now supported in Fedora 17. Users will be able to create, manage, and monitor virtual networks using the flexible, multi-layer software switch.