I am attempting to understand the ryu architecture.

1) Is it likely that you have a design document of some kind that I can
refer?
2) I was going through the code in github.

file  -  ryu/lib/ovs/db_client.py

It looks like it implements a database client to store the
flowtable/routing information.I would like to store some information in a
database server and use ryu to retrieve that information.Essentially what I
am attemptin to do is to make the ryu itself stateless.Whenever a new flow
needs to be added the flow info needs to be retrieved from the db server
and loaded on to openvswitch / pica8. For the time being I am thinking of
going with mysql.

Can this be done? is this what the db_client.py does?
If yes can you please explain a bit more?

Regards,
Karthik.
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to