[00:06] https://goo.gl/photos/h73SeP3REHgVsyyu8 [00:06] ^^^ wallyworld, babbageclunk, redir [00:07] alexisb: did you save me a piece? [00:07] bring to capetown :-) [00:07] that looks awesome. [00:08] I used to go to the beach with someone that made mac-n-cheese pancakes every year. [00:08] sounds funny tastes awesome [00:30] babbageclunk: the other tweak with add relation on the server side is to account for that consume could have been run first. we do check that the remote application does not exist when we go to save it, but we will need to tweak things to be a bit smarter. check early for existence, plus in the case of offers, account for that the offer may have been updated with new endpoints so a new save is indeed required [00:30] that last bit with offers can be left as a todo [00:37] wallyworld: ok, i'll do that too [00:37] babbageclunk: thanks, it needs a little bit of tweaking to ensure it all still makes sense once consume is added [02:28] veebers, heya [02:28] working on sending your mail [02:28] sorry I didnt get to it earlier [02:28] alexisb: hey :-) Awesome thanks, no worries [02:32] what's the story with the build tests? Is windows failing a known issue? [02:50] babbageclunk: done [02:51] redir: ok looking [02:51] babbageclunk: you know the build tests story? [02:52] redir: are they broken? [02:52] it never seems to pass windows [02:53] but looks like a ci script exception [02:54] time to make dinner, bbiab to check if I can merge but EoD otherwise. [02:59] I've approved - want me to merge it? [02:59] redir ^ [03:00] redir: I figured you probably would. [03:19] yay [03:19] I was going to squash it [03:19] but no big deal [03:20] me wonders if it will merge [03:21] meh it'll fail [03:21] I'll fix and merge after dinner [03:24] redir: oops sorry - should have realised you'd want to squash. [03:48] babbageclunk: if you could squeeze a review for this i'd be very grateful as i can then tell the gui guys they are good to go with icons https://github.com/juju/juju/pull/6766 [03:49] wallyworld: sure - looking now [03:49] awesome ty [04:07] babbageclunk: i realised i made a mistake in removing the "serveIcon" bool from apiserver/charms.go so I've just added it back [04:07] that boolis needed for when there's no icon and we want to foerce a default [04:09] Bug #1654136 opened: Removing relationship didn't remove subordinate unit [04:16] wallyworld: lgtm [04:16] wallyworld: (sorry, computer crashed0 [04:16] ) [04:16] babbageclunk: farking awesome, tyvm [04:41] babbageclunk: must have been tired of looking at that other PR:| [04:45] redir: :) [10:55] voidspace, hey - trying to remember whether network space binding of relations at add-relation time is possible or is that a deploy time binding only? [11:02] frobware: ^^^ [11:02] jamespage: at the moment deploy time only I believe [11:03] jamespage: dynamic binding on the roadmap "imminently" [11:03] voidspace, ta [11:03] jamespage: frobware and I are in an interview right now, so will be an hour or so before we can properly discuss! [12:15] jamespage: deploy time only atm, we hope to add that juju bind command down the road to allow late time binding/rebinding [12:45] everybody, annyone has dealt with upgrades here? [14:12] perrito666: somewhat... what part of upgrades? [14:37] natefinch: I am iterating on the same issue as yesteday [14:38] and trying to figure out how the "upgrade by model" works but in state/upgrade.go the doc seems to state that upgrades are control level things only [14:51] any reason why we don't have published juju tools for yakkety/1.25.9 ? [14:51] rick_h, ^^ ? [14:52] jamespage: balloons was just saying we should have them? check the other #juju channel for conversation [14:52] perrito666: not sure how it works in a multi-model world, sorry [14:53] rick_h, ack well I think we should have them - we had .8 [14:53] jamespage: k, will bring up with the release folks and see what's up. [14:54] rick_h, ta muchly [15:07] Bug #1646777 opened: juju 1.25.9 yakkety deploys failing 'agent-state-info: no matching tools available' [15:29] jamespage: looks like the missing agents was an oopsie and the folks are on it [15:39] rick_h, ta [15:56] thanks for access sinzui [15:57] natefinch: you've cross compiled juju before? [16:31] hey people, I am not feeling very well ill be a bit unresponsive for a couple of hours [16:32] feel better perrito666 [16:32] is that an order? :p [16:32] tx rick_h [16:32] I meant redir [16:41] who knows about the worker/provisioner container code? [16:43] natefinch looks like a good candidate:) [16:43] redir: yes I've cross compiled juju [16:43] can I pick your brain for a few minutes natefinch [16:43] redir: sure [16:43] OK let me finish making coffee and I'll meet you in a HO [16:44] say 10 minutes? [16:44] natefinch: ^ [16:44] redir: cool [16:54] natefinch: https://hangouts.google.com/hangouts/_/canonical.com/nate-reed [17:32] thanks natefinch === frankban is now known as frankban|afk [19:56] redir, I am doing a mini celebration for you :) [20:10] alexisb tyvm [21:24] natefinch: you still around? [21:24] redir: yep [21:25] where does go build github.com/juju/juju leave the built stuff? [21:26] if you build a command, it leaves the command in the same place, if you build a package, it gets discarded [21:26] sorry.... same directory [21:27] so I want to build in appropriate directories for the binaries [21:27] I guess [21:27] or just go install and collect them from GOPATH/bin [21:31] go install is your friend :) [21:31] what package installs go? [21:31] golang-go? [21:31] yes, not sure what version that is [21:31] hopefully 1.6 [21:41] yes [21:44] natefinch: real easy https://github.com/juju/juju/pull/6772 [21:44] or babbageclunk or whomever [21:46] redir: ship it [21:46] tx [21:49] redir: I was too slow again! [22:18] huh - if you disable os-refresh-update it'll be faster most of the time but sometimes it'll just go into a loop trying to find things that have gone away. :( [23:00] wallyworld: ping? [23:04] babbageclunk: hey [23:05] wallyworld: I'm trying out consume, and it all seems to work, except that wordpress doesn't actually work - I get a 502 bad gateway from nginx. [23:06] wallyworld: Does that sound like something obvious that I've missed? [23:06] babbageclunk: this is after add relation is done? [23:06] did you expose wordpress? [23:06] wallyworld: yeah, both of those [23:07] hmmm. not sure off hand. that error normally means something didn;t connect. sadly it's juju debug-log time [23:07] if you push your work, i can try it out as well [23:15] wallyworld: ok, thanks - just wondering whether there was something that you'd hit before. [23:16] babbageclunk: i have - and the cause some "something" wrong with stuff getting wired up [23:16] wallyworld: hmm, there's no way to remove a remote application at the moment? [23:16] no dont't hink so :-( [23:16] on the todo list. i might add that today [23:17] to debug, you can always deploy another app with a different name [23:17] eg mysql2 [23:17] or bounce the jujud [23:17] that will cause everyhthing to get wired up again in the worker [23:19] wallyworld: ah, ok - will do that instead of destroying the model next time! [23:20] babbageclunk: the worker is idempotent, so when the agent restarts, it goes through the steps of noticing the remote app, creates the relation watcher, sees the relation, acts on it etc [23:29] wallyworld: the "good" news is that I get the same behaviour whether I do it as two steps consume/relate or directly in relate. [23:30] hmmm [23:31] babbageclunk: did you definitely let the apps finish installing etc before opening the browser? ie status shows idle for each [23:32] it will show 502 if wordpress is still doing its thing [23:32] wordpress is not installed when deploy is done, only when the relation is joined [23:32] and the install downloads a blob and does stuff to set up which takes time [23:32] wallyworld: no, I waited until everything is idle [23:33] ok, i'll run up a system and test, but it worked yesterday i swear :-) [23:35] wallyworld: :) I might have broken relate too (although I haven't really touched it) - I'll try with develop [23:36] ok, i'm sure it willbe something "dumb" once we find it [23:38] can't see anything obvious in the log yet - I can see messages from juju.worker.uniter.remotestate saying "got relations change: ok=true"