On Mon, May 20, 2013 at 03:10:57PM +0800, hsin han Liu wrote: > > thanks a lot for the information! > > Also,can i ask which part of the code is supporting live migration as the > document says? > > https://github.com/osrg/ryu/wiki/ > Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly
Simple isolation doesn't support live-migration. In case of Simple vlan case, it up to OVS mac learning and guest VM seinding GARP. In case of GRE tunneling case, ryu/app/gre_tunnel.GRETunnel._vm_port_add. grep it with "live-migration" > how does ryu know vm is about to migrate? By detecting OVS port with same quantum port uuid and mac address which are stored in ovsdb as external-id. When live-migration, there are two ovs ports with same quantum port uuid and mac address. thanks, > > > Thanks, > > Allen > > > > 2013/5/20 Isaku Yamahata <[email protected]> > > On Sun, May 19, 2013 at 03:17:54PM +0800, hsin han Liu wrote: > > Hello > > > > > > > > 1.want to know more about ryu/app/simple_isolation.py and ryu/app/ > simple_vlan.py ,also how to use it? > > For internal, please refer to > https://github.com/osrg/ryu/wiki/ > Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly > > They are designed to used with openstack. The easy way is use devstack > or pre-build VM image > https://github.com/osrg/ryu/wiki/configuration_openstack_grizzly_with_ryu > https://github.com/osrg/ryu/wiki/ > RYU-OpenStack-Grizzly-environment-VM-image-file-HOWTO > > > > 2.does ryu support vlan construction like > http://openvswitch.org/support/ > config-cookbooks/vlan-configuration-cookbook/ without openstack? > > Not sure what you'd like to achieve it with Ryu. > > thanks, > > > > > > Thanks, > > > > Allen > > > > > > > ------------------------------------------------------------------------------ > > AlienVault Unified Security Management (USM) platform delivers complete > > security visibility with the essential security capabilities. Easily and > > efficiently configure, manage, and operate all of your security controls > > from a single console and one unified framework. Download a free trial. > > http://p.sf.net/sfu/alienvault_d2d > > _______________________________________________ > > Ryu-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > -- > yamahata > > -- yamahata ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
