Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2013-07-16 Thread Lloyd Dewolf
Anyone had success automating this process? Is there a blueprint for this class of problem? Thank you, -- @lloyddewolf http://www.pistoncloud.com/ ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2013-07-16 Thread Matt Joyce
There is a specific need for this in incident response for some SOC teams. They may need to isolate a compromised instance to a more secure and security controlled tenancy. I think this would be an advantageous blueprint for next release. -Matt On Tue, Jul 16, 2013 at 9:46 AM, Lloyd Dewolf

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-30 Thread Sébastien Han
The step 2 and 3 can be left out. Because the instance snapshot can be marked public. Then we can lanuch instance from the snapshot in another tenant. Forgot that one ;-) How about when the instance is attached with volume? How to migrate the Volume? It seems that the Volume can not be

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-29 Thread Lei Zhang
Hi Sébastien, Good ideas. There is a very tricky way to solve this problem. In addition, The step 2 and 3 can be left out. Because the instance snapshot can be marked public. Then we can lanuch instance from the snapshot in another tenant. Anothe Question, How about when the instance is attached

[Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-28 Thread Lei Zhang
Hi all, As the subject say, is there any way to do this? I search the Internet and only found the migration bewteen two physical machine. thanks -- Lei Zhang Blog: http://jeffrey4l.github.com twitter/weibo: @jeffrey4l ___ Mailing list:

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-28 Thread Tim Bell
We were also interested in this function but could not find an easy way to do it. The operation becomes more complex when there are attached volumes and potentially different permissions between the two projects. Tim From: openstack-bounces+tim.bell=cern...@lists.launchpad.net

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-28 Thread Lei Zhang
First of all, I think this feature is reasonable. In my scenario, I have two projects. One is a test env and another is production env. I use different projects to isolate the two env. All should I do is to prepare in the test env. When all is ok, I can push it to the production env. @Tim, you

Re: [Openstack] Is there any way to migrate the Instance between the projects/tenants?

2012-11-28 Thread Sébastien Han
Hi, What I will do to achieve what you want: _ take a snapshot of your instance _ export the snapshot from wherever it's stored (filesystem for instance) _ import it to Glance, make the image to public or assign it to the tenant (not 100% sure if the latest is possible though...) _ run a new vm