rogpeppe | babbageclunk: hiya | 07:14 |
---|---|---|
=== frankban|afk is now known as frankban | ||
mup | Bug #1639170 opened: openstack trusty:liberty deployment fails due to no relations and insufficient peer units <juju-core:New> <https://launchpad.net/bugs/1639170> | 08:25 |
balloons | dooferlad, afternoon to you | 12:28 |
dooferlad | balloons: hi | 12:29 |
dooferlad | balloons: I was just about to get lunch. Will this be quick? | 12:29 |
balloons | so dooferlad, mgz and I spent some time debugging why the triggers weren't working yesterday, and made some changes along with updating the plugin we use | 12:29 |
balloons | dooferlad, yea, don't skip lunch for me ;) I was just letting you know that it seems the troubles with some people not being able to trigger a rebuild aren't fixed -- since you still can't | 12:30 |
dooferlad | balloons: thanks for the update. I wouldn't skip lunch, only delay it. | 12:30 |
=== linaras is now known as deanman | ||
dooferlad | babbageclunk, voidspace, mgz, katco, natefinch: I have two little PRs up still: https://github.com/juju/juju/pull/6539 https://github.com/juju/juju/pull/6538 if someone could take a look | 13:49 |
voidspace | dooferlad: grabbing coffee first, then will grab one | 13:49 |
dooferlad | voidspace: thanks! | 13:49 |
katco | dooferlad: reviewed 6538 | 13:59 |
dooferlad | katco: just in time for the standup too! | 13:59 |
voidspace | dooferlad: I'm looking at 6539, but standup time | 14:00 |
katco | mgz: standup time | 14:03 |
mgz | katco: ta, I'll hop over | 14:03 |
alexisb | perrito666, you around? | 14:59 |
perrito666 | alexisb: just recovering from a computer crash | 15:01 |
perrito666 | alexisb: what can I do for you? | 15:01 |
rick_h___ | katco: can you please join https://hangouts.google.com/hangouts/_/canonical.com/rick?authuser=1 as soon as you can ? | 15:11 |
katco | rick_h___: brt | 15:11 |
voidspace | going to pick up daughter from school | 15:16 |
voidspace | brb | 15:16 |
natefinch | whoever decided to standardize on ctxt as an abbreviation for context should be ashamed of themselves :/ | 16:17 |
voidspace | natefinch: why? | 16:18 |
natefinch | because ctx is a much more common abbreviation, which is why I constantly get errors like this: undefined: ctx in ctx.Stdout | 16:18 |
voidspace | natefinch: ah! | 16:21 |
voidspace | fair enough | 16:21 |
voidspace | right, I'm off to London | 16:21 |
voidspace | see you all on Monday | 16:21 |
balloons | katco, https://bugs.launchpad.net/juju/+bug/1639291 has the trace log attached if you still want it | 16:40 |
mup | Bug #1639291: upgrade-juju fails after bootstrapping with agent-version <juju:New> <https://launchpad.net/bugs/1639291> | 16:40 |
katco | balloons: ta | 16:41 |
balloons | katco, note.. I see different behavoirs under 2.0.0 than 2.0.1. I will redo the tests to confirm | 16:42 |
balloons | both logs are attached | 16:42 |
katco | balloons: k, i'll treat this as central place for info | 16:42 |
balloons | Should juju 2 be looking at kvm support? juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions | 16:53 |
katco | balloons: i thought we had foregone kvm support for 2.x | 16:54 |
balloons | that was my thought.. Another bug I believe | 16:54 |
rick_h___ | No isn't redir working on that? | 16:55 |
balloons | rick_h___, what does juju 2 use kvm for? | 16:55 |
redir | yup | 16:55 |
balloons | ah, you are solving https://bugs.launchpad.net/juju/+bug/1547665 | 16:56 |
mup | Bug #1547665: juju 2.0 no longer supports KVM for local provider <2.0-count> <juju:Triaged> <https://launchpad.net/bugs/1547665> | 16:56 |
redir | balloons: currently I am working on removing our uvtool-libvirt dependency so kvm will work on ppc64 (and arm64) | 16:57 |
=== frankban is now known as frankban|afk | ||
natefinch | redir: made all your suggested code review changes: https://github.com/juju/juju/pull/6498 | 18:45 |
marcoceppi | who can tell me everything I need to know about spaces and AWS | 19:11 |
natefinch | not sure there are many networking people on at this time of day. I think they're all european timezones | 19:13 |
perrito666 | marcoceppi: as natefinch said, most networking people is afaik in europe and some even traveling for a sprint | 19:14 |
marcoceppi | perrito666 natefinch :( | 19:16 |
rick_h___ | marcoceppi: make sure your account is vpc enabled | 19:30 |
marcoceppi | rick_h___: it is | 19:31 |
marcoceppi | rick_h___: I want to bind relations on different spaces | 19:31 |
rick_h___ | marcoceppi: though the code isn't complete and not everything will work, like endpoint binding I believe. | 19:31 |
marcoceppi | rick_h___: so we need juju to be updated, otherwise it's all flat VPC? | 19:32 |
marcoceppi | i see the vpc-id in model config, and stuff | 19:32 |
rick_h___ | marcoceppi: so you can deploy to different spaces but not get the binding. The charm has to be grabbing the right nic I think. | 19:32 |
rick_h___ | marcoceppi: try it? Just deploy with --bind for the spaces you've got. | 19:33 |
rick_h___ | https://jujucharms.com/docs/2.0/network-spaces and https://jujucharms.com/docs/2.0/charms-deploying | 19:35 |
rick_h___ | marcoceppi: ^ the deploying with binding section | 19:36 |
marcoceppi | rick_h___: are spaces supported in bundles? | 19:42 |
marcoceppi | rick_h___: cool, I'll try bind when I land | 19:43 |
rick_h___ | marcoceppi: so spaces constraints are, I'll have to check the code if bindings with endpoints made the spec. | 19:44 |
marcoceppi | rick_h___: awesome, bundles would be nice, but if it has to be a script that runs deploy a few times with bind for this guy, all the better | 19:45 |
rick_h___ | Marcoceppi yea, only in constraints sorry | 19:47 |
marcoceppi | cheers, no worries | 19:47 |
natefinch | sinzui: FYI github-check-merge doesn't seem to rerun if you git commit --amend && git push -f on an existing PR | 19:59 |
natefinch | (which is something that I do all the time) | 19:59 |
natefinch | e.g. https://github.com/juju/juju/pull/6498 | 20:00 |
sinzui | natefinch: interesting | 20:00 |
perrito666 | natefinch: even if you !!something!!? | 20:00 |
natefinch | perrito666: well, I could yes, but I shouldn't have to, is the point | 20:00 |
natefinch | this happens fairly often - I push something up, realize I forgot to git add a file, so I do so, ammend the previous commit and push up. The checks fail on the original push (because missing file), but then it never reruns. | 20:01 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!