[openstack-dev] [Ironic] Multi-ironic-conductor issue

2014-08-07 Thread Jander lu
Hi, all if I have more than one ironic conductor, so does each conductor should has their own PXE server and DHCP namespace or they just share one centralized pxe server or dhcp server ? if they share one centralized pxe and dhcp server, so how does they support HA? ___

[openstack-dev] [Nova] [ironic]nova scheduler and ironic

2014-06-24 Thread Jander lu
hi, guys, I have two confused issue when reading source code. 1) can we have ironic driver and KVM driver both exist in the cloud? for example, I have 8 compute nodes, I make 4 of them with compute_driver = libvirt and remaining 4 nodes with compute_driver=nova.virt.ironic.IronicDriver ? 2) if it

Re: [openstack-dev] [Ironic] two confused part about Ironic

2014-06-08 Thread Jander lu
default nova scheduler(Filter Scheduler) can support this? 2014-06-06 15:45 GMT+08:00 Jander lu : > Hi Devananda > > I have 16 compute nodes, as your suggestion (you should use host > aggregates to differentiate the nova-compute services configured to use > different hypervi

Re: [openstack-dev] [Ironic] two confused part about Ironic

2014-06-06 Thread Jander lu
default nova scheduler(Filter Scheduler) can support this? 2014-06-06 1:27 GMT+08:00 Devananda van der Veen : > There is documentation available here: > http://docs.openstack.org/developer/ironic/deploy/install-guide.html > > On Thu, Jun 5, 2014 at 1:25 AM, Jander lu wrote: > &

Re: [openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-06 Thread Jander lu
---**My twitter:Andy Yan @yanchao727 > <https://twitter.com/yanchao727>* > > > *My Weibo:http://weibo.com/herewearenow > <http://weibo.com/herewearenow>------* > > > 2014-06-06 11:40 GMT+08:00 Jander lu : > >> hi chao >> I have met the

Re: [openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-05 Thread Jander lu
use host aggregates to differentiate the nova-compute services configured to use different hypervisor drivers (eg, nova.virt.libvirt vs nova.virt. ironic). 2014-06-06 11:40 GMT+08:00 Jander lu : > hi chao > I have met the same problem, I read this article > http://www.mirantis

Re: [openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-05 Thread Jander lu
hi chao I have met the same problem, I read this article http://www.mirantis.com/blog/baremetal-provisioning-multi-tenancy-placement-control-isolation/ 2014-06-05 19:26 GMT+08:00 严超 : > Hi, All: > In deploying with devstack and Ironic+Nova, we set: > compute_driver = nova.virt.ir

Re: [openstack-dev] [Ironic] two confused part about Ironic

2014-06-05 Thread Jander lu
? thx 2014-05-30 1:49 GMT+08:00 Devananda van der Veen : > On Wed, May 28, 2014 at 8:14 PM, Jander lu wrote: > >> Hi, guys, I have two confused part in Ironic. >> >> >> >> (1) if I use nova boot api to launch an physical instance, how does nova >>

[openstack-dev] [Ironic] two confused part about Ironic

2014-05-28 Thread Jander lu
Hi, guys, I have two confused part in Ironic. (1) if I use nova boot api to launch an physical instance, how does nova boot command differentiate whether VM or physical node provision? From this article, nova bare metal use "PlacementFilter" instead of FilterScheduler.so does Ironic use the same

[openstack-dev] [Nova Baremetal] disk-image builder tool error

2014-04-22 Thread Jander lu
Hi, I am following this wiki page(https://wiki.openstack.org/wiki/Baremetal ), by using devstack to set up a nova baremetal provision environment, but met one problems as below: when I use disk-image builder( https://github.com/openstack/diskimage-builder.git) command to build a image, there is n