[openstack-dev] [nova][baremetal] Scheduling baremetal deployment on different hw model

2014-06-29 Thread Taurus Cheung
Hi, I am working on deploying images to bare-metal machines using nova bare-metal. My datacenter has 2 types of hw models, IBM and Dell. In existing implementation, if I want to deploy image on specified type of hw model, I need to setup 2 baremetal compute nodes, one for container of IBM

Re: [openstack-dev] [nova][baremetal] Scheduling baremetal deployment on different hw model

2014-06-29 Thread Robert Collins
Firstly, use Ironic. Nova BM is deprecated. Secondly, yes, you can use extra-specs, but you only need to do that if your machines are identical in CPU, disk and memory - which the scheduler will look at anyway. Why do you need to group IBM and Dell machines together? -Rob On 30 June 2014

Re: [openstack-dev] [nova][baremetal] Scheduling baremetal deployment on different hw model

2014-06-29 Thread Taurus Cheung
- From: Robert Collins [mailto:robe...@robertcollins.net] Sent: Monday, June 30, 2014 12:46 PM To: OpenStack Development Mailing List (not for usage questions) Cc: Taurus Cheung Subject: Re: [openstack-dev] [nova][baremetal] Scheduling baremetal deployment on different hw model Firstly, use