[04:57] hi bigjools [04:57] :) [04:57] jtv: ok so I have a concern about that branch [04:58] there are multiple places that join the fixed string "maas" to the end of TFTPROOT [04:59] Go on [04:59] it should be encapsulated [05:00] Well that's the work I was already doing when I recognized this need for a separate branch. Chicken and egg. :) [05:00] what are you changing then? [05:00] in the other branch I mean [05:01] Single module for constructing TFTP paths. [05:02] So all the TFTP/PXE path construction (in both shell and python) will use that instead. [05:02] good [05:03] But I opted against taking shortcuts by doing both at once… only leads to mistakes. [05:06] Ah. Thanks. [05:06] de nada [05:07] This is where Zaphod Beeblebrox might say “Oh? Well forget it then.” [05:09] that's so depressing [05:10] Well he wasn't a nice guy. === smoser` is now known as smoser [10:29] Daviey: I wonder if you could have a look at the maas-import-pxe-files script… I'd love to know if the /var/lib/tftpboot///pxelinux.cfg/default file it generates are at least slightly sane. We're not activating those yet, but we will at some point. [10:34] jtv: One thing i'd /really/ like to do soon.. is just try it on real hardware :) [10:34] Indeed. [10:35] roaksoax: Do you have flexibility to try this on the Lenovo lab this week? === matsubara is now known as matsubara-lunch [11:11] rvba: done with your review — few more notes. And with that, I have to run! [11:11] nn people === matsubara-lunch is now known as matsubara [13:03] Daviey: let me know if you have a couple of minutes to chat; I'm trying to be sure I grok the openstack/juju/maas stack as well as I believe I do and would like confirmation. [13:05] cheez0r: I am on a call now, but maybe someone else can help in the interim [13:05] No rush at all- I just want to pick your brain for about five minutes. [13:39] Hi roaksoax, just a heads up: I've just landed support for loading raphaelJS from the package. We will simply need to tweak the settings RAPHAELJS_LOCATION (similar to YUI_LOCATION) to point to where the files will be located. [13:59] hiya [13:59] have folks seen the two mails come into contact maas maintainers team page. [13:59] just a heads up in case it's gone into a folder and not seen [14:06] czajkowski: I'm replying to Max right now; want me to CC you? [14:09] allenap: no tis grand just wondered did people see the mails [14:09] the other one is Questions on Ubuntu Cloud Infrastructure with MAAS from Tomas [14:12] czajkowski: I didn't reply to that. I sense that you're itching to do it though. [14:13] lol [14:13] I find the posts interesting [14:14] not sur eI can answer them but sometimes people dont see the contact me mails so I am just trying to highlight them === matsubara is now known as matsubara-afk [16:13] czajkowski: I cannae edit that docs doc. [16:14] hmmm [16:14] allenap: try now please [16:15] czajkowski: Cool, works, ta. [16:16] allenap: great, one way to check people read my mails :p [16:17] Daviey: sorry internet connection just got back [16:17] Daviey: and yes, what lenovo lab? [16:18] roaksoax: The lab we brought up last cycle? [16:18] under pgraner [16:19] Daviey: ah sure! [16:19] czajkowski: For even more evil: misspell everyone's names in the doc and don't grant edit. [16:19] Daviey: i didn'tknow that was the lenovo lab :) [16:19] allenap: eh no I kinda want people to edit it :) [16:20] s/evil/efficacy/ [16:20] Daviey: but yet, where do I get the credentials [16:20] roaksoax: didn't you already have access? [16:21] czajkowski: But they'll have to ask you for edit, so you can check that *everyone* has read your message and acted on it. Who can resist not correcting their own name? Actually, I know of one person... [16:22] Daviey: the only two labs I had access two were the UEC one and the one jamespage uses [16:22] allenap: lol [16:23] roaksoax: Hmm [16:23] roaksoax: can you request access through the QA team? === jamespage is now known as hazmat_mk2 === hazmat_mk2 is now known as jamespage [16:25] Daviey: sure, will do [16:41] Daviey: i think I can even use canonistack to test the script [16:44] roaksoax: script ? [16:44] Daviey: maas-import-pxe-files [16:44] ahh [18:34] when using the mass shell to try to delete the admin node, I am seeing [18:34] NodeStateViolation: Cannot delete node node-e7924f74-bcbd-11e1-a4fe-000c295c2531: node is in state Allocated. [18:34] how can I delete the admin node when the interface won't let me [18:34] ? [18:38] Ok, well, it appears half deleted. I can no longer edit the node from the interface, but it is still in the interface [20:03] Can anyone help me with the commands to delete ghost entries in the interface? [20:03] I'm guess it should be able to be done via the maas shell [20:11] trying to delete nodes from MaaS? [20:11] hang on, I think I have that here somewhere [20:13] sudo maas shell [20:13] > from maasserver.models import Node [20:13] > node = Node.objects.get(hostname='myhostname') [20:13] > node.delete() [20:14] http://paste.ubuntu.com/1040776/ [20:23] >>> node = Node.objects.get(hostname='maas02') [20:23] >>> node.delete() [20:23] Traceback (most recent call last): [20:23] File "", line 1, in [20:23] File "/usr/lib/python2.7/dist-packages/maasserver/models.py", line 636, in delete [20:23] % (self.system_id, NODE_STATUS_CHOICES_DICT[self.status])) [20:23] NodeStateViolation: Cannot delete node node-e7924f74-bcbd-11e1-a4fe-000c295c2531: node is in state Allocated. [21:03] oh, they can't be allocated. [21:03] you have to terminate-machine from juju first. [21:13] how do you terminate the machine from juju? [21:22] ok, juju destroy-environment [21:23] weee, that did it [21:45] flacoste: is rvba the only one working on the celery stuff? [23:30] roaksoax: no, allenap and bigjools also participated