[00:32] core, dev: how can I modify the pxe boot interface of a node? [01:38] ^^within the context of maas [01:39] per ^ I'm not finding any entries in the db for pxe interface ... where is this set? [02:46] Bug #1553848 opened: [2.0a1] TFTP back-end crashes [03:16] Bug #1553855 opened: [2.0a1] Enlistment results in bad IPMI passwords [04:46] Bug #1553841 opened: [2.0a1] MAAS should ensure that BMC password is correct before saving [04:55] Bug #1553841 changed: [2.0a1] MAAS should ensure that BMC password is correct before saving [05:04] Bug #1553841 opened: [2.0a1] MAAS should ensure that BMC password is correct before saving === wojdev_ is now known as wojdev [12:33] hey, what's the best way to install 2.0 for testing? [12:34] From source? [14:03] hey , i'm trying to setup openstack/cloud in a box. So can anyone help how can i proceed === rbanffy_ is now known as rbanffy [16:39] hey, what's the best way to install 2.0 for testing? [16:39] From source? [16:42] voidspace: ppa:maas/next-proposed [16:42] voidspace: although, ew haven't yet made an annoucement [16:43] roaksoax: thanks [17:22] frobware: creating a new clone just worked.... [17:22] frobware: go figure [17:23] frobware: hmmm... although network config may be screwed. [17:24] frobware: nope, working fine [17:37] hi guys [17:37] as always I have more questions .. what is the best practice to scale out maas and for the redundancy [17:39] for the db having a master-master is fine but what about the front end (since it's just) web request I suppose I can just put a vip and load-balance across multiples instances of maas that share the same db ? [17:48] Bug #1554152 opened: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment [17:57] Bug #1554152 changed: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment [18:00] mag009_: MAAS <=1.10 does not support HA, so you wont be able to add redundancy other than the DB [18:00] mag009_: scale out, more cluster controllers [18:00] but more cluster controllers that mean each cluster have their own db [18:00] am i correct / [18:00] ? [18:01] mag009_: no [18:01] mag009_: the cluster controllers dont have a DB [18:01] they connect to the region [18:01] the region is where the DB would normally be [18:03] ok and how do link cluster to a single region ? [18:03] I haven't found anything in the doc :) [18:05] nvm i can figured [18:05] out* [18:06] Bug #1554152 opened: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment [18:49] Bug #1039701 opened: Wrong RAM memory size [19:57] hey folks! Using Xenial with MaaS 1.10... when commissioning P8 boxes, it creates netboot ethX (pxelinux.0) entry, but it does not creates the 'exec' entry which actually fires the boot [19:57] anything am I missing? [20:04] timello: can you explain a bit more as I don't quite understand what you mean [20:04] roaksoax: sure! [20:06] roaksoax: I'm using MaaS 1.10 from Xenial to commission/deploy Ubuntu on Power 8 boxes. I setup the IPMI, it boots correctly, the netboot shows up in the petitboot menu... the kernel points to tftp:///pxelinux.0 [20:07] older versions I used to see another entry in the petitboot menu, which was 'exec' with kernel, initrd and boot args [20:08] roaksoax: s/boots/powers on [20:08] timello: right, so 1.10 is actually really only 1.9 running on django 1.8/python3 [20:08] timello: the exec, IIRC, was created by petiboot automatically to exect the kernel [20:09] yeah... that is not being created and I thought the information comes from MaaS... [20:09] dhcp is working [20:10] nic gets the ip [20:10] just missing the exec entry [20:10] timello: right, so MAAS 1.10 should provide the exact same PXE information as 1.9, becuase MAAS 1.10 is just MAAS 1.9 running on python3/django1.8 [20:11] roaksoax: ok, I haven't tried 1.9 to be honest... my maas controller was running 14.04 with 1.7.X or something... not even 1.8. [20:12] timello: right... I'd suggest you try 1.9 for now, since 1.10 is just a transitional release and will be suprseeded by 2.0 [20:12] roaksoax: ok, let me try a downgrade [20:15] roaksoax: thanks