[00:10] bigjools: thanks! [00:10] back at ya === freeflying is now known as freeflying_away [00:54] Is there anywhere to set what targets to get ephemeral images for (in my case I only want saucy and amd64 and i386) when I run maas-import-pxe-files? === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying [05:57] jtv: have you ever seen the wsgi wrapper failing to start up, complaining about "Connection reset by peer" ? [05:58] it's trying to run refresh_nodegroup so I suspect rabbitmq is being crap === CyberJacob|Away is now known as CyberJacob [06:32] rvba: I have spent all freaking day chasing trivial problems so I can get to examine this bug of yours on my home server [06:32] *still* have not fixed all the problems [06:33] bigjools: trivial problems in MAAS or juju-core? [06:33] for some reason, the juju binary on my maas test server is producing a totally bogus Auth header, so maas kicks everything out with a 401 [06:33] this is my last blocker [06:33] same binary works on canonistack and elsewhere [06:33] so.... I am at a loss [06:34] hum… [06:35] I'd draw my McGyver kit and log things inside piston's code to get to the bottom of the error… [06:35] it;s not maas [06:35] it's juju [06:36] the auth header is wrong [06:36] Right, but in what way exactly? [06:36] https://bugs.launchpad.net/juju-core/+bug/1239496 [06:36] Ubuntu bug 1239496 in juju-core "1.16 juju and above has oauth errors talking to maas" [Undecided,New] [06:36] that way [06:37] Very odd that I didn't see that problem at all in the lab… [06:37] only happens on my home server [06:38] The only obvious difference is realm="MAAS+API" (sent by juju). [06:39] not so [06:39] check the token [06:39] and signature [06:43] Well, they differ but that's normal. [06:43] Their size are similar. [06:43] That's the only check that my naked eye can do. [06:44] rvba: the difference is not normal [06:45] I compared headers from maas-cli and an old juju and they were almost identical [06:45] these ones are vastly different [06:45] The timestamp and the nonce are used to compute the signature. [06:45] "almost identical"? [06:46] signature was different but token was the same [06:46] in this example token is not the same [06:48] Hum, you're right, the token should be the same… [06:48] Did you inspect the DB to see what the tokens are in there? [06:54] no [06:55] rvba: having said that, I just got one to work and the token sent is different [06:56] If your juju conf hasn't changed, that is weird. The token should be dictated by your api key. [06:57] rvba: I see different tokens on different requests [06:57] Maybe I'm missing something then… [06:59] rvba: my bad - it was a celery request I had in there ... [06:59] see the last comment on the bug [07:03] bigjools: replied… [07:03] rvba: see #maas [07:07] bigjools: you're definitely right, the whole point of having different API keys that can be changed is to accommodate the case where the credentials are compromised. [07:08] rvba: people are also using them for different juju environments [07:08] hence my other bug [07:08] but we need to talk about that scenario anyway [07:32] rvba: I am fast-installing one of my microservers - so far 15 minutes later nothing going on [07:32] I guess it's broken - possibly with this bug [07:32] bigjools: not normal, I *just* used it in the lab. [07:33] the --commission thing I suspect [07:33] but can't get in to the node to find out ... [07:33] --constraints you mean…? [07:33] uhhhh yes :) [07:33] Try sshing into the allocated node. [07:34] The node should be up and running. [07:34] bigjools: check /var/log/cloud-init-output.log on that node… the last line should be the invocation of jujud with the empty --constraints. [07:35] too late [07:35] bigjools: one workaround is to explicitly use constraints when bootstrapping. [07:35] anyway juju status was dead [07:35] Another is to build from source. [07:35] It's normal, jujud is not up. [07:35] So juju status can't work. [07:35] But again, the bootstrap node should be up and running. [07:35] soooooo, juju bootstrap --upload-tools seems to be broken [07:35] Only the juju side of things crashed. [07:35] ?? [07:36] Well, if all the calls to the API are broken on your machine I'm not surprised. [07:36] that's working now [07:36] Ah. [07:37] Then run juju bootstrap --upload-tools with "-v" to see what's going on. [07:37] I did [07:37] http://paste.ubuntu.com/6234893/ [07:37] HAha [07:37] The dreaded EOF error. [07:37] Destroy and re-bootstrap. [07:38] you know of this error [07:38] I've seen if from time to time unfortunately. [07:38] same again [07:39] happening every time [07:39] Weird. [08:14] allenap: When you've got a sec, can you take another look at https://code.launchpad.net/~gmb/maas/fix-bug-1184589/+merge/190601 for me? [08:14] gmb: Certainly can. [08:14] allenap: Although it hasn't pushed yet... [08:14] Bear with me; sudden LP FUBAR [08:18] Wups [08:19] * gmb kills the wget that was eating my bandwidth [08:54] bigjools: fwiw, allenap and I talked about the bug you were referring to in the call, here is a summary of the two options we talked about (one of which is using tags, the other one basically boils down to using the API key itself as you suggest): http://pad.ubuntu.com/DnNONX6kFB [08:55] bigjools: well, more precisely, we didn't think of using the API key but to use the environment's UUID to flag the nodes. [08:55] bigjools: so your idea of using the API key is a third option. [08:56] ok [08:56] let's talk pros and cons === freeflying is now known as freeflying_away [08:57] bigjools: well, the first thing to do is to list what it means doing first… because I'm still a bit fuzzy on that… === freeflying_away is now known as freeflying [09:05] allenap: care to review: https://code.launchpad.net/~rvb/maas/change-freq/+merge/190894 ? [09:05] rvba: Sure. [09:06] rvba: Done! [09:06] Thanks. [09:07] gmb: Sorry, I wrote the updated review for your wrapper branch then forgot to submit when the team call started. [09:10] bigjools, rvba: Fwiw, I don't think we should use API key, because the ability to share an environment between people but using different API keys will go away. Perhaps a hash based on admin-secret. Something that comes from Juju anyway. [09:11] bigjools: as I said before, I agree with allenap. The ability to use a different key without losing one's environment seems pretty important to me. [09:12] bigjools: what allenap suggest is the option 2 in http://pad.ubuntu.com/DnNONX6kFB. [09:12] We discarded it at the time in favor of the tag solution because solution 1 seemed simpler and it didn't imply making changes in MAAS for the solve purpose of accommodating juju. [09:14] MAAS kind of exists to support juju though, right? [09:14] rvba, allenap: +1 [09:15] rvba: I guess the tag is interesting because it does expose to others those nodes that are part of an environment. [09:15] lifeless: Shhhh ;) [09:15] lifeless: true, but it is better to let juju use generic stuff (tags) as opposed to doing thing juju-specific in juju. [09:15] in MAAS* [09:15] lifeless: You're right though. We're just trying to be constructively lazy. === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying [15:54] is there an armhf port of maas and dependencies? I'm (just for fun) trying to install MAAS on an arm system to use as a region and cluster controller. This is just a crazy idea I had that is fraught with peril, but I thought I'd try for the lulz. [15:56] rvba: howdy!! [15:56] rvba: so I see there are more fixes than last week [15:56] rvba: are you looking to SRU those too? [15:58] bladernr_: yes, there is. No specific port needed. It Just Works. Additionally, there is support for some armhf server hardware. [15:59] (ie. to bootstrap armhf server machines to use as nodes) [15:59] To use MAAS as a region or cluster controller on armhf should Just Work, providing of course that Ubuntu is supported on that particular system. Please file bugs appropriately. [16:00] rbasak: so the rub is that my secret project is putting maas, maas-region-controller and maas-cluster-controller on a raspberry pi… it's currently running a debian port (Raspbian) since Ubuntu doesn't support armv6. [16:00] so I'm trying to run maas in a non-ubuntu environment [16:01] * bladernr_ hides [16:01] That's not supported of course, as you already understand. You may have some issues with dependencies and perhaps have to port the occasional Ubuntu patch. Perhaps difficult depending on the relevant experience for the person doing it, but tractable IMHO. [16:02] Really what you'd be doing is porting MAAS to Debian, rather than doing anything ARM-specific I think. [16:03] hrmmm.. ok, that gives me an idea… thanks. [17:13] allenap: around? [18:50] roaksoax: What's up? === CyberJacob is now known as CyberJacob|Away [23:33] roaksoax: https://bugs.launchpad.net/bugs/1239758 [23:33] Ubuntu bug 1239758 in MAAS "isc-dhcp-client needs to be re installed after installing maas" [Undecided,Confirmed] [23:33] odd.... === freeflying is now known as freeflying_away