[07:39] smoser: FYI I am just landing a branch in trunk that adds a maas command to manipulate api keys [07:43] smoser: see "sudo maas apikey -h" (^) === rvba` is now known as rvba [09:27] i am getting TFTP open timeout when i boot my nodes [09:27] where can I see if my tftp server is running? [10:21] so I have my node booted from PXE, but after some PXE boots rounds I get: [10:21] Trying to load: pxelinux.cfg/01-00 (mac addr) [10:21] and it stops [10:22] and pserv.log spits out lots of error [10:22] s [10:23] exceptions.AssertionError: No PXE template found in '/usr/lib/python2.7/dist-packages/provisioningserver/pxe'! [10:25] status of the node is ready [10:30] http://pastebin.com/EHyZFZXf [10:35] you're booting the node manually before maas thinks it needs booting [10:35] ok [10:35] it doesnt seem to have WoL [10:35] so how do i do it? [10:36] in the web interface the "start node" button is greyed [10:36] If you have no way of auto-powering a node, then it diminishes the usefulness somewhat. But you would need to work out which node maas wants to start (it'll be in an allocated state) and then power it up yourself [10:37] so how do i allocate it ? [10:38] click start, or use juju [10:38] ah juju [10:38] because the start button is not clickable :) [10:39] is it in a 'ready' state? [10:39] yeah [10:39] hmmmm weird. [10:39] rvba: ^ why would "start" be greyed out for a ready node? [10:41] epic_: don't you get a tooltip that explains why it's greyed out when you hover over the button? [10:45] huh after some fiddling with juju the status is now [10:45] Allocated to epic [10:45] (my maas username) [10:45] and start button is gone, trying to boot pxe again [10:46] so sorry i missed the grey button tooltip, dont remember it beeing any [10:46] it seems to boot fine now === freeflyi1g is now known as freeflying [12:46] bigjools, yeah, i saw that MP . thank you. === dannf` is now known as dannf [14:05] rvba: ping [14:05] roaksoax: hi [14:05] rvba: howdy! How's everything? [14:05] roaksoax: good… you all right? [14:06] rvba: iu'm ok, still getting used to the time.. lol [14:06] heh [14:06] rvba: so I was wondering if you have a list of things that you would like me (or the server team) to take care of on the maas team [14:08] roaksoax: well, I don't see anything urgent. We're still debriefing the sprint with Julian. We will probably be in touch next week about that. [14:08] rvba: right, doesn [14:08] rvba: right, doesn't have to be urgent but rather.. overtime... [14:09] rvba: since this week is vUDS.. i thought maybe could be a good idea to communicate the community what were the plans === kentb-out is now known as kentb [14:10] roaksoax: the thing we want to do rather quickly where maybe you could give a hand is getting all the templates installed in /etc/maas. But I must say I haven't looked into it precisely yet. [14:11] rvba: ok, I just wanna gather the list of things that I need to keep an eye on/help with so I can add it to "my" BP [14:13] roaksoax: we really need to debrief this with Julian (and we will do this on Monday) but the most accurate list of work items is the spreadsheet I've sent you the other day. [14:13] rvba: ok great! [14:24] rvba: if i'm around, you can consider including me into your meetings so I can stay up to date with the things you guys decide [14:28] roaksoax: We often met in my mornings (that's the only time suitable for all of us) but we will do our best to keep you in the loop. [14:29] rvba: cool thanks [15:07] rvba: http://summit.ubuntu.com/uds-1305/meeting/21833/servercloud-s-fastpath-install/ [15:10] roaksoax: ta [22:06] i'd like to answer this question about maas using the virsh power option: http://askubuntu.com/questions/292061/how-to-configure-maas-to-be-able-to-boot-virtual-machines [22:07] anybody have an idea what the values for the virsh power parameters shoudl be? [22:07] or where i should check the code [22:07] mattrae: the answer was provided by robie basak [22:07] mattrae: that's the correct answer [22:08] roaksoax: cool, maas asks for 'Driver' as well but it isn't in the answer [22:08] mattrae: driver is not required [22:09] mattrae: mattrae nor is username [22:10] mattrae: htye are not used and they should probably be removed unless we add support for it [22:10] roaksoax: great, thanks i'll clarify that. also the answer uses qemu:///system for the address. if i want to use qemu+ssh://10.0.0.1/ for example, do i need to generate a ssh key? [22:14] mattrae: yeah you would need to create an ssh key on the maas server, and and add the public one to the libvirt server so that maas connectes without authentication [22:15] roaksoax: sweet, do you know where i'd need to put that private key for maas to use it? [22:18] mattrae: good question, I *think* you'd need to make the maas user have it [22:18] mattrae: but it doesn't have a home by default, so you;ll need to enable it [22:18] roaksoax: cool, i'll play with that.. i can add a homedir for the maas user [22:19] mattrae: yeah you'll need to enable the user login, so you can sudo su into it [22:22] roaksoax: sweet thanks, ill try it out :) [22:24] mattrae: cool :) let me know how it goes [22:47] roaksoax: ok, it works :) i had to install libvirt-bin on the maas node to get virsh.. and then just needed Address:qemu+ssh://root@10.0.0.2/system and Power ID [22:47] oh and i had to add the home directory and key for the maas user, and add the key to root's authorized_keys on the libvirt server [22:49] mattrae: cool :)