/srv/irclogs.ubuntu.com/2013/03/15/#juju.txt

=== imbrandon_ is now known as imbrandon
AskUbuntuHow does Juju "co-exist" with Chef, taking the automation process "one step further"? | http://askubuntu.com/q/26795600:53
benjihmm, the IRC logs for #juju seem a bit spotty03:05
=== defunctzombie_zz is now known as defunctzombie
=== freeflyi1g is now known as freeflying
=== defunctzombie is now known as defunctzombie_zz
gtklockerhey10:17
gtklockerI saw this: http://www.jorgecastro.org/2013/03/14/newsblur-volunteer-wanted/ I have no idea what juju is though10:17
melmothgtklocker, it s a tool to deploy services in an easy way.10:19
melmoththink about it as apt-get for the cloud.10:19
melmothworks with amazon, openstack, and lxc containers.10:20
melmothhttps://juju.ubuntu.com/docs/user-tutorial.html10:20
* mariusko_ thinks Juju still is buggy! :/11:28
_mup_Bug #1155548 was filed: Consumes a lot of CPU resources <juju:New> <juju-gui:Triaged> < https://launchpad.net/bugs/1155548 >12:30
sidneimariusko_: no one said it wasnt. ;)12:54
mariusko_sidnei: nope, it says semi-clearly that it is not production ready yet13:17
lifelesssinzui: 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:18
mariusko_for the charm instances that contain all state in the config, a workaround is to redeploy the service13:19
sidneia workaround for what exactly?13:20
mariusko_all kind of strange behavior. Now I think I was having problem with phantom relations13:21
mariusko_after removing some of them13:21
mariusko_in the haproxy charm, but the bug might be in the core13:21
mariusko_resolved by redeploying13:21
sidneimore often than not the problems that i had were with the charms, ymmv13:22
mariusko_also possible13:22
mariusko_I just saw in the log of it iterating relations and found much more than expected13:23
=== wedgwood_away is now known as wedgwood
m_3sidnei: hey, I'm marking the apache2 MP as resubmit to move those /tests to somewhere else14:27
m_3sidnei: I can put that as a but after the changes are in if that's easier for you14:28
m_3sidnei: but it seems simpler to move them before it's in trunk imo14:28
m_3ha!... s/but/bug/ above14:28
sidneim_3: that's fine yes14:28
m_3cool... thanks man!14:29
m_3sorry the testing hasn't been communicated well14:29
sidneinp. i also want to solve the charmhelper/charmsupport issue, might end up delaying the resubmit for that.14:29
m_3sidnei: hey... side note14:31
m_3would it make sense to consolidate squid-{reverse,forward}proxy into a single charm?14:32
m_3that could take role based on the relations14:32
m_3similar to the hadoop charm (there's a great readme on that)14:32
sidneim_3: i believe so, after the changes i did14:32
m_3sidnei: cool... well one step at a time, let's get these landed first14:33
m_3then we can see what people would expect to see for squid and what's easy to use14:34
m_3sidnei: awesome work man14:37
sidneithanks!14:37
dpb__m_3: lp:~davidpbritton/charms/precise/landscape-client/add-landscape-relation is ready for review again14:47
=== wedgwood is now known as wedgwood_away
=== wedgwood_away is now known as wedgwood
m_3dpb__: cool, thanks!  there're a couple in-process atm15:04
dpb__m_3: backlog getting worked down? :)15:12
m_3dpb__: one bite at a time... was a big backlog15:25
=== defunctzombie_zz is now known as defunctzombie
marcoceppihazmat: 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/15358515:56
m_3marcoceppi: ack, thanks16:05
marcoceppiScrew it, thundergun, going to just merge it16:05
* marcoceppi Two seconds too late16:05
m_3marcoceppi: sounds good16:05
marcoceppiI should have run make check after "rebasing" from trunk16:07
m_3marcoceppi: I should've done it in the review ;)16:15
m_3doh16:15
m_3no biggie16:15
marcoceppithere's always next time ;)16:15
=== 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
mattywjcastro, sure17:23
jcastromattyw: post your error17:27
mattywjcastro, bzr: ERROR: Permission denied: "~mattyw/charms/precise/mongodb_auth_experiment/": : Cannot create branch at '/~mattyw/charms/precise/mongodb_auth_experiment'17:27
qenghomattyw: does  ~/charms/precise  exist?17:28
qenghoWhat's the command that caused that?17:29
mattywqengho, bzr push lp:~mattyw/charms/mongodb_auth_experiment17:29
marcoceppimattyw try this:17:30
marcoceppibzr push lp:~mattyw/charms/precise/mongodb_auth_experiment/trunk17:30
mattywmarcoceppi, mongodb_auth_experiment is not a valid source package name.17:31
mattywthat's the error I get :(17:32
marcoceppimattyw 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 me17:33
mattywmarcoceppi, do I need to be a member of any team?17:33
mattywmarcoceppi, the team that own the charms project?17:33
qenghomattyw: try dropping the "/precise" -- the system may interpret that as part of a distro/release/package/branchname sequence.17:34
qenghoOh, I see you started without it.  Never mind.17:34
marcoceppimattyw 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 it17:35
marcoceppithat team, iirc, is your first stop if you're interested in helping with charms17:36
mattywmarcoceppi, nope that doesn't seem to have fixed it :(17:36
mattywmarcoceppi, member of charmers pherhaps? I've applied are you one of the mods?17:37
marcoceppimattyw that's not it. I know other users who aren't in charmers who have branches with that address17:39
mattywmarcoceppi, ok, I'll keep trying and see what I can come up with17:39
marcoceppiI'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_experiment17:40
marcoceppinot sure if it's actually part of the Mongodb charm or if it's something different17:40
mattywmarcoceppi, yep - that got it17:41
marcoceppiCool, looks like it's based on the mongodb charm, so that would be the "best" address for it17:42
mattywmarcoceppi, jcastro qengho rather embarrassingly that is actually what the documentation says - thanks for helping guys!17:43
jcastrowait17:44
jcastroso what was the problem? I'm confused now17:44
jcastrom_3: you were pinging me about some broken branches earlier?17:45
m_3jcastro: nah, nm I got what I was looking for17:51
mattywjcastro, 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_experiment18:08
jcastrooh! the charm's name, of course, that makes sense now18:08
mattywjcastro, it does say that in the docs I was reading - but seems like I tried to blaze my own trail :(18:13
mattywjcastro, thanks for the help. I'll post it to the juju list18:13
wedgwooddid anyone start on that newsblur charm?18:57
jcastronot yet!18:59
jcastroit would be awesome though18:59
wedgwoodno kidding. I be the author would even be thankful. he's getting destroyed by demand19:01
wedgwoodI'll give it the rest of my lunch break and see where that gets me.19:01
wedgwoodooh, off-by-30 error on that. gotta get back to work, but maybe this evening.19:02
jcastronod19:02
jcastroyeah it would be nice to say19:02
jcastro"oh hey greader shut down, so I "juju add-unit newsblur -n 20"19:03
marcoceppiprobably be around -n 10019:04
salgadojuju 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
salgadoif not, where can I find the cache so that I can manually delete it?19:05
sarnoldsalgado: juju deploy -u is probably what you're looking for19:08
jcastrohttp://askubuntu.com/questions/262833/how-do-i-force-the-juju-bootstrap-node-to-clear-the-charm-cache19:08
jcastrosarnold: I reworded the question to be more generic19:09
sarnoldjcastro: aha :)19:09
salgadothanks sarnold, jcastro!19:10
benmHello, where is the right place to ask for first time help testing a juju local mysql configuration?19:22
marcoceppim_3 looks like pep8 needs to be added as a dependency for charm-tools. I'm not 100% sure how to do that though19:46
m_3marcoceppi: ack19:46
marcoceppim_3 thanks!19:47
m_3marcoceppi: I'll fix it19:47
=== defunctzombie is now known as defunctzombie_zz
sarnoldbenm: here or askubuntu.com is fine :)20:27
=== defunctzombie_zz is now known as defunctzombie
benm\msg sarnold thanks, marcoceppi's blog is proving useful20:32
sarnoldbenm: oh, cool, I'll have to give it a look :D20:32
=== 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

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