From Fedora Project Wiki
(Change announced on 2013-07-08)
(No reply from owner, postponing to F21)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Summary ==
== Summary ==
Ryu Network Operating System http://osrg.github.com/ryu/
Ryu Network Operating System http://osrg.github.com/ryu/
NOTE: Network Operating System is a terminology for a frame work for Software Defined Networking.
It's not relevant to conventional Operating System like Linux kernel or distribution.


== Owner ==
== Owner ==
Line 8: Line 11:
* Name: [[User:yamahata| yamahata]]
* Name: [[User:yamahata| yamahata]]
<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or  technical issues need to be resolved-->
<!-- Include you email address that you can be reached should people want to contact you about helping with your feature, status is requested, or  technical issues need to be resolved-->
* Email: yamahata at private email ne jp
* Email: yamahata at private dot email dot ne dot jp
* Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> -->
* Release notes owner: <!--- To be assigned by docs team [[User:FASAccountName| Release notes owner name]] <email address> -->
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo)
<!--- UNCOMMENT only for Changes with assigned Shepherd (by FESCo)
Line 25: Line 28:
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
-->
-->
* Tracker bug: <will be assigned by the Wrangler>
* Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=998540 #998540]


== Detailed Description ==
== Detailed Description ==
Line 128: Line 131:




[[Category:ChangeAnnounced]]
[[Category:ChangePageIncomplete]]
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->

Latest revision as of 13:27, 24 October 2013

Ryu Network Operating System

Summary

Ryu Network Operating System http://osrg.github.com/ryu/

NOTE: Network Operating System is a terminology for a frame work for Software Defined Networking. It's not relevant to conventional Operating System like Linux kernel or distribution.

Owner

  • Name: yamahata
  • Email: yamahata at private dot email dot ne dot jp
  • Release notes owner:

Current status

Detailed Description

Ryu is an Operating System for Software Defined Networking.

Ryu aims to provide a logically centralized control and well defined API that make it easy for operators to create new network management and control applications. Currently, Ryu manages network devices by using OpenFlow. You can say that Ryu is an OpenFlow Controller.

For Software Defined Networking or OpenFlow, please refer to Open Networking Foundation

Benefit to Fedora

Now Fedora (Since Fedora 17) includes OpenStack and Open vSwitch. Ryu brings open source openflow controller which can cooperates well with OpenStack.

Scope

  • Proposal owners:
    • Ryu development: DONE
      • vlan support: 100% DONE
      • Ryu plugin support for Openstack Networking(Neutron, formaly Quantum): keeping update for its development
    • packaging:
      • rpm package: available at [1]
      • rpm package review [2] Work In Progress
      • make sure that it works with dependent Fedora package. Especially OpenStack and Open vSwitch
  • Other developers: N/A
  • Release engineering: N/A
  • Policies and guidelines: N/A

Upgrade/compatibility impact

N/A

How To Test

Typical usecase is with OpenStack.

User Experience

With openstack nova/quantum, users can build cloud system with multi tenant network support with open vswitch.

Dependencies

  • openstack nova
  • openstack neutron(formaly quantum)
  • openvswitch

Contingency Plan

  • Contingency mechanism: This feature can be removed entirely as contingency plan because no other package depends on this. OpenStack can work without Ryu.(With Ryu, it can provide better features.)
  • Contingency deadline: N/A
  • Blocks release? N/A

Documentation

Release Notes

  • Ryu is added for building block as OpenFlow controller for Software Defined Networking. It provides L2-isolated network with OpenStack.