Re: [Openstack] How to create vm instance to specific compute node?

2013-01-04 Thread Jay Pipes
To: openstack@lists.launchpad.net Subject: Re: [Openstack] How to create vm instance to specific compute node? No. Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance

Re: [Openstack] How to create vm instance to specific compute node?

2013-01-04 Thread Anne Gentle
to create vm instance to specific compute node? No. Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance on. Note this is an admin-only ability by default and can oversubscribe

Re: [Openstack] How to create vm instance to specific compute node?

2013-01-03 Thread Day, Phil
-Original Message- From: openstack-bounces+philip.day=hp@lists.launchpad.net [mailto:openstack-bounces+philip.day=hp@lists.launchpad.net] On Behalf Of Jay Pipes Sent: 27 December 2012 22:39 To: openstack@lists.launchpad.net Subject: Re: [Openstack] How to create vm instance

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-31 Thread Jay Pipes
On 12/30/2012 04:25 PM, Rick Jones wrote: On 12/27/2012 02:39 PM, Jay Pipes wrote: No. Pity - I'd just gotten used to that mechanism :) The one constant in OpenStack development is change, as well you know! ;) Use nova boot --availability_zone=nova:hostname where nova: is your

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-30 Thread Rick Jones
On 12/27/2012 02:39 PM, Jay Pipes wrote: No. Pity - I'd just gotten used to that mechanism :) Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance on. Note this is an admin-only

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Rick Jones
Does the convention of adding --onhost--computenodename to the instance name being created still work? rick jones ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Jay Pipes
No. Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance on. Note this is an admin-only ability by default and can oversubscribe the compute node the instance goes on. Best, -jay On

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Balamurugan V G
Also, perhaps the filters can be used. Check the documentation at: http://docs.openstack.org/trunk/openstack-compute/admin/content/scheduler-filters.html I haven't tried it though. Regards, Balu On Fri, Dec 28, 2012 at 4:09 AM, Jay Pipes jaypi...@gmail.com wrote: No. Use nova boot

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-22 Thread yuezhouli
On 2012年12月22日 09:59, 이창만 wrote: Hello. Could anyone tell me how to create vm instance to specific compute node? I've tried blow command, but I couldn't place vm instance to wanted compute node. $ nova boot --image precise --flavor m1.cdh --key-name ubuntu --availability-zone

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-22 Thread Vishvananda Ishaya
On Dec 22, 2012, at 7:50 AM, yuezhouli lyz_...@163.com wrote: On 2012年12月22日 09:59, 이창만 wrote: Hello. Could anyone tell me how to create vm instance to specific compute node? I've tried blow command, but I couldn't place vm instance to wanted compute node. $ nova boot --image