=== blahdeblah_ is now known as blahdeblah [00:23] * redir is going EoD RSN [00:23] Bug #1577550 changed: juju fails to provision machine and will not retry [00:23] Bug #1577569 changed: 1.25.5: failed to retrieve the template to clone - error executing "lxc-start" [00:57] Bug #1576805 changed: Juju controllers set the rsyslog NetstreamDriver affecting all subsequent rsyslog configuration === natefinch-afk is now known as natefinch [01:48] Bug #1577606 opened: StatusInfo has a time.Time pointer, shoult not be a pointer. [02:08] oh weird.... bootstrapping on gce, I get a log message saying "Creating Juju controller "local.google" on google/us-east1" but it's actually created in us-central1 [02:12] Bug #1577609 opened: juju switch to non-existent controller gives wrong error [02:36] Bug #1577614 opened: Bootstrapping GCE lies about the availability zone of the controller [02:42] axw_: ping [03:04] thumper: pong [03:04] sorry, missed message === axw_ is now known as axw [03:04] axw: np, was wanting to talk to you about storage entities ... [03:04] however I need to take my daughter to BJJ shortly [03:04] but I could drop and come straight back to chat if you can [03:05] thumper: sure, I can chat [03:05] in about 25 minutes? [03:06] * thumper wonders if Maia has remembered [03:06] thumper: no worries, prod me when you're back [03:06] kk [03:35] axw: back [03:36] thumper: ok, gotta make a hangout [03:36] thumper: https://plus.google.com/hangouts/_/canonical.com/juju-storage?authuser=1 [04:09] Bug #1577638 opened: Can't juju ssh to lxd-placed container [07:45] morning [07:45] * dimitern thinks it might be time to change my ISP :/ [07:46] dimitern: o/ [07:47] anastasiamac: \o [07:47] dimitern: how was easter? [07:47] anastasiamac: as usual :) I got too much to eat [07:48] dimitern: and isn't it a great feeling? \o/ [07:49] anastasiamac: ahh it is :) [08:07] frobware: ping [08:25] dimitern: stink about the internet bro - hope you get it sorted out soon! [08:25] babbageclunk: well, they did fix it, but kept me on hold for 20m [08:26] dimitern: grrr, but yay! [08:26] their support is a joke, it's good I rarely had to contact them [08:46] morning [08:55] axw: hey, are you still around? [08:55] dimitern: sure am [08:56] axw: I've noticed you've landed the changes in provider/ec2 re filtering instances purely based on tags [08:56] axw: I'm trying to integrate that into my fix for allowing non-default VPC to be used [08:56] dimitern: apart from AllInstances, which filters on security groups [08:57] axw: ah, so I'll merge the changes there [08:58] dimitern: yep, should just be in one place now [08:58] axw: how did you get around the non-idempotent nature of adding tags at start instance time? [08:59] dimitern: which non-idempotency issue would that be? [08:59] dimitern: the one we talked about last was to do with using ClientToken, but I didn't end up using that [08:59] do you mean non-atomic? [08:59] voidspace: that's it :) [09:00] dimitern voidspace: it's still non-atomic, which is why I'm using security groups in that one spot [09:00] axw: ok, makes sense [09:00] dimitern: we only *need* it in AllInstances, because that's where we need to list instances to be cleaned up by the provisioner [09:00] dimitern: babbageclunk: frobware: doorbell - will be standup shortly [09:00] dimitern: if we didn't tag it, it's busted anyway, so no point returning it from anything else [09:01] axw: right [09:01] axw: ok, thanks I'll take it from here :) [09:07] babbageclunk: are you in the standup? [10:00] thumper: oops, didn't notice that because I was in the standup [11:54] voidspace, dimitern: review please? https://github.com/juju/gomaasapi/pull/54 [11:55] voidspace, dimitern: I'm going to go through the MAAS provider and make sure we can deal with machine.BootInterface() or interface.VLAN() being nil. [11:55] babbageclunk: looking [11:58] * babbageclunk is out - meeting someone for lunch [12:26] http://askubuntu.com/questions/766851/how-do-i-use-a-feature-flag/76685 [12:26] can someone peer review my answer please? [12:30] jcastro: looks correct [12:59] dimitern: is the maas networking interlock happening? [13:00] dimitern: Thanks for the review, by the way! [13:00] babbageclunk: oops, I forgot - joining now [13:03] babbageclunk: cool [13:20] Bug #1577776 opened: 2.0b6: asks for domain-name, then doesn't know what it is [13:32] Bug #1577776 changed: 2.0b6: asks for domain-name, then doesn't know what it is [13:41] Bug #1577776 opened: 2.0b6: asks for domain-name, then doesn't know what it is [13:50] Bug #1576704 changed: MigrationExportSuite.TestUnits unequal results [13:50] Bug #1576913 changed: StatusHistorySuite.TestPruneStatusHistory [13:50] anyone seen this? [13:50] mongo/open.go:116: undefined: tls.TLS_RSA_WITH_AES_128_GCM_SHA256 [13:50] ah, wrong version of go probably [14:05] voidspace, dimitern: If iface.VLAN() is nil at https://github.com/juju/juju/blob/master/provider/maas/interfaces.go#L249 [14:06] babbageclunk: then VLANTag should be 0 [14:06] what should happen? Skip this interface in the loop? Use 0 as the tag? Error out? [14:06] dimitern: ok, awesome, thanks! [14:07] babbageclunk: how can machine.InterfaceSet() return a nil interface? [14:07] babbageclunk: I'm pretty sure it can't [14:07] voidspace: It can return an interface for which the VLAN is null (or will be able to in the near future). [14:07] babbageclunk: ah, VLAN is nil [14:08] babbageclunk: sure [14:08] I misread [14:08] voidspace: :) [14:29] Bug #1577568 changed: juju 1.25.5 problems with bonded nics [14:29] Bug #1577798 opened: azure 400 bad request creating networks [14:35] voidspace, dimitern: review for the Juju side of the nullable/optional fields work? http://reviews.vapour.ws/r/4759/ [14:36] babbageclunk: LGTM [14:37] dimitern: ta! [14:41] babbageclunk: \o/ [14:42] dimitern / voidspace / babbageclunk: Please take a look: http://reviews.vapour.ws/r/4758 [14:43] it is mostly a forward port. The only change vs 1.25 is https://github.com/juju/juju/pull/5333/commits/4fe1310661e8256164ab5039a0079fc049060d84 [14:43] so just take a look at that. [14:46] dooferlad: Ha ha, took me moment to click that I was reading Python not Go. [14:46] babbageclunk: :-) [14:49] dooferlad: LGTM - I'm happy the bridge script shows routes once more btw - it was a pain to debug without it [14:49] dimitern: thanks [15:29] Bug #1577816 opened: Deploy of cs:trusty/ubuntu gives me xenial [15:53] Bug #1577556 opened: mysql charm is failing to get unit-get private-address in the install hook [16:11] dimitern: If I want to install juju-mongodb3.2 do I have to have xenial installed? [16:12] babbageclunk: I suspect so, but I don't know for sure [16:13] dimitern: :/ I guess upgrading might be the thing to do now anyway. [16:14] babbageclunk: +1 [16:15] babbageclunk: yes, iirc there is no mongo 3.2 package for earlier versions of ubuntu [16:16] ok, thanks perrito666. [16:19] hi .. is there any inside the documentation brieft how to get MS Azure credential [16:19] brief* [16:23] uh, wow, we just let you set whatever values you want in the model config? There's no check if something is a valid configuration value? [16:39] natefinch: u mean in credentials.yaml ? [16:41] frobware, hi [17:12] Bug #1577816 changed: Deploy of cs:trusty/ubuntu gives me xenial [17:17] katco, looks like this bug just got a lot easier :) see urulama latest comment: https://bugs.launchpad.net/juju-core/+bug/1576509 [17:17] Bug #1576509: Race in macaroon-bakery [17:17] * katco looks [17:18] alexisb: nice! :) should be a small update to dependencies.tsv :D [17:19] whoo hoo for an easy win thanks to rogpeppe1 ! [17:19] alexisb: :) [17:43] marcoceppi: ERROR autorest:WithErrorUnlessStatusCode POST https://login.microsoftonline.com/fb30bf07-xxxx-xxxx-b9a8-02ef08680fb9/oauth2/token?api-version=1.0 failed with 400 Bad Request [18:10] juju status doesn't show containers? [18:10] boggle [18:11] (tabular that is, they're shown in yaml) [19:03] Bug #1577900 opened: juju set-model-config's UX is very confusing [19:08] frobware: hi [19:09] https://bugs.launchpad.net/juju-core/+bug/1242783 [19:09] Bug #1242783: containers should use constraints to configure cgroups/kvm values [19:09] tych0: https://bugs.launchpad.net/juju-core/+bug/1242783 [19:12] frobware: ah [19:12] so this has been around for a while :) [19:24] Bug #1577900 changed: juju set-model-config's UX is very confusing [19:58] am I crazy... didn't juju ssh used to work for lxc containers juju creates? [19:58] ericsnow, katco, cherylj ^ [19:58] dont remember, but it should [19:59] natefinch: i think it did [19:59] you should be able to ssh into an lxc container [19:59] well, you can't [19:59] $ juju ssh 1/lxc/0 [19:59] ssh: connect to host 10.0.3.88 port 22: No route to host [19:59] bug? [19:59] tried on aws and gce [19:59] natefinch: pastrebin your ifconfig [19:59] ah that not on your machine? [20:00] actually I changed my mind, paste ifconfig and lxc list [20:00] * perrito666 smells something fishy there [20:00] perrito666: yeah, not lxd provider, lxc containers on real cloud machines [20:00] ohh, I see what is going on there [20:00] that IS a bug [20:00] reporting [20:01] voidspace: any input on that? [20:01] natefinch: https://bugs.launchpad.net/juju-core/+bug/1577638/comments/3 [20:01] Bug #1577638: Can't juju ssh to lxd-placed container [20:01] ah I see [20:02] well that is poor ux, juju ssh should know how to jump through the hoops [20:02] yeah, that's half the reason juju ssh exists, is to jump through hoops for you [20:03] natefinch: this was a security concern - allowing users who don't have access to the admin model [20:03] cherylj: interesting [20:03] man we're bad at UX [20:04] cherylj: actually you could ssh into the container by going through the host [20:04] or you could actually do proper port binding there and get the 22 exposed [20:09] cherylj: can we set the status to something other than incomplete? the bug seems well-enough specified. I'd prefer we raised this up as a fairly major UX problem, and regression from 1.x === natefinch is now known as natefinch-afk [21:02] katco, ericsnow, one of you guys available for technical back up on an sts q? [21:02] alexisb: sure [21:02] https://plus.google.com/hangouts/_/canonical.com/juju-core-sts [21:02] ericsnow, ^^ [21:15] Bug #1577939 opened: Backup-restore failed on xenial because service "juju-db": No such file or directory [21:18] Bug #1577939 changed: Backup-restore failed on xenial because service "juju-db": No such file or directory [21:21] Bug #1577939 opened: Backup-restore failed on xenial because service "juju-db": No such file or directory [21:45] Bug #1577945 opened: Bootstrap failed: DNS/routing misconfigured on maas 1.8 [21:45] Bug #1577949 opened: windows services cannot upgrade to 1.25.6 [23:04] wallyworld: is standup happening anyway? [23:05] perrito666: sure, why not [23:06] wallyworld: perrito666: why would standup not b happening? [23:06] well we had another meeting happening at that time and then we changed it [23:07] wallyworld: perrito666: oh i have release/bug updates for standup :D [23:12] I dont think we can push it back 20 mins or so? [23:14] * perrito666 looks at wallyworld anastasiamac and axw [23:14] perrito666: you want to delay? fine with me [23:14] * axw looks back [23:14] I can delay a bit [23:15] k bbh [23:17] perrito666: axw: there's 3 in the call as the others didn't see the backscroll; axw want to jump in and perrito666 can join us when ready [23:17] wallyworld: okey dokey [23:23] I am here [23:36] ericsnow: yst? [23:38] wallyworld: https://bugs.launchpad.net/juju-core/+bug/1576313 [23:38] Bug #1576313: windows: uniter tests fail because logs get dumped to stderr [23:40] redir: wallyworld: to juju-core actually, maybe reed's not on it [23:45] * redir looks [23:49] redir: i forwarded it to u directly \o/ [23:50] axw: wallyworld I don't appear to be on a juju-core list. [23:50] anastasiamac: tx:) [23:50] redir: and i think that u r on the mailing list (i can see u) [23:50] :D [23:50] hmmm [23:51] it's going to ur namesurname.com [23:53] anastasiamac: I think it is a bug:) [23:54] bug = user error? [23:54] I have recieved no emails from that from address... [23:54] redir: taking it to pm