=== CyberJacob is now known as CyberJacob|Away === CyberJacob|Away is now known as CyberJacob [00:37] Term1nal: juju status? === CyberJacob is now known as CyberJacob|Away [02:32] holy crap it worked! [02:32] mhall119: what? what? I just heard an explosion! [02:32] jose: it was my head [02:33] juju just blew my mind :) [02:33] haha, what did it just do? [02:34] I deployed 5 services to 5 machines with all relations and it "just worked" [02:35] even using haproxy, which I've never used before, I just deployed it, added a relation to my summit charm, and boom, it's scalable [02:36] after fighting with charms and juju and lxc all week, I'm so happy right now [02:36] jose: http://paste.ubuntu.com/7419267/ :) [02:36] it's so pretty [02:36] mhall119: woot! [02:37] cool! [02:37] * jose is excited to see that summit charm [02:38] oooo [02:38] jose: https://code.launchpad.net/~mhall119/summit/charm [02:38] awesome! [02:38] * jose <3 summit === CyberJacob|Away is now known as CyberJacob === vladk|offline is now known as vladk === CyberJacob is now known as CyberJacob|Away === yo61_ is now known as yo61 [10:56] I have an error when running debug-hooks: duplicate session: shard1/0 Connection to ... closed. [10:56] I have no other session opened [11:09] Ok, I found a workaround here: https://bugs.launchpad.net/juju-core/+bug/1255502 [11:09] <_mup_> Bug #1255502: juju debug-hooks can fail with duplicate session === nessita_ is now known as nessita [13:03] marcoceppi: ping [13:33] cjohnston: he's out today [13:34] lazyPower: ack.. how good are you with amulet ;-) [13:39] Moderately good - I can try to answer your question :) [13:40] <_benoit_> Any juju-core developper here ? [13:40] <_benoit_> I am trying to find how I could reuse bits of the ec2 implementation in the outscale implementation [13:41] <_benoit_> I saw that the types names of the ec2 implementation where not capitalized (exported) so I don't see how I could embed them for reuse [13:45] lazyPower: /27 [13:45] sorry for the ping [13:45] no worries [13:45] whats up [13:47] lazyPower: so I have a test running.. and I am attempting to get the IP and port for the instance.. I get a KeyError on open-ports [13:47] lazyPower: L77 http://paste.ubuntu.com/7417300/ I guess it shows complete, then 2 seconds later is starts another deployment... L78 shows the output of a command that is being run by the test, where we are trying to get the IP address and the open ports.. the open ports dont exist yet for some reason.. L84 is that same command, and they exist there === liam_ is now known as Guest67023 [13:48] can you link me to your test code? [13:49] lazyPower: http://bazaar.launchpad.net/~canonical-ci-engineering/uci-engine/trunk/view/head:/tests/test_ppa_assigner.py [13:50] interesting use of amulet [13:51] It may be running through the code before it's finished standing up. try adding a d.sentry.wait() [13:51] that will ensure the sentry units hang the text execution until the topology has 'settled' [13:51] how should we be using amulet? [13:51] s/text/test [13:51] this is by no mean's wrong, but you're the first person i've seen introduce an amulet wrapper class like this :) i like it [13:52] ack.. it wasn't me.. lol.. I can't take the credit [13:52] this is cool stuff, i'm going to pass this off to my team so they can take a look as well === wedgwood is now known as Guest40395 === wedgwood1 is now known as wedgwood === mars__ is now known as mars [14:51] frankban: I cannot get juju-quickstart 1.3.2 as packaged working in Utopic. I've filed a bug on this. [14:51] frankban: it may be a juju bug, I'm not sure. But this blocks an SRU to Trusty. [14:59] rbasak: what's the problem? [15:01] <_benoit_> niemeyer: Hi [15:01] _benoit_: Heya [15:01] <_benoit_> niemeyer: you seems to be owner of juju core so I would like to ask you what is the best way to integrate the Outscale cloud in juju-core [15:01] frankban: details in bug 1317939. It just doesn't work. [15:02] <_benoit_> niemeyer: It's mostly ec2 compatible but without s3 [15:02] _benoit_: Hmmm.. can we catch up in ~1h? [15:02] <_benoit_> niemeyer: yeah sure [15:03] _benoit_: I need to step out for lunch imminently [15:03] _benoit_: Thanks! === roadmr is now known as roadmr_afk [17:30] ERROR state/api: websocket.Dial wss://10.0.3.1:17070/: dial tcp 10.0.3.1:17070: connection refused [17:30] does anyone remember how to get around this? === roadmr_afk is now known as roadmr === vladk is now known as vladk|offline === vladk|offline is now known as vladk === vladk is now known as vladk|offline [18:51] oh oh, I think Rodney Quillo's new ansible release breaks all the charms that use it... [18:59] <_benoit_> niemeyer: re [18:59] _benoit_: yo [18:59] <_benoit_> niemeyer: should we go private to discuss this ? [19:00] <_benoit_> niemeyer: first question do you have time right now ? [19:00] _benoit_: I do have some [19:00] _benoit_: If it's about juju, we can stay here, or go to #juju-dev [19:09] avoine: how so? [19:10] in 1.6 ansible try to read file that starts with { as json [19:10] but charm-helpers use yaml [19:10] tvansteenburgh: ^ [19:12] well this is weird, the rails-charm references vim-rails as it's upstream counterpart? https://code.launchpad.net/charms/+source/rails [19:16] avoine: thanks for the heads-up [19:16] avoine: i wonder if there's an option to use the old behaviour? [19:16] avoine: When did that land? [19:17] yesterday it looks like [19:17] urgh so its in the debian package then? [19:17] yep [19:17] * lazyPower deploys gitlab-ci to validate its not broken === CyberJacob|Away is now known as CyberJacob [19:19] the error is like: 2014-05-09 19:08:00 INFO install fatal: [localhost] => /etc/ansible/host_vars/localhost: Expecting property name: line 1 column 1 (char 1) [19:21] I think it could be fix in charm-helpers/contribs/templates/context.py by removing the parentesis around the yaml [19:23] * contrib/templating/contexts.py [19:25] sinzui: was vim-rails registered against the rails charm to share bugs? Is it going to peeve anyone off if i remove this uplink? [19:25] lazyPower, 99% chance it was an error [19:25] awesome. Thanks [19:26] most people who link to distros do more harm than help [19:37] tvansteenburgh: fyi https://bugs.launchpad.net/charm-helpers/+bug/1318036 [19:37] avoine: thank you! [19:58] avoine: did you want to propose your branch for merging? your change lgtm assuming all the tests pass, but i don't have the power to merge it [19:59] avoine: will probably need to wait for marcoceppi to merge [19:59] tvansteenburgh: yeah, should I create a merge request? [19:59] ok [19:59] avoine: yes, please do [20:03] tvansteenburgh: ping me once your +1's are on the MP [20:03] i'll do a quick review and ack it if it's good [20:03] tvansteenburgh: done https://code.launchpad.net/~patrick-hetu/charm-helpers/default_flow_style/+merge/219063 [20:05] dude, perfect [20:05] avoine: thanks for this fix! === CyberJacob is now known as CyberJacob|Away [20:41] jcastro: sudo start juju-db-local-jorge [22:33] lazyPower: still around? [22:35] for a minute or two, whats up jose? [22:36] lazyPower: hey! you said your owncloud tests passed when you did them, would you mind pastebinning the test so I can see if they work for me? [22:36] (in the case you still have those changes) [22:36] I'm getting these random timeouts [22:36] jose: it's whatever is in trunk of the owncloud charm [22:36] hmm... ok(?) (that shouldn't work) [22:37] jose: running them against amazon now [22:37] i'll stick around until they complete running [22:38] thanks! I'm running my tests once more to see if they for any magic reason work [22:52] lazyPower: unit relation-sentry failed hook install [22:52] did you --set-e? [22:53] if you did, can you ssh-import-id on the unit so i can remote in and take a look at the logs? [22:53] actually, i got that too, so nevermind. I'll re-run it with --set-e [22:53] sorry, nope :( [22:53] * lazyPower scratches head [22:53] they worked at one point... otherwise they wouldn't have been acked. [22:54] I find it weird... *that's* the one which shouldn't fail! [22:54] (╯°□°)╯︵ ┻━┻ [22:55] well mine filed on deploying the relation sentry [22:55] so [22:55] * lazyPower looks shifty [22:55] * lazyPower breaks for food while this runs its course [23:12] lazyPower: got the timeout again, even though seconds was set to 3000, which is 50mins [23:13] jose: http://paste.ubuntu.com/7425609/ [23:14] so that's the thing? [23:14] * jose grrs [23:19] jose: looks like the tests tanked after the merge to update owncloud [23:20] i just reverted back to rev 23 and they work [23:20] so, what should we do? [23:21] I'm not entirely sure on what do to now [23:25] jose: the tests are going to have to be updated. The update got merged without checking the tests [23:25] I personally don't see what could've changed [23:25] file a bug, assign to me, note in the MR that the tests need updated unless you feel like starting from square 0 and rewriting them. [23:26] i'll get to them when I get some time to cycle on it. Possibly later this weekend depending on whats going on [23:26] hmm, will do [23:27] Thanks jose [23:27] thanks to you! [23:27] I'm goign to head out for the evening. o/ appreciate the cycles on trying to discover whats wrong with the owncloud tests [23:28] you have a good rest of your day! [23:28] question about juju, trying to wrap my head around: say for example I do something dumb easy like wordpress and mysql in juju. If I set 2 mysql units for 1 wordpress unit, if one of the mysql units goes down, it's already good to go? [23:31] I'm not exactly sure about how that would go [23:32] I guess I don't understand what the purpose of deploy more units of mysql would do exactly. Do they already replicate at that point? [23:32] I personally don't know, someone else should be able to help around [23:34] Term1nal: in general, I think you'd have to check the charm's README to know the capabilities of each charm. [23:34] Term1nal: for mysql, it looks like you can deploy mysql slaves easily enough to improve read performance: http://manage.jujucharms.com/charms/precise/mysql [23:35] off to walk the dog :) have fun [23:36] I can grok that, but in the juju-gui, what is the benefit of just increasing the amount of units deployed? [23:42] http://askubuntu.com/questions/369231/juju-mysql-adding-units-vs-adding-new-service-with-relation I think that sums up what I was wondering about. [23:42] So adding more units to the charm doesn't do anything :D