=== racedo_ is now known as racedo [13:52] "you can mark the MP approved and the lander will take care of the rest" how do I do that? Do I just reply to the email with merge approved or is it something I do in the LP UI? [13:54] jasonamyers: usually you need to flip the status to "approved" in launchpad [13:54] Merged? [13:54] I only see WIP, Needs Review and Merged [13:55] jasonamyers: if you don't have an "Approved" setting, you may not be authorized to approve it :/ [13:55] I am not then :) [13:55] thanks [13:55] jasonamyers: what's the MR in question? [13:56] https://code.launchpad.net/~jason-jasonamyers/maas/clearer-msg-for-api-204-returns/+merge/245628 === jfarschman is now known as MilesDenver === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr [18:11] hey guys, given a node id, what's the best way to get the uuid of the nodegroup it belongs to? (via the api) [18:32] voidspace, for a given login profile I use this command to get the nodegroup uuid: [18:32] uuid=$(maas admin node-groups list | grep uuid | cut -d'"' -f4) [18:33] newell: right, I was hoping to avoid having to list them all - and go straight from node id to nodegroup uuid [18:33] voidspace, I haven't done it that way [18:34] voidspace, there is probably a way to do it but haven't looked into it myself [18:34] thanks [18:35] np === roadmr is now known as roadmr_afk === jfarschman is now known as MilesDenver [20:35] Is there a way to install a specific version, rather than a series? I need to install 12.04.1, but choosing "Precise" I get the latest. [20:54] bmorriso: only the latest version will be installed [20:55] OK. I'll look at downgrading the kernel after install then. Thanks! === roadmr_afk is now known as roadmr [23:33] I'm encountering this bug https://bugs.launchpad.net/maas/+bug/1381444 Any advice on a work around. I'm trying to add cisco blades from ucsm [23:33] Launchpad bug 1381444 in MAAS "Misleading error message in log "Unknown power_type 'sm15k'"" [High,Fix committed] [23:45] Basically it's not clear how I can get power state from the blade, because of the inaccurate error message in the UI [23:45] Perhaps I'm configuring ucsm incorrectly [23:48] bmorriso, you using 1.7? [23:48] I just upgraded, yes. [23:48] https://bugs.launchpad.net/maas/+bug/1381444/comments/4 [23:48] Launchpad bug 1381444 in MAAS "Misleading error message in log "Unknown power_type 'sm15k'"" [High,Fix committed] [23:48] Looks like that fix has not been released yet [23:49] Yes. Does that mean that maas & ucsm does not work today? [23:50] What's strange is I am able to provision the server (start/stop/etc). but when I try and get power state, I get that error message. [23:50] yeah so it is working for you, you just aren't able to query the state [23:51] the power query is just a way for the user to see if the node is actually powered on/off. [23:51] It would seem that it is working [23:51] have you ssh'd into your provisioned nodes yet? [23:52] but in the GUI, shows a yellow "unknown" bubble rather than a green "on" state [23:52] I am able to SSH into the server(s) [23:52] when I try and query power state, I get the above bug [23:52] those colors are tied to the power querying I believe so I wouldn't worry about that [23:52] when I try and 'probe-and-enlist-ucsm' I get a 404 [23:53] https://gist.github.com/esacteksab/7ad113420ce0a66eb5c7 [23:53] That should be working. It might have to do with how you entered the command or what login profile you are using etc. [23:54] I would file a bug if you can't get past that [23:55] bmorriso, hope that helps [23:56] Thank you