[03:38] This is annoying. I'm trying to Q/A my uec2roottar rewrite, but something else is broken. [03:38] Could not find kernel image: amd64/generic/trusty/release/boot-kernel [03:39] I think it's an architecture mismatch: i386/amd64 [03:41] Silly of me. Can't set a node's architecture with default enlistment. === vladk|offline is now known as vladk === vladk is now known as vladk|offline === CyberJacob|Away is now known as CyberJacob === vladk|offline is now known as vladk === vladk is now known as vladk|offline [07:32] rvba: might not be completely crazy to start a DownloadProgressHandler. [07:32] jtv: that's what I thought. The thing is that the documentation for this API method is so detailed that it drives people to try and use that method :) [07:32] On the other hand, the design notes had to go _somewhere_. :) [07:33] heh [07:33] If we just provide a GET to download progress, that wouldn't be very user-friendly but at least API users could get stuff done. [07:33] Indeed. [07:33] And it would get the implementation ball rolling: so much easier to say how it should be _better_ than how it should _be_. :) [07:34] Also, isn't the import script supposed to do the reporting (using the report_download_progress method)? [07:34] Wasn't that the plan? === CyberJacob is now known as CyberJacob|Away [08:07] jtv: something else I wanted your opinion about: When users upgrade from Saucy, the new entries in bootresources.yaml don't have a 'label' constraint. As a result, multiple images can be imported (for instance 'rc'/'release')… shouldn't we add a labels=['release'] constraint? This would be better in sync with what the old config (from which we're migrating) was doing. [08:07] Not sure if it's worth a bug/fixing. Especially considering the upcoming work on getting rid of bootresources.yaml. [08:25] rvba: maybe wait until we know what we really want, there? Otherwise we keep modifying and creating this massive history of different default settings. [08:25] jtv: yeah. But let's keep that problem in mind then. [08:25] Absolutely. [09:23] gmb, this one's for you: https://code.launchpad.net/~jtv/maas/test-1310844/+merge/217006 [09:27] jtv: On it, ta [09:31] bigjools: can you please vote on https://code.launchpad.net/~rvb/maas/add-power-params-doc/+merge/216894 ? [09:36] jtv: reviewing your 'python-to-python-imports' branch now [09:44] allenap: I filed https://bugs.launchpad.net/maas/+bug/1312085 [09:44] Launchpad bug 1312085 in MAAS "No documentation for the CLI" [High,Triaged] === vladk|offline is now known as vladk [11:31] allenap: care to vote on https://code.launchpad.net/~rvb/maas/add-power-params-doc/+merge/216894 ? [11:37] rvba: Okay, I’m finishing something off right now, then I’ll do it. [11:41] allenap: ta, it's definitely not urgent. [12:42] ran into an interesting issue with usb keys and large rams. [12:43] The machine has 24 GB ram, and I use a 8 GB usb stick for deployment. [12:44] the rootfs gets about 1 GB, and the rest is allocated for swapspace - and e.g. juju bootstrap fails due to insufficient disk space. [12:47] is there some easy way to skip swap altogether, or do I need a customized preseed? [12:52] if using MaaS to build/maintain a distributed system, lets use for example openstack. when a new openstack release comes out, can MaaS sensibly handle the upgrade as well? [12:53] (maas/juju) [13:07] I'm getting PXE-E11 ARP Timeout when booting a potential node [14:04] what is the purpose of the new "Network" menu in trusty maas ? [14:04] i did not have such a one before using the ppa version of maas in precise. what am i suppose to put there ? [14:06] melmoth: maas.ubuntu.com/docs1.5/networks.html [14:07] ok, so if all my nodes are on the same net as the nic i assigned to the cluster controller , and dont use other network, i dont need to use this form, right ? [14:08] melmoth: correct [14:08] good. thanks. [14:08] my node came to the maas-enlisting-node login: prompt [14:08] am I supposed to do something now? [14:09] magicrobotmonkey: no, this should be temporary (i.e. until your node enlists itself). After a while your node should be powered down by MAAS. [14:10] oh there it goes [14:10] things are happening! [14:10] cool it showed up in the nodes [14:11] this is much better than scraping the switch for mac addresses [14:19] when i hit "commision node" where should I look for a log of whats going on? === vladk is now known as vladk|offline [14:53] console output [14:54] I find is the best. Sometimes the commissioning or running hangs, and the console is the best place to see this [14:54] yea ok [14:55] does the commisioning configure ipmi locally? because I've been unable to use ipmitool on these boxes but maas did it somehow [15:06] It adds it's own user [15:06] in the commissioning stage [15:06] ah cool [15:06] thats pretty slick [15:13] still no luck with partitioning. Is there some other source for the partition layout than /etc/maas/preseeds/preseed_master? [15:14] I know my edits are working, e.g. changing from ext4 to ext3, but partman-auto/expert_recipe and partman-auto/choose_recipe just does not bite. [15:15] alfs: that's weird, there is nothing that should override changes in /etc/maas/preseeds/preseed_master. [15:35] Hm.. I commented everything regarding partman in the preseed, and then it (as intended) stops at the partitioning stage [15:35] However I cannot get past iscsi config, i.e. I choose iscsi, finish, and then get thrown back to iscsi config. [15:36] No option to configure, and if I finish partitioning it (of course) has no root fs defined [15:37] perhaps due to the partman early-command not being run to define the disks.. enabling that and trying again [16:13] seems there was a small typo in the expert_recipe, causing it to be ignored, seems to be working now. [16:17] heh yea i think i had a problem like that at one point === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr [17:51] do maas nodes use a proxy by default? [17:51] an apt proxy, that is === CyberJacob|Away is now known as CyberJacob [18:11] Hey, Does anyone know how to add the new "trusty" disto to an existing MAAS installation? I see it downloaded the OS's but it isn't registering in the settings page as a deployable distro === roadmr_ is now known as roadmr === kevin is now known as Guest48000 === kev is now known as Guest49483 [19:39] magicrobotmonkey: Yes, the maas server has squid-deb-proxy installed [19:39] cool [19:39] thats super handy [19:40] make sure you use the official archive, otherwise you get bad mirror hangs [19:40] or {cc}.archive.ubuntu.com at least === CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob === CyberJacob is now known as CyberJacob|Away