On Wed, 9 Apr 2014 17:49:37 +1200 Karthik Sharma <[email protected]> wrote:
> I am thinking of implementing a database backed RYU controller. I have a > couple of basic questions. > > 1) Does RYU currently have some mechanism that allows it to function as a > distributed scalable and fault tolerant controller? If yes what mechanism > is that? Our new OpenStack driver is designed in such way. Controllers are deployed per compute node. Neutron's centralized control point manages all the controllers via RPC. Note that controllers directly don't talk to each other; controllers talk to only Neutron's control point. > 2) In one of the slides about RYU I saw a module that provided "High > Availability" with Zookeeper. Will I be able to use that module to > seamlessly integrate a Cassandra database or a MongoDB backend? Not sure but I think that the module is not so useful. It just enables multiple controllers to connect to Zookeeper. ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
