[01:14] mattrae: that usually indicates a dhcp leases parsing problem [02:29] bigjools: thx, yeah i was seeing the leases file still show the hostname as maas-enlist for hosts that were deployed.. unless i was confused [02:29] the leases file doesn't have hostnames, what do you mean? [02:30] bigjools, roaksoax here's some of the different errors i've received. i think i saw a validation error regarding a mac address as well. http://pastebin.com/WKcBv9zt [02:31] mattrae: that paste means nothing to me, I need to see actual logs [02:33] bigjools: those are the exceptions raised. i had to write them down. i'll see if i can get better logs [02:38] bigjools: regarding the hostname in the leases file, its 'client-hostname'. looks like thats sent by the client.. i'm just trying to find other symptoms that could possibly be related to why some nodes are not being added to the zone file. thats my main issue, and [02:38] mattrae: the primary reason in my experience is that there's something funky in the leases file that prevents maas from parsing it [02:38] the DNS entries are all driven from there [02:39] so first check that your expected IP/MAC is in there and then check the logs [02:39] the leases file format is fragile :/ [02:39] ah sweet, so if i'm able to fix the leases file that may fix the zone file? [02:39] no, it might be a parsing bug [02:40] cool well that gives me some hints.. i'll look at the leases file [02:40] or it could just be that the leases file is not getting parsed at all [02:43] ahh ok, i'll keep that in mind when i look at it again tomorrow [02:50] make sure that the celery log shows the job running [13:07] How to delete a MaaS node which is in 'commissioning' state? | http://askubuntu.com/q/266924 [13:17] roaksoax: i'll try to get more logs from maas/libvirt/syslog today. right now we're working around the dns issue by manually editing the zone file to add records it forgot to add. if i can continue doing that I will to get the rest of the nodes deployed. [13:18] roaksoax: we were running into additional problems deploying to nodes though, juju could not find machines that were 'Ready'. I tried different constraints and removing constraints. it could have been a typo so we're trying to add those nodes again today === kentb-out is now known as kentb [14:30] mattrae: ok remember to clearout constraints as they seem to be permanent [14:30] or "global" [14:34] `juju set-constraints arch= cpu= mem=` should be enough if you're reusing a bootstrapped environment but don't have any services [14:34] ah, sorry, =any, not = [14:35] mattrae: ^^ [14:37] generally you want to do `juju destroy-environment` if you've made maas config changes, which will blow away most juju settings except those you have locally in ~/.juju/environments.yaml === kentb is now known as kentb-afk [14:50] roaksoax, mgz: sweet that will help. i'll make sure there are no constraints [14:50] roaksoax: right now we are enlisting a node and getting an exception of "one or more MAC addresses is invalid". I have a printout of the exception and the lease [14:51] roaksoax: the maas interface shows that the node is declared. is this exception something to worry about? [14:52] uhmm if it got enlisted dont think so [14:52] cool sounds good === kentb-afk is now known as kentb === alexlist` is now known as alexlist === matsubara is now known as matsubara-lunch [16:59] roaksoax, bigjools: i am leaning strongly on the issue of nodes not getting added to dns being related to the leases file. i see that the leases file has different info for nodes that are added to dns and nodes that aren't. i'll work on getting the leases file to examine [17:00] mattrae: that might be related to an issue in isc-dhcp [17:00] there is a private lp bug opened to track the issue https://bugs.launchpad.net/ubuntu-advantage/+bug/1154184 [17:00] Error: launchpad bug 1154184 not found === matsubara-lunch is now known as matsubara [23:04] roaksoax: hey [23:04] when is the sru planned?