This isn't really how clouds are meant to operate. Servers are cattle, not pets. Thus, you need a recipe for rebuilding your servers and harvesting them when you're done with them.
To be more clear, You need to automate the creation of working machines and migration of data. You should not concern yourself with moving the actual machine from one cloud to another.. this is a recipe for failure and will cost quite a bit to scale. Excerpts from tpiper's message of 2014-07-28 21:19:27 -0700: > Hi all, > i have a mission to migrate vm from an old Openstack environment to a > new some days ago, then i export the information of vm from > database(nova、neutron、cinder..). After that i just went to copy the > vm's disk and the xml format config file of libvirt. > > in my mind it's will be much easy through a function which can pack the > vm's informations and files and finally just export as one record(such > as one json message). > > use the record i can migrate the vm like what vmware would do: i can > quickly see it and boot it soon when i import the record to the new > environment. > > thx for any help! > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
