[00:22] hah [00:22] + wget --no-verbose -O - http://localhost/MAAS/api/1.0/files/?key=8a8b1d56-ae02-11e2-a65a-ac162d8ba8b8&op=get_by_key [00:22] in cloud-init-output.log [00:22] i can see two problems here: 1) i put localhost in the environment config [00:22] 2) this is an armhf node... [00:23] + tar xz -C /var/lib/juju/tools/1.10.0-precise-amd64 [00:24] mwhudson: how did the bootstrap go? [00:24] ahasenack: getting there [00:24] ah, it fetched the amd64 tarball? [00:24] well [00:24] it didn't [00:25] but for reasons that are pebkac [00:25] if i hadn't made that mistake, i don't think the next bit would have gone very well though [00:25] ok [00:25] thumper: oy, are you here? [00:26] do the tools exist for armhf? I thought I saw in #ubuntu-release earlier that juju-core had incorrect architecture lines... [00:26] sarnold: not that i can tell [00:27] sync-tools just grabs stuff for amd64 and i386 [00:27] so i guess i wasn't expecting the bootstrap to _work_ [00:27] but i also wasn't expecting it to blithely try to grab the amd64 tools [00:28] i guess i should try pyju again, i hear this actually works with armhf... [00:29] mwhudson: oh hai [00:30] thumper: i'm having fun with juju-core on (well, deploying to) armhf [00:30] thumper: would you expect this to work? or am i rubbing myself across the bleeding edge again? [00:30] mwhudson: hmm... [00:30] mwhudson: which version of go are you using? [00:31] thumper: no idea [00:31] i don't think i have go installed actually [00:31] hm no i do [00:31] golang is the package [00:31] mwhudson@lava-leg01:~$ dpkg -l golang [00:31] No packages found matching golang. [00:32] well, since we don't build for arm yet, I'd be very surprised if you got juju-core working on arm [00:32] ah [00:32] ii golang-go 2:1-5 Go programming language compiler [00:32] hmm... mine is 2:1.0.2 [00:32] this is precise fwiw [00:32] mwhudson: I've been told by davecheney that go prior to 1.1 is crackful on arm [00:33] why does this matter though? [00:33] so no, I wouldn't expect it to work [00:33] does stuff get compiled on the fly? [00:33] we don't build arm binaries [00:33] so how are you running it if not compiling yourself? [00:33] i'm running on an intel box [00:33] pointed at maas [00:33] that has a bunch of arm nodes enlisted [00:36] hmm... [00:36] there are no arm tools built [00:36] so no, I don't think it will work [00:36] ok [00:36] you'd have to build your own [00:37] which is a bit more work [00:37] it seems to try to fetch the amd64 tools on my node [00:37] which i guess is a bug? [00:37] yeah, that's kinda hard coded :( [00:38] ok [00:38] so, yes a bug, arm isn't supported yet [00:38] through the wonders of a compiled lanuage [00:38] language [00:38] who can i talk to to find out if this is a priority? [00:38] mramm [00:38] ok [00:39] np [07:07] can I get some help with the juju gui ? [10:45] Hi, I'm trying to debug an issue I'm seeing between 2 charms I'm testing on lxc. I have a debug-hooks session running and if I remove-relation between the charms the debug-hooks session immediately kicks in and gives me a session in the charm dir. However add-relation does not, the debug hooks session is silent as if there is no attempt to run any hooks. [10:45] http://paste.ubuntu.com/5604164/ [10:56] hmm, I'm going to redeploy and try and recreate. === wedgwood_away is now known as wedgwood === gary_poster is now known as gary_poster|away === gary_poster|away is now known as gary_poster [15:56] clear [15:56] exit === gary_poster is now known as gary_poster|away === gary_poster|away is now known as gary_poster [17:10] Should a charm ever need to "require" a juju-info interface? I thought that subordinates were supposed to provide it, but all "other" communication was to be done via other interfaces [17:45] marcoceppi: nothing provided is useful without at least one requirer [19:52] hey marcoceppi [19:52] hey jcastro [19:52] now that your charm tools stuff got merged maybe you can post the status on the list? [19:52] in my transition thread? [19:53] jcastro: we still haven't figure out what to do about the PPA. Adding the juju/pkgs ppa will "break" go-juju installs [19:53] I'd hate to say "Yeah, charm-tools update, break your juju to install" [19:54] core is in backports, maybe we should put charm-tools there too? [19:54] jcastro: probably [19:54] non-PPA workflow for everything would be quite nice. [19:54] I know we talked briefly about just putting charm-tools in it's own ppa, but backporting would be nice [19:55] marcoceppi: ok so that would be either Daviey, mgz, or jamespage, all in the UK and probably at the bar, can you sync up with them on Monday? [19:55] jcastro: yeah [20:09] marcoceppi: I think juju/pkgs ppa wonn't break juju-core once 0.7 lands in the ppa [20:09] m_3: ah, any idea when that'll happen? I know it's failed to build in there the last few times [20:09] * m_3 looks to see if that's done [20:09] ah that's why then [20:09] I was wondering what the deal was [20:10] marcoceppi: so, no, no clue [20:10] * marcoceppi nods [20:10] looks like quantal built, but raring is still no-go [20:11] marcoceppi: precise still no [20:11] at least it doesn't show up on my updates [20:12] unfortunate [20:21] i have a dedicated server with 12.04. can i manage it using juju? [20:42] ali1234: it's not exactly ideal for that; you can definitely use the 'local' lxc provider to deploy services into lxc containers on that one machine, but juju really shines at allocating machines and services from clouds, like from MAAS or EC2 or rackspace... [20:45] why is there even a difference? [20:49] ali1234: you -can- use the 'jitsu deploy-to' command to force a deployment on a specific machine, without forcing containers, but that's not exactly promoted with the python version of juju; the go version is supposed to do that 'natively', without using the same kinds of hacks, but I haven't followed that closely enough to know if it will work that way or not [20:49] i want to use juju to manage virtual machines in a cloud [20:49] the only caveat being i want the cloud to run on my server [20:50] so i guess i need lxc for that [20:50] but how is that really different than using AWS? [20:51] ali1234: You'll need an underlying provider for juju to talk to. The difference between AWS and just running VMs on a machine is AWS offers a channel for juju to talk to. Juju doesn't actually do the heavy lifting of turning on and provisioning machines, it simply requests them. There are already tools out there (re: Amazon, OpenStack, MAAS) to manage machine instances [20:51] ah yes, openstack [20:51] why does it need a minimum of 7 machines? [20:51] Juju is really more interested in setting up those instances and then orchestrating communication between the services and units deployed [20:52] ali1234: why does what need a minimum of 7 machines?> [20:52] openstack [20:52] Well, if you're using devstack, you only need one machine. 7 machines is the "recommended minimum hardware" for running openstack. You'll need "computer" nodes, servers for management, servers for authentication, storage, etc etc [20:53] s/computer/compute/ nodes [20:53] no, the recommended minimum is 10. 7 is the absolute minimum according to the document i read, and now cannot find [20:53] It's not recommended (for HA, etc) to have everything for openstack on one machine. It doesn't scale very well [20:54] If you're looking to play around with OpenStack you can do so on one machine: http://devstack.org/ as for reasons why OpenStack says this or that I'd give #openstack a go :) [20:54] i'm not looking to play around [20:54] this is a production server [20:54] i want a better way to manage it [20:55] preferably one that won't increase the cost by a factor of 10... [20:55] OpenStack isn't really a tool to just manage a server, it's a tool to build cloud environments [20:55] marcoceppi: wow, devstack needs to be better advertised :) [20:56] the way i see it, a cloud environment just means running virtual machines [20:56] ali1234: that's a really simplistic view of it [20:56] perhaps [20:57] Just off the top of my head, you have things like: storage management, networking management, images to build virtalmachines, and actual "compute" nodes you deploy vms to [20:57] All of that and more go in to building a cloud environment. It all takes hardware to do so [20:58] I'm not OpenStack expert, the people over in #openstack would be far better equiped to answer questions about how it may or may not help you [20:58] and there is nothing else that could do it? [20:59] ali1234: could do what? [20:59] give me a private cloud on a single server [20:59] which is suitable for production use [21:02] ali1234: fiddle around with juju's local provider on your workstation for a little bit and see what you think. You could use it to manage lxc instances on your server; that'd probably be the least-overhead sort of setup like this, short of just running all the services on the one machine as we have for the last 30 years.... [21:03] i'm running all the services on the one machine now, the problem is they all conflict with each other [21:04] aha :) darn [21:04] ali1234: Someone was able to get Juju local provider to work on a server and map public ips to different machines http://askubuntu.com/a/282415/41 [21:04] that may or may not work for what you're doing [21:04] it's running 4 wordpress, 2 drupal, moinmoin, some random ecommerce site... [21:05] a gitlab (which needs a load of unpackaged ruby gems), and several static pages [21:05] oh and a git server, and a bitcoind [21:06] no wonder you want something better :) [21:06] marcoceppi: nice. [21:07] it costs 60 euros/month... last time i checked that will get me 4 instances on amazon... [21:07] hetzner? :) [21:07] right [21:07] hehe, I've thought about that too. ridiculous amouts of hardware for cheap cheap cheap. [21:07] and the thing is we're only using about 10% of the resources it has [21:08] but adding more services just makes it unmanagable [21:08] so i'd like to be able to spin up VMs on it, please [21:08] I don' [21:08] I don't know if I'd call LXC production vm/containerization, but it's certainly worth a shot [21:09] But that might be splitting hairs at this point [21:11] ali1234: I've heard the MAAS group uses libvirt VMs for their testing... it's not exactly the intentional usage of MAAS on a pile of VMs but it might also work. At least on [21:11] ali1234: at least on my laptop, I often run ten or so VMs simultaneously (lighjtly loaded..) and things mostly work fine, those hetzner machines are bonkers compared to my laptop... [21:13] sarnold: the only thing I'd be worried about using MAAS out in the ether is it kind of gets network hungry (last I checked it) and tries to own everything [21:14] marcoceppi: heh, true, hosts wouldn't be pleased to find that thing aimed outwards :) [21:15] got a 10TB soft bandwidth limit... === wedgwood is now known as wedgwood_away === defunctzombie_zz is now known as defunctzombie