=== imbrandon_ is now known as imbrandon [00:53] How does Juju "co-exist" with Chef, taking the automation process "one step further"? | http://askubuntu.com/q/267956 [03:05] hmm, the IRC logs for #juju seem a bit spotty === defunctzombie_zz is now known as defunctzombie === freeflyi1g is now known as freeflying === defunctzombie is now known as defunctzombie_zz [10:17] hey [10:17] I saw this: http://www.jorgecastro.org/2013/03/14/newsblur-volunteer-wanted/ I have no idea what juju is though [10:19] gtklocker, it s a tool to deploy services in an easy way. [10:19] think about it as apt-get for the cloud. [10:20] works with amazon, openstack, and lxc containers. [10:20] https://juju.ubuntu.com/docs/user-tutorial.html [11:28] * mariusko_ thinks Juju still is buggy! :/ [12:30] <_mup_> Bug #1155548 was filed: Consumes a lot of CPU resources < https://launchpad.net/bugs/1155548 > [12:54] mariusko_: no one said it wasnt. ;) [13:17] sidnei: nope, it says semi-clearly that it is not production ready yet [13:18] sinzui: https://juju.ubuntu.com/docs/ "juju is still in a stage of fast development, and is not yet ready for prime time. The current software is being made available as an early technology preview, and while it can be experimented with, it should not be used in real deployments just yet." [13:19] for the charm instances that contain all state in the config, a workaround is to redeploy the service [13:20] a workaround for what exactly? [13:21] all kind of strange behavior. Now I think I was having problem with phantom relations [13:21] after removing some of them [13:21] in the haproxy charm, but the bug might be in the core [13:21] resolved by redeploying [13:22] more often than not the problems that i had were with the charms, ymmv [13:22] also possible [13:23] I just saw in the log of it iterating relations and found much more than expected === wedgwood_away is now known as wedgwood [14:27] sidnei: hey, I'm marking the apache2 MP as resubmit to move those /tests to somewhere else [14:28] sidnei: I can put that as a but after the changes are in if that's easier for you [14:28] sidnei: but it seems simpler to move them before it's in trunk imo [14:28] ha!... s/but/bug/ above [14:28] m_3: that's fine yes [14:29] cool... thanks man! [14:29] sorry the testing hasn't been communicated well [14:29] np. i also want to solve the charmhelper/charmsupport issue, might end up delaying the resubmit for that. [14:31] sidnei: hey... side note [14:32] would it make sense to consolidate squid-{reverse,forward}proxy into a single charm? [14:32] that could take role based on the relations [14:32] similar to the hadoop charm (there's a great readme on that) [14:32] m_3: i believe so, after the changes i did [14:33] sidnei: cool... well one step at a time, let's get these landed first [14:34] then we can see what people would expect to see for squid and what's easy to use [14:37] sidnei: awesome work man [14:37] thanks! [14:47] m_3: lp:~davidpbritton/charms/precise/landscape-client/add-landscape-relation is ready for review again === wedgwood is now known as wedgwood_away === wedgwood_away is now known as wedgwood [15:04] dpb__: cool, thanks! there're a couple in-process atm [15:12] m_3: backlog getting worked down? :) [15:25] dpb__: one bite at a time... was a big backlog === defunctzombie_zz is now known as defunctzombie [15:56] hazmat: m_3 I've got a fix for failing charm-tools. It's kind of small but thought you should know https://code.launchpad.net/~marcoceppi/charm-tools/pep8-fix/+merge/153585 [16:05] marcoceppi: ack, thanks [16:05] Screw it, thundergun, going to just merge it [16:05] * marcoceppi Two seconds too late [16:05] marcoceppi: sounds good [16:07] I should have run make check after "rebasing" from trunk [16:15] marcoceppi: I should've done it in the review ;) [16:15] doh [16:15] no biggie [16:15] there's always next time ;) === defunctzombie is now known as defunctzombie_zz === salgado is now known as salgado-lunch === salgado-lunch is now known as salgado === defunctzombie_zz is now known as defunctzombie [17:23] jcastro, sure [17:27] mattyw: post your error [17:27] jcastro, bzr: ERROR: Permission denied: "~mattyw/charms/precise/mongodb_auth_experiment/": : Cannot create branch at '/~mattyw/charms/precise/mongodb_auth_experiment' [17:28] mattyw: does ~/charms/precise exist? [17:29] What's the command that caused that? [17:29] qengho, bzr push lp:~mattyw/charms/mongodb_auth_experiment [17:30] mattyw try this: [17:30] bzr push lp:~mattyw/charms/precise/mongodb_auth_experiment/trunk [17:31] marcoceppi, mongodb_auth_experiment is not a valid source package name. [17:32] that's the error I get :( [17:33] mattyw interesting. You could always push to ~mattyw/+junk/mongodb_auth_experiment for the time being I don't know nearly enough about the name scheme to say why that doesn't work for you but works for me [17:33] marcoceppi, do I need to be a member of any team? [17:33] marcoceppi, the team that own the charms project? [17:34] mattyw: try dropping the "/precise" -- the system may interpret that as part of a distro/release/package/branchname sequence. [17:34] Oh, I see you started without it. Never mind. [17:35] mattyw I'm not sure what the rules are for creating branches in your own namespace. that might be the case. You may want to join https://launchpad.net/~charm-contributors to see if that fixes it [17:36] that team, iirc, is your first stop if you're interested in helping with charms [17:36] marcoceppi, nope that doesn't seem to have fixed it :( [17:37] marcoceppi, member of charmers pherhaps? I've applied are you one of the mods? [17:39] mattyw that's not it. I know other users who aren't in charmers who have branches with that address [17:39] marcoceppi, ok, I'll keep trying and see what I can come up with [17:40] I'm at at bit of a loss as to why you can't push. You could probably get away with ~mattyw/charms/precise/mongodb/auth_experiment [17:40] not sure if it's actually part of the Mongodb charm or if it's something different [17:41] marcoceppi, yep - that got it [17:42] Cool, looks like it's based on the mongodb charm, so that would be the "best" address for it [17:43] marcoceppi, jcastro qengho rather embarrassingly that is actually what the documentation says - thanks for helping guys! [17:44] wait [17:44] so what was the problem? I'm confused now [17:45] m_3: you were pinging me about some broken branches earlier? [17:51] jcastro: nah, nm I got what I was looking for [18:08] jcastro, I was trying to put it in bzr push lp:~mattyw/charms/precise/mongodb_auth_experiment rather than bzr push lp:~mattyw/charms/precise/mongodb/auth_experiment [18:08] oh! the charm's name, of course, that makes sense now [18:13] jcastro, it does say that in the docs I was reading - but seems like I tried to blaze my own trail :( [18:13] jcastro, thanks for the help. I'll post it to the juju list [18:57] did anyone start on that newsblur charm? [18:59] not yet! [18:59] it would be awesome though [19:01] no kidding. I be the author would even be thankful. he's getting destroyed by demand [19:01] I'll give it the rest of my lunch break and see where that gets me. [19:02] ooh, off-by-30 error on that. gotta get back to work, but maybe this evening. [19:02] nod [19:02] yeah it would be nice to say [19:03] "oh hey greader shut down, so I "juju add-unit newsblur -n 20" [19:04] probably be around -n 100 [19:05] juju occasionally tells me that it's using a cached version of the charm to deploy (e.g. "INFO Using cached charm version of postgresql"). is there a way to tell it not to use a cached version since I'm using local:postgresql and I've made changes to it? [19:05] if not, where can I find the cache so that I can manually delete it? [19:08] salgado: juju deploy -u is probably what you're looking for [19:08] http://askubuntu.com/questions/262833/how-do-i-force-the-juju-bootstrap-node-to-clear-the-charm-cache [19:09] sarnold: I reworded the question to be more generic [19:09] jcastro: aha :) [19:10] thanks sarnold, jcastro! [19:22] Hello, where is the right place to ask for first time help testing a juju local mysql configuration? [19:46] m_3 looks like pep8 needs to be added as a dependency for charm-tools. I'm not 100% sure how to do that though [19:46] marcoceppi: ack [19:47] m_3 thanks! [19:47] marcoceppi: I'll fix it === defunctzombie is now known as defunctzombie_zz [20:27] benm: here or askubuntu.com is fine :) === defunctzombie_zz is now known as defunctzombie [20:32] \msg sarnold thanks, marcoceppi's blog is proving useful [20:32] benm: oh, cool, I'll have to give it a look :D === salgado is now known as salgado-brb === defunctzombie is now known as defunctzombie_zz === defunctzombie_zz is now known as defunctzombie === salgado-brb is now known as salgado === wedgwood is now known as wedgwood_away