On Fri, 8 Feb 2013 12:27:58 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> this set includes changes from Kaneko-san's live-migration branch > (https://github.com/ykaneko/ryu/tree/live-migration) adapted > to osrg/master. > > Isaku Yamahata (11): > app/gre_tunnel: implement GRETunnel app > ryu/controller/network.py: add helper functions for tunnel updater > app/tunnel_port_updater: application that creates/deletes tunnel > ports > docs: tunneling app > app/rest: add API to register/update mac address for a given port > app/rest: add requirements to path component > app/client: add mac support > lib/ovs/db_client: library for low-level ovsdb manipulation > ovs/vsctl: more commands > ovs/bridge: more helper methods > ryu/controller/controller: add a helper method, is_reserved_port() > > YAMAMOTO Takashi (10): > app_manager: add an function to register an app instance explicitly > app_manager: print some info about event flows for --verbose > app_manager: print event flow for --verbose > app_manager: add some assertions and LOG.info > controller/handler: allow set_ev_handler without dispatchers > tunnel_port_updater: adapt to the new world order after dispatcher > removal > gre_tunnel: adapt to the new world order after dispatcher removal > fix a fatal typo in GRETunnel _CONTEXTS > fix a fatal typo in network.py > fix typos in comments > > Yoshihiro Kaneko (1): > Add support live-migration > > doc/source/openstack.rst | 1 + > doc/source/tunneling_with_openstack.rst | 312 +++++++++++ > ryu/app/client.py | 31 +- > ryu/app/gre_tunnel.py | 966 > ++++++++++++++++++++++++++++++++ > ryu/app/quantum_adapter.py | 29 +- > ryu/app/rest.py | 78 ++- > ryu/app/rest_quantum.py | 6 +- > ryu/app/tunnel_port_updater.py | 466 +++++++++++++++ > ryu/base/app_manager.py | 27 +- > ryu/controller/controller.py | 3 + > ryu/controller/handler.py | 2 +- > ryu/controller/network.py | 101 +++- > ryu/lib/mac.py | 2 + > ryu/lib/ovs/bridge.py | 67 +++ > ryu/lib/ovs/db_client.py | 132 +++++ > ryu/lib/ovs/vsctl.py | 394 ++++++++++++- > 16 files changed, 2574 insertions(+), 43 deletions(-) > create mode 100644 doc/source/tunneling_with_openstack.rst > create mode 100644 ryu/app/gre_tunnel.py > create mode 100644 ryu/app/tunnel_port_updater.py > create mode 100644 ryu/lib/ovs/db_client.py Great, thanks a lot! I dropped the 4th since the document is outdated. I've applied the rest. All the Quantum features were merged! ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
