[00:29] someone writing the documentation of Juju to portuguese/brazil (https://github.com/juju/docs) [00:29] ?? [00:42] hey marcoceppi my fellow charmer brenopolanski is interested int committing some PR/BR translations, do you have any way of accomodating that stuff yet? === CyberJacob is now known as zz_CyberJacob === zz_CyberJacob is now known as CyberJacob [07:28] Good morning Juju world! [12:45] Hi. im try to install openstack... im jusing latest conjure-up on MAAS ubuntu 16.04 LTS, in all dokumentation it says that i need 1 MAAS server, 1 juju, and 3 comp nodes for openstack. But i run conjure-up openstack, bootstrapping the juju node goes fine, but when nodes are deploing i run juju status and there i see that it expect 4 mashine?? why ? and is it possible to run it at 3 comp nodes? [12:49] hi dougi, you could ask at #openstack-charms [12:59] magicaltrout: email the list, we've not really talked much about translations. I'd like to use Launchpad for it, but I don't run the docs [12:59] fair enough [13:02] magicaltrout: HELLO! [13:04] jesus [13:06] kjackal: ok thanks :) [13:19] magicaltrout: HOW R U? [13:20] lolz [13:20] you a bit bored admcleod ? :P [13:23] magicaltrout: no, just expressing the joy which you bring to my world [13:23] * magicaltrout detects cynicism [13:25] i typed that without even a homeopathic degree of anything negative [14:08] Stupid question, but hook tools can't be run from the shell on unit can they? Isn't there some way to get into the charm's environment to run the hook tools lke config-get manually? [14:08] I want to test some of them out and then write a hook to take advantage of them. [14:08] ^^ IOW, I can't just juju-ssh to a unit and run config-get, there's something more that needs to be done to get into the Juju environment on the deployed unit? [14:09] bladernr: juju run for a unit runs in a hook context. you can invoke that way. [14:26] jrwren, perfect! that's exactly what I was looking for [14:26] jrwren, thanks a ton! [14:29] bladernr: you are welcome. If you can suggest a place where you would have found this in the docs, maybe we could update the docs to mention it. [14:39] jrwren, maybe just a mention here: https://jujucharms.com/docs/2.0/reference-hook-tools [14:39] perhaps in one of the Note boxes at the top of the page as just a hint for testing the hook helpers [14:39] sprint over, time go to. [14:40] bladernr: thanks! [15:27] tvansteenburgh: https://github.com/juju/python-libjuju/commit/6ba2856fecf224ae3fd589331e889a6587e8153b#commitcomment-20136048 [15:29] tvansteenburgh: I was using add_model in matrix already before your change and just passing None for both of those, so I think we can just pass those through. (Though your "tag.cloud(cloud_name)" change will probably need an if / else wrapper.) [15:31] cory_fu: passing None for both of what? [15:32] cloud_name and credential_name [15:32] oh i see [15:32] well that's great news! [15:32] didn't realize that [15:32] cory_fu: will refactor, thanks for the tip [15:33] tvansteenburgh: No problem. And thanks for the merge conflicts. ;) [15:33] any time!! [15:33] =D [15:59] stub: hi, I'd like for the snap layer to support private/unpublished snaps. how would I go about adding that functionality? [18:12] bdx, could you publish your vault, consul and consul-agent charms? === mup_ is now known as mup [20:00] bergtwvd ping [20:22] if i run `juju config ...` and then run `juju run ...`, am i guaranteed that the config-changed hook has finished before the `juju run` command is executed? [20:24] iotw, are `juju run` commands queued along with regular hook invocations, or run out-of-band? [20:24] i thought it was the latter but i can't find any docs that say either way [21:55] tvansteenburgh: yes [22:11] rick_h: yes to which question? [22:12] rick_h: yes, config-changed will def finish before the juju run command executes? [22:13] Yes, it will go in order [22:13] The events are sync though they occur async === CyberJacob is now known as zz_CyberJacob