/srv/irclogs.ubuntu.com/2014/04/15/#maas.txt

=== CyberJacob is now known as CyberJacob|Away
* mwhudson is trying to enlist some midway nodes01:30
mwhudsonand it's failing01:30
mwhudsonuh01:32
mwhudsonis this expected to work even01:32
mwhudson/etc/maas/templates/pxe/config.commissioning.template sure doesn't look like it will work on armhf01:32
=== CyberJacob|Away is now known as CyberJacob
=== vladk|offline is now known as vladk
=== CyberJacob is now known as CyberJacob|Away
rvbaallenap: btw, if you have 10 minutes later today, I'd like to talk briefly about maas-test.08:26
allenaprvba: I will have 10 minutes later today :)08:26
rvbaallenap: heh08:26
allenaprvba: I’ll ping you once I’ve finished writing the email I’m on.08:27
rvbaallenap: cool, ta08:27
gmbrvba: Do you ahve time for a quickish pre-imp? I think that there are some improvements to be made to Andre’s code, but I’d like to run them past you in your post as Djangoist-in-chief.09:41
rvbagmb: sure09:46
gmbrvba: Cool.09:47
rvbagmb: you might want to link your branch to the bug Andres "fixed" with his change.  This way, it will get picked up by whoever does the release later this week.09:57
gmbrvba: Good idea! Thanks.09:58
gmbOh!09:58
gmbrvba: Except there’s no bug linked to the original branch…09:59
rvba:/10:01
gmb*sigh*10:01
rvbaI guess it should be linked to the FFe bug.  But let's ask Andres.10:01
rvbagmb: it's not obvious to me if your thing fits into the "component error" model.  If it does, then great.  If not, then you need to add a new key in the dict global_options() (src/maasserver/context_processors.py) returns.10:03
gmbrvba: I’ve just arrived at exactly the same conclusion :)10:04
gmbIt doesn’t fit.10:04
gmbWell, it *sort of* does, but not enough for me to go to the effort to make it fit.10:04
gmbrvba: Adding a new key is much, much simpler.10:04
rvbagmb: now that I look at Andres' code, maybe the warning is intended to only be displayed on the node listing page.10:06
gmbrvba: It should at least be shown on the add Node page, too, surely. Mind you, that *is* the Node listing page with a JS form, isn’t it. Hmm...10:06
rvbaYes10:07
gmbrvba: So, simplest solution is just to a check for is_superuser and add some tests.10:07
rvbaYeah.10:07
gmbSimple wins.10:07
rvbaAlso, missing space before the 'if' in '{%if third_party_drivers and drivers %}'10:08
rvbaWhile we're at it :)10:08
gmbI’d noticed :)10:08
rvbagmb: also, the url shown in the UI can be "improved" by adding '#third_party_drivers' to it.  This way it will point to the right anchor directly.10:12
gmbrvba: Ah, yes, good thinking.10:12
gmbHoly testfailures batman!10:25
gmbSo, new thing I’ve learned: calling reverse() at import time (as opposed to in a function) causes ALL THE THINGS to blow up.10:47
rvbagmb: yes, Django does some funky stuff when an application is imported (registers the views, etc.).10:52
rvbagmb: btw, I'm thinking that the first part of the message (all the text but the link) applies to all users, not only superusers.10:53
gmbrvba: Do the users care though?10:53
gmbEh, I supposed they might.10:54
gmbrvba: Easy to fix. I’ll get on it.10:55
rvbaallenap: can you please have a look at https://code.launchpad.net/~rvb/maas/arm-bug-1307780/+merge/215861 ?12:50
jjkujhej12:52
allenaprvba: Sure.13:09
allenaprvba: Done, +1.13:11
rvbaallenap: ta13:12
rvbaallenap: tell me when you have a couple of minutes to talk about maas-test.13:12
rvba(It's not urgent)13:12
gmbrvba, allenap: My test-addtion branch is now up for review: https://code.launchpad.net/~gmb/maas/add-tests-bug-1307906/+merge/21587013:13
rvbagmb: will have a look in a minute13:18
gmbThanks.13:18
gmbrvba: Thanks for the review :)13:33
rvbanp13:33
gmballenap: I have a spurious test failure in the RPC tests: src/maasserver/rpc/tests/test_regionservice.py", line 667, in test_prepare_holds_startup_lock().13:35
gmbfailed in a branch that was documentation changes only.13:36
gmballenap: I’ll file a bug; want me to disable the test in the meantime?13:36
allenapgmb: If it’s blocking you, sure, do eet.13:45
allenaprvba: Wanna talk?13:45
gmballenap: Well, it wasn’t blocking: failed once. But I’ve put up a branch to disable it anyway because we hates wobbly tests, my precioussssss.13:45
rvbaallenap: sure, let's talk13:58
* gmb -> afk, evening stuff. might be back later15:13
=== roadmr is now known as roadmr_afk
=== vladk is now known as vladk|offline
=== CyberJacob|Away is now known as CyberJacob
=== roadmr_afk is now known as roadmr
mwhudsonrvba: thanks for fixing that armhf thing so quickly21:06
mwhudsonoh yeah, another maas oddity: i got dns failures when i specified my proxy by name21:31
mwhudsonit worked fine when i specified an ip address21:32
mwhudsondoes this sound like anything you have run into?21:32
tych0hi maas folks, i just did a clean install of current trusty maas on a fresh format of trusty, and i got this: http://paste.ubuntu.com/7257823/21:40
tych0(in /var/log/apache2/error.log)21:40
tych0any ideas?21:40
tych0ah ha :-)21:41
tych0i bet it is the stuff in /etc/maas21:41
tych0don't mind me, then :-)21:41
=== CyberJacob is now known as CyberJacob|Away
=== CyberJacob|Away is now known as CyberJacob
mwhudsonhow long is the lease time in maas's dhcp server by default?23:25
mwhudsoni see this:23:25
mwhudson       class "PXE" {23:25
mwhudson          match if substring (option vendor-class-identifier, 0, 3) = "PXE";23:25
mwhudson          default-lease-time 30;23:25
mwhudson          max-lease-time 30;23:25
mwhudson       }23:25
mwhudsonbut i don't know what that really means :)23:25
=== CyberJacob is now known as CyberJacob|Away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!