=== CyberJacob is now known as zz_CyberJacob === zz_CyberJacob is now known as CyberJacob [07:03] Bug #1468631 opened: interrupted image download doesn't allow recovery [11:09] Bug #1468726 opened: Retain page position on refresh [12:24] Hi, I would need some help with the execution mechanisms of curtin preseed files in /etc/maas/preseeds [12:25] I'm trying to add specific partitioning commands that would run for specific nodes [12:26] and thought of using curtin_userdata_ubuntu_amd64_generic_{nodename} for that [12:26] but that preseed file doesn't seem to be picked up by maas [12:26] maas 1.7 btw [12:37] caribou, heyt there [12:37] kiko: howdy [12:38] caribou, hmm, I think there's an example of that somewhere from smoser [12:38] kiko: yesterday smoser helped me out a lot to get customize curtin's partitioning which I got sorted out [12:38] kiko: I found the documentation, but when I put the commands in curtin_userdata they get executed [12:38] kiko: but if I use curtin_userdata_ubuntu_generic, they don't seem to be picked up [12:39] now I also don't know if all the curtin_userdata_* files get merged or one override the other [12:39] and why is it a problem to use curtin_userdata? [12:40] kiko: I need those commands to be host specific, i.e. use the _{node_name} argument [12:41] caribou, {prefix}_{osystem}_{node_arch}_{node_subarch}_{release}_{node_name} [12:41] apparently is the format [12:41] in 1.7 [12:41] kiko: yep found that, but somehow maas doesn't seem to pick it up [12:42] caribou, what is the exact filename you are using? [12:42] kiko: I've been trying many. Now I'm at curtin_userdata_ubuntu to minimize failure but even that doesn't get picked up [12:45] kiko: right now I'm doing a very basic test : [12:45] adding announce_02: ["/bin/echo", "'### Running curtin_userdata_state-server ###'"] as an "early_commands:" in curtin_userdata [12:45] okay, and does that work? [12:45] I do see the msg displayed when curtin kicks in [12:46] okay [12:46] if I move that to curtin_userdata_ubuntu, it doesn't [12:46] caribou, I am thinking "_ubuntu" is not actually used [12:46] i.e. [12:46] for ubuntu installs [12:46] the format is [12:47] {prefix}_{node_arch}_{node_subarch}_{release}_{node_name} [12:47] 1.7 doc says it should [12:47] I'm looking at the source to see if that's right [12:48] that's the full curtin_userdata_ubuntu file content : http://pastebin.ubuntu.com/11773179/ [12:50] kiko: get_preseed_filename in preseed.py seems to say otherwise, I'll test what is written in the code [12:51] indeed [12:51] kiko: ok it works with curtin_userdata_amd64, will test the rest [12:52] caribou, that looks like a bug fwiw [12:53] caribou, I am confused by the elements.append(osystem) piece though [12:53] in preseed.py ? [12:54] yes [12:54] it's not in 1.7 [12:54] oh! [12:54] at least not on my test node [12:54] * kiko is looking at trunk [12:54] that's from the installed server source [12:55] so most probably it is how it works now but not back then [12:55] back then when? [12:55] I have a 1.7 branch here that has the following code [12:56] ah [12:56] look at this [12:56] this code changed a lot for 1.7.5 [12:56] http://pastebin.ubuntu.com/11773220/ [12:57] https://bugs.launchpad.net/maas/+bug/1439366 [12:57] I am wondering if this code is buggy [12:57] caribou, what version of maas? [12:58] kiko: 1.5.4+bzr2294-0ubuntu1.3 [12:58] straight from trusty's archive [12:58] maas 1.7 btw [12:58] are you trying to confuse me? :) [12:58] WTF is that ! [12:59] ok, I'm going back under my rock [12:59] heh [12:59] okay, so to summarize: [12:59] 1. don't use maas 1.5 [12:59] 2. see #1 [12:59] ROTFL! [13:00] 3. in maas 1.5, the format has no osystem component [13:00] the name of my maas VM is maas17 [13:00] as in 1.5 it was ubuntu only [13:00] true [13:00] I think that's enough for before breakfast :) [13:00] totally. & thank you a lot for your help [13:01] yw [13:02] caribou, maybe add an answer to http://askubuntu.com/questions/508276/customizing-the-maas-curtin-fastpath-preseed-install when you are done and get some SE points to boot? [13:02] kiko: will do. [13:02] thanks! [13:02] I'm planning to write a blog post on the whole effort [13:02] i.e. how to customize partitioning & get it done by maas & curtin [13:03] kiko: that article was the starting point of my queries [13:19] Bug #1468757 opened: There is no spinner on the "load 30 more days" link on the event log page === jfarschman is now known as MilesDenver === med_` is now known as med_ === med_ is now known as med___ === med___ is now known as med_ [17:14] Bug #1468830 opened: 1.8.0 Can't mark fixed due to power state === jfarschman is now known as MilesDenver [17:47] Bug #1468830 changed: 1.8.0 Can't mark fixed due to power state [17:47] Bug #1468844 opened: 1.8.0 Capitalisation in tags is incorrect === xmltok_ is now known as xmltok [23:44] Bug #1468945 opened: maas should add virtual tag to ESXi VMs after commissioning