[00:09] 'night everyone! o/ [00:10] babbageclunk: good night! [00:24] Who is the best person to talk to about the jujugui charm store? [00:33] * redir goes eod [00:33] bbl [00:35] veebers: I don't know. Maybe https://github.com/juju/charmstore/graphs/contributors that is in a current timezone [00:36] redir: worth a shot, thanks :-) === alexisb-afk is now known as alexisb === akhavr1 is now known as akhavr [00:49] is there a way for me to easily force a unit into error state? [01:04] Alexis a custom broken charm [01:04] Just take any charm and blow the install hook with a raise [01:05] perrito666, ok [01:24] axw: ship it for your first azure PR [01:25] menn0: thanks! [01:25] * thumper runs restore again... [02:31] natefinch: hi :) [02:31] anastasiamac: howdy [02:32] natefinch: since m in list-credentials, could u please not do the fix related to https://bugs.launchpad.net/juju/+bug/1596687 for it? [02:32] Bug #1596687: command list output not consistent <2.0> [02:32] natefinch: i'll do it in my current pr [02:32] the "No foo.." fix ;) [02:32] anastasiamac: sure [02:33] natefinch: \o/ [02:36] anastasiamac: all I did was add a check in formatCredentialsTabular, if len(credentials.Credentials) == 0 { fmt.Fprintln(writer, "No credentials to display."); return nil; } [02:38] natefinch: waht about other formats like yaml and json? [02:38] what* :-P [02:39] anastasiamac: I had assumed we only care about tabular, since that's the "human readable" output. But maybe it's appropriate for yaml and json too, if we write the notification stderr [02:40] those are machine readable and an empty value seems less interesting. [02:40] I guess standardizing on either an empty {} or empty string might be good to check [02:40] but I'd suggest just sticking with the current readable work and landing that in case we can get it into rc1 [02:41] natefinch: rick_h_: for tabular and yaml, I would have thought we'd want human-readable "no foo.." but for json leave it as empty? :D [02:41] vs including it all in one card [02:41] anastasiamac: no, not for yaml since it's parsable [02:41] rick_h_: ok. so only tabular for noe, the rest leave a sis? [02:41] as is* bleh.. [02:41] umm ok :) [02:42] :) [02:42] got it \o/ will do for credentials :) tyvm natefinch, rick_h_ [02:43] ok.. just a note, we could still write out to stderr, without messing up people parsing the stdout of yaml and json... to a terminal user, it would look the same, but a script wouldn't see it. [02:43] natefinch: rgr, and worth a polish bug as follow up [02:43] natefinch: as well as checking we output a standard object when there's no data in each format [02:43] natefinch: but as follow up please [02:44] rick_h_: will do. For now I'll just twiddle the tabular output, which I think is a pretty good 90%+ solution [02:44] ty [02:45] rick_h_: so... I've actually being doing this as stderr, just because that's how our CLI context object works... when you say "write out this informational message", it goes to stderr. Is that ok, or should I switch it to stdout? [02:46] natefinch: hmm, it seems odd since it's not an error, but I feel like this is something I'd tend to get wrong and rely on folks like jam to correct me on [02:47] rick_h_: AFAIK, the usual mantra is use stderr for logging/human readable info, and use stdout for data output. But I'm happy to have someone else weigh in. Juju standards may be different. [02:54] ok last time I checked this should work right??: charm pull-source cs:xenial/postgresql [02:54] or just charm pull-source cs:postgressql [02:54] or just charm pull-source cs:postgresql [02:58] hmm cassandra works [03:04] fuck what? [03:05] how can this happen? [03:05] * thumper digs [03:15] thumper: hey, do you think this is something we could just change? https://bugs.launchpad.net/juju/+bug/1625194 [03:15] Bug #1625194: flag parsing error doesn't match juju error styling [03:16] natefinch: sure... best way would be to just write it to the logger [03:17] thumper: not sure I follow. [03:17] instead of writing "error: %v" [03:17] use loggo logger [03:17] it will do the coloring [03:17] ahh, yes [03:21] veebers: still trying to work out why the machine agent isn't getting the api updates [03:22] menn0: would you know the version numbering works when 'juju upgrading'? I started with 2.0-rc1-xenial-amd64, expected 2.0-rc1.1 but got 2.0-rc1.2 (note the .2) [03:22] thumper: ack [03:38] menn0: hmm, I think it might be due to me thinking of the version as returned by the binaries '--version' as opposed to what was reported in the running status [03:50] axw: updated https://github.com/juju/juju/pull/6274 to have the comment and the new output for tabular output when no credentials [03:50] axw: i thinks it's good to go... [03:54] veebers: how do you want these binaries [03:54] ? [03:56] thumper: are you able to scp them up to the machine from yesterday> [03:56] probably [03:56] * thumper thinks [03:56] anastasiamac: LGTM [04:03] axw: \o/ [04:19] thumper menn0: will either of you have a chance to review my 3rd azure PR today? I'm going to need 2 reviews, so can't just be OCR. specifically just need https://github.com/juju/juju/pull/6272/commits/8e0933ad924cd72e1e2433e0c9a5fec78a236b73 reviewed [04:46] axw: i'll take a look once i'm off this call with thumper [04:46] menn0: thanks [05:18] thumper: I installed the minimal centos7 ISO in a VM while we were talking and it comes with /sbin/service too [05:18] sweet [05:18] does it do what we expect? [05:20] thumper: looks like it [05:21] cool === thumper is now known as thumper-cooking [05:22] thumper-cooking: yep it works as expected (redirecting commands to systemctl) [05:42] axw: review done === menn0 is now known as menn0-afk [05:42] menn0-afk: thanks muchly [05:47] axw: did the review too... funny how menn0-afk and i picked on the same things ;) [05:47] anastasiamac: TYVM [05:48] anastasiamac: I'm just dropping the TODO for now. implementing that means more changes to credentials in general [05:48] don't really have time for it right now [05:49] axw: \o/ thank you for doing it - very exciting to see interactive in azure [05:49] axw: I'd drop it too, there does not seem to be much need for it right not [05:49] now* [06:40] anastasiamac menn0-afk: thanks for the reviews, it's all landed in time for RC1. woot :) [06:40] axw: \o/ u r the champion === frankban|afk is now known as frankban [07:27] mgz: ping? === thumper-cooking is now known as thumper [07:49] ha ha [07:49] got it [07:49] well, at least some of it [08:41] mgz: ping? [08:50] anyone feel like reviewing a restore branch? https://github.com/juju/juju/pull/6282 [08:52] this is really quite urgent for rc1 [08:52] anyway, it is almost 9pm [08:52] * thumper is done [08:52] \o/ [09:45] Thumper ship it with a small comment [09:47] Well github is very reviewable from my phone I love that [09:59] babbageclunk: yo, worry [10:00] -w+s [10:00] mgz: hey - if I've got a last minute change to charm URL formats that I'm rushing to finish, is it too late to get it into the RC1 build? [10:01] it's fine to commit to master either way [10:01] as far as I'm aware, nothing was kicked off in the way of release last night [10:02] if the change lands now, can discuss when coming to it if that rev can go in the rc as well [10:03] Ok great - can you ping me if that's happening and I haven't landed my change? (I'll try to keep an eye out for it.) [10:04] sure thing [10:04] mgz: Thanks! [10:06] I thought it was a quiet morning, I wasn't signed into IRC... [10:06] frobware: is the MAAS meeting happening today? [10:06] frobware: it's in my calendar [10:07] voidspace: yep - as always. It's only me and mpontillo that turn up these days. [10:07] babbageclunk: if you're free at 2pm you *might* find it useful (if you have any questions or feedback about MAAS) [10:07] frobware: I can come today, I haven't done much on MAAS, but it's good to stay in touch with what's happening [10:09] voidspace: hopefully I'll have this stuff done, so I'll try to come along. [10:09] babbageclunk: cool [10:12] frobware: I was there last week. I must have been too quiet :-) [10:12] macgreagoir: ignore my sweeping generalisations... [10:13] * macgreagoir ignores frobware untl further notice [10:15] frobware, voidspace, macgreagoir: Can I please get a review of https://github.com/juju/names/pull/74? It's pretty short! [10:15] babbageclunk: on the Q [10:15] frobware: Is that like a train or... [10:16] babbageclunk: wreck.. to complete your analogy! :-D [10:19] frobware: :) [10:35] babbageclunk: reviewed [10:35] frobware: Thanks! [10:38] babbageclunk frobware: I added a review too, but I only see mine :-/ [10:39] (PR 74) [10:40] macgreagoir: Thanks! [10:40] frobware, I can't see yours either - are you just pretending to have done reviews for the mad props? [10:41] frobware: Or maybe you just didn't hit the complete button or something? I haven't done a review since we switched to github reviews. [10:47] weird [10:47] babbageclunk: I see my comments in http://reviews.vapour.ws/r/5723/ [10:48] babbageclunk: ah... so I'm still using RB. [10:48] frobware: Just seen your review for me in RB too. I was looking it GH :-) [10:49] * frobware still wonders why we aren't using Gerrit. [10:51] frobware: Oh yeah, that would do it! Cool, I'll read it there. [10:55] babbageclunk, macgreagoir, jam, voidspace: anyone - http://reviews.vapour.ws/r/5720/ :) [10:57] frobware: head down right now, but I can get to it in a bit if someone else doesn't [10:57] voidspace: ack. [11:03] dimitern: want to sync or are you all busy with the rc1 fixes? we can punt to later on? [11:03] rick_h_: now is as good as any time :) let's sync [11:03] dimitern: k [11:05] frobware: any reason not to $$merge$$ the branch? [11:06] rick_h_: not really. didn't want to be both submitter and merger without at least passing it by 1 other person. [11:06] rick_h_: I can merge now [11:06] frobware: k, I'll add it then :) [11:15] hi! need your help [11:15] juju add-machine takes forever [11:16] cloud-init-output.log shows “Setting up snapd (2.14.2~16.04) …” (last line in file) [11:16] how to fix this? [11:21] user_____: can you try bootstrapping again with --config enable-os-refresh-update=false --config enable-os-upgrade=false ? [11:22] user_____: I've seen this can help in those cases [11:24] thank you! will try [11:55] macgreagoir: Embarrassing review? https://github.com/juju/names/pull/75 [11:56] babbageclunk: LGTM :-) [11:56] macgreagoir: Thanks! [12:59] voidspace: Sorry, can't make the meeting - neck deep in test failures at the moment. [13:11] what hook is triggered when I run `juju attach` ? [13:14] babbageclunk: argh, I'm late anyway! [13:14] marcoceppi: upgrade-charm I believe [13:21] rick_h_: believe, or confirmed? [13:22] marcoceppi: believe, 90% sure but I've been wrong before [13:22] marcoceppi: docs don't seem to state it, so have to check the code. [13:23] katco: ^ can you confirm I'm not crazy? [13:23] or natefinch ^ [13:26] marcoceppi: ok, confirmed: https://github.com/juju/juju/blob/c5326a97429362f1c13b593bc58bc56757f9b3c8/resource/context/cmd/get.go#L62 [13:26] I missed the context I think [13:27] oh, maybe not [13:27] yes, upgrade-charm [13:33] mbruzek: ^^ [13:35] ack, marcoceppi I will test this out, thanks [14:01] katco: natefinch frobware dimitern ping for standup [14:02] rick_h_: hmm. thought I was in there already. [14:03] omw [14:37] reboot brb === rmcall_ is now known as rmcall [15:22] frobware: ping, sent a card your way that's important to at least diagnose before other stuff please. [15:41] perrito666, ping [15:54] katco: can you please review/QA nate's PR? https://github.com/juju/juju/pull/6285 [15:54] rick_h_: sure [15:54] katco: ty [15:55] are we not using review board? [15:55] katco: evidently not. There was talk of using the new GH review system, but I missed that folks were using it officially [15:55] rick_h_: mmm i'm going to review this in RB. i don't have a horse in that race, but i'd prefer we don't do this piecemeal [15:56] katco: k [15:57] natefinch: needs QA steps: ^^^ [15:58] katco: oops, ok, will add [16:05] rick_h_: where do we support spaces, do you know? [16:05] natefinch: maas and aws [16:06] rick_h_: ok [16:08] rick_h_: reluctant to go back to beta15. unless they say it's still broken in beta18. [16:09] frobware: understand, just need to work with them and have it move forward please. I'm nervous this is actually going to be hostname related because it was rabbit, but the fact that it was nova/etc means it might have been the container issues that just landed. [16:10] frobware: so ideally we'd get them to test the RC, but if there's an issue with OIL and OS deploys in 2.0 we need to be on that as it's a bit of bread and butter for us [16:12] * rick_h_ goes for lunchables [16:13] rick_h_: so here's a thing - we need a tool that capture lots of stuff about the environment. In trying to repro this can I just use 3 machines on a flat network? Do I need multiple disks? Etc. The bundle is useful but it doesn't describe the rest of the environment. Or put another way, how do we stop raising bugs that initially require a lot of back-and-forth getting said info. [16:14] katco: one minute, trying to fix list-spaces... realized I had forgotten it since I hadn't been able to test it [16:14] natefinch: k [16:15] frobware: the idea of an "environment debugger" tool has come up frequently. a way to both snapshot critical info about the env, and to interact with it in other ways than through the controller [16:15] frobware: i think our on-site folks would like such a tool [16:15] frobware: and it would help with critsits [16:15] katco: the lack of this gates the speed at which we can fix issues. [16:16] agreed [16:16] it is a little tricky because there's basically infinite information that *could* matter. [16:16] alexisb: pong [16:16] perrito666, nevermind [16:16] we are all good [16:16] natefinch: some is better than none. Right now I need info. it's also close to my EOD. which means another day passes. [16:17] natefinch: but in essence we have compute, storage and network. [16:17] alexisb: oh, so you only call me when things are bad, so that is how things are [16:17] frobware: true enough. And a tool we can continue to extend as we think of things we need would still be helpful. I wrote something like that for my last job when people kept filing issues without even grabbing logs. [16:17] natefinch: some description covering the basics would be a head start [16:18] perrito666, :) that is what happens when you are a loan teammember on [16:18] tha manager finds you when things go bad [16:18] loan teammember? something tells me I should check my email :p [16:20] well reed is at the dentist and christian is close to eod [16:20] the rest are not online yet [16:20] so that make syou the go to Ateam dude [16:20] you lucky dog [16:21] meh, shame on reed, his mouth is occupied not his hands, he could very well be working while his teeth get fixed [16:22] lol [16:32] wtf [16:32] why does list-spaces default to yaml? [16:32] natefinch: because we hate you [16:32] I knew it! [16:32] :-) [16:33] natefinch: and juju spaces? [16:38] frobware: juju list-spaces is just an alias for juju spaces [16:42] frobware: round one would be to template-ize the questions we tend to ask [16:42] frobware: then look at automating those questions with tools [16:44] frobware: the default for commands should be tabular, with json and yaml as flag options [17:03] * alexisb takes a break, back in an hour === alexisb is now known as alexisb-afk [17:16] rick_h_: uh, so, what should I do about the fact that spaces has no tabular output? That seems like a separate bug. [17:17] natefinch: +1, please file and target to 2.0 GA and we'll have to get it cleared up [17:17] cool [17:17] natefinch: ty for the catch [17:17] rick_h_: it's amazing how many bugs get shaken out just by running a bunch of commands :) [17:18] :) [17:18] using the product ftw [17:18] indeed [17:30] rick_h_: https://bugs.launchpad.net/juju/+bug/1625737 [17:30] Bug #1625737: list-spaces doesn't have tabular format [17:43] katco: replied to your comment btw [17:53] Anyone know if there's a cunning debugging trick for getting stack traces out of a running go program? [17:53] alexisb-afk: ping [17:53] holler when you're back [17:55] babbageclunk: if you send SIGQUIT does that work (cannot remember) [17:55] babbageclunk: " [17:55] 7 [17:55] down vote [17:55] According to the docs of the runtime package, sending a SIGQUIT to a Go program will, by default, print a stack trace for every extant goroutine, eliding functions internal to the run-time system, and then exit with exit code 2." [17:56] babbageclunk: read all the way to the end of the sentence. :) === frankban is now known as frankban|afk [17:56] I mean, I think that'd be ok - it'll get restarted, and I seem to already have bounced it once. [17:56] frobware: The process in question is basically hanging already. === alexisb-afk is now known as alexisb [17:57] babbageclunk: get some coffee whilst the go routines are printed. Just general advice. :-D [17:58] redir, heya, I have a meeting at the top of the hour, but will ping when I am off [17:58] * frobware EOD [17:58] Where's it going to print to? The jujud process is a d [17:58] aemon [18:02] alexisb: cool [18:06] babbageclunk: what are you trying to print? [18:11] wb katco :) [18:19] Me reading a bug report: Steps to reproduce: 1) Deploy Openstack private cloud. **rapid banging on the back button** [18:27] lol [18:55] rick_h_: I don't understand exactly what is wrong in this bug: https://bugs.launchpad.net/juju/+bug/1616200 [18:55] Bug #1616200: Error message uses 'local:' URL to refer to local charm. [19:02] natefinch: looking [19:03] redir, available when you are [19:03] natefinch: so local: isn't useful, the invalid name is in the metadata.yaml right? [19:03] where alexisb ? [19:03] natefinch: so the local: blows smoke [19:03] 1x1 HO [19:06] redir: sorry, o/ [19:06] natefinch: k, tal [19:06] katco: no sweat [19:07] natefinch: were you able to get list-spaces working as well? [19:08] katco: no... there's no tabular format for list-spaces, and tabular is the only place we should have this output, so it's basically N/A for now. I filed another bug about list-spaces missing the tabular output [19:09] natefinch: ah ok. that was the whole thing of list-spaces defaulting to yaml [19:09] katco: correct... I thought it was just a bad default, but when I want to look at it, tabular just didn't exist [19:09] oops [19:31] halp rick_h_ (and others) network spaces in beta18 work against maas and lxd, yeah? [19:37] rick_h_: FYI, that local: charm bug... it would be a pretty invasive thing to change. I agree that the UX is kind of bad: [19:37] $ juju deploy ./star_say [19:37] ERROR bad charm URL in response: URL has invalid charm or bundle name: "local:win2012r2/star_say-0" [19:38] marcoceppi: AFAIK it's AWS and Maas only [19:38] natefinch: so, if I do a deploy to LXD on a MAAS node [19:38] no worky? [19:39] marcoceppi: oh, no, I meant the lxd provider.... not sure how spaces interacts with containers on maas nodes [19:39] marcoceppi: I know they've been working on that area, might be post-18, not sure [19:40] natefinch: point me at that bug? i might have some insight since i've been in that area lately [19:40] natefinch: the local deploy bug [19:40] katco: https://bugs.launchpad.net/juju/+bug/1616200 [19:40] Bug #1616200: Error message uses 'local:' URL to refer to local charm. [19:41] natefinch rick_h_ I'm about to walk into a place tomorrow where we could /really/ use it [19:41] so I'd like to know now [19:42] katco: updated the bug with an easier repro that makes the problem more obvious [19:42] natefinch: ta [19:42] katco: the error is generated from gopkg.in/juju/charm.v6-unstable/url.go ~line 278 [19:43] natefinch: can you put that in the bug as well? [19:43] katco: heh good idea [19:44] katco: we could change the error to only specify the name, but that might have unintended side effects when the rest of the url matters.... maybe not, but I'm not entirely sure, since it's in code that is probably used in a lot of places. [19:45] natefinch: so the bug is that the "local:" schema is used? [19:45] in the error message? [19:46] natefinch: also, it seems like juju did a lot of work before it validated the charm name... i'm just skimming, but did we do a lot of setup for nothing? [19:47] katco: seems like the charm is being validated on the server [19:48] natefinch: i wonder if we should do both. but seems like validation of the name should be one of the first things we try [19:49] katco: well, I think validation can be done all at once. It's not expensive. Maybe the reason we do it on the server is in case validation rules ever change? The server is really the thing that has final say as to what's valid. [19:50] natefinch: yeah, if we soften/change validation, we wouldn't want the check in a newer client different than an older server [19:51] natefinch: well, for that matter i wonder if we can do it client side, because an older server may be *more* permissive than the client [19:51] yep [19:52] marcoceppi: right, only MAAS. there's nothing to setup subnets/etc in lxd yet that we can use. lxd was working on some of that this cycle [19:52] natefinch: maybe we just need to move the validation of the charm on the server to before we do any real-work [19:52] marcoceppi: so it has to be raw machines on maas, though I guess there's some things that you can stick in a container and as long as the raw machine is in the space the container will be [19:53] marcoceppi: openstack works in this way on maas and it's deployed into containers on maas [19:53] rick_h_: well, we're deploying into containers on maas for openstack [19:53] marcoceppi: k, well spaces was written and tested with openstack on maas so should be good then [19:53] but for whatever reason, containers are being put on one nic and not the other [19:54] marcoceppi: so there was a bunch of container on maas issues that fix landed today and is in the RC being built [19:54] rick_h_: since there are two nics (two networks) one public ext net and the other internal [19:54] rick_h_: good to know [19:54] rick_h_: I'll make them move to rc1 tomorrow [19:54] marcoceppi: but it was typically that the container was only getting the br0 vs the whole list of interfaces [19:55] natefinch: sorry, ran to get the boy from school. So what's up with the local:? [19:57] rick_h_: i think we're first wondering what the bug is. that it's using "local:"? [19:57] morning [19:57] katco: yes, that the user is told to fix the name of their charm and the local: is nothing to do with the name of their charm [19:57] thumper: heyo [19:58] rick_h_: ahh i see. so it should get rid of "local:trusty/" in that example [19:58] katco: right [19:59] thumper: I bow to your sed-fu [19:59] rick_h_: ok, i think natefinch was saying that it would be difficult to fix bc it's done server-side [19:59] perrito666: it was actually menn0 [19:59] katco: I see, and shared code vs something specific to this deploy command situation? [20:00] thumper: thanks for that fix also, I had hit a wall regarding that issue [20:00] rick_h_: that might be it. i wonder why we couldn't just modify that error message though [20:00] perrito666: we were checking many things while trying to work out why the machine agent got the wrong ip address [20:00] katco: yea, the revision is also in that error [20:00] rick_h_: maybe something to follow up on if he's already out for the day [20:00] katco: so it seems we go "bad name, here's the ID to go fix" [20:00] the race with the peergrouper only became apparent late yesterday [20:00] katco, rick_h_ : we certainly could, it's just that the code is very likely used by a lot of different consumers... I'd be afraid we'd break something [20:00] now to look at the HA CI test [20:00] rick_h_: bc the flipside is also true: if it's shared code, we have the opportunity to fix it for all clients [20:01] natefinch: we'd just be changing an error's text right? [20:01] natefinch: "very likely" doesn't scare me away :P need to see the list of what's effected and if the message makes sense in the other locations then [20:01] i would be grumpy if anyone is doing anything fancy with the text of an error message downstream =| [20:03] katco: I'd bet a reasonable sum of money that a ton of tests fail [20:03] katco: not that anything actually stops functioning per se [20:03] natefinch: so, i think i've found a sane way out of that mess [20:04] well should only be a couple asserting the sanity check. Most tests will be working on the assumption the charm name is correct [20:04] natefinch: part of the reason our tests are so fragile is that we re-check the same thing all over the place [20:04] I'm not sure how a ton of tests should fail on that corner case failure mode [20:04] natefinch: so if a bunch of tests fail, we should isolate that check into a test that checks that one thing, and delete the checks in all the other tests [20:07] rick_h_: have you run our tests? :) [20:07] i.e. this is where the principle of "tests should only test one thing" really pays off [20:07] natefinch: a couple of times, but yes I'm attmepting to apply logic [20:07] natefinch: it seems easy enuogh to see how many will fail [20:08] natefinch: the whole "it could be bad" just doesn't jive. If it's bad, let's find out how bad. Guessing the outcome is :( [20:09] rick_h_, katco: well, I only see 4 places that would fail in core, and like 7 in charm.v6 [20:09] tests that is [20:10] at least from a quick grep of the message [20:10] natefinch: cool, doesn't seem horrible [20:11] rick_h_: not at all :) But I also didn't search all of github/juju ... there are a lot of repos that interact with charms... others might break. But I guess it should be obvious enough when that happens for whoever to just fix it. [20:12] natefinch: +1 === beisner is now known as beisner-food === beisner-food is now known as beisner [20:59] test fix for someone https://github.com/juju/juju/pull/6290 [21:01] now... how to create a new branch locally based on the revert of a revert... [21:01] natefinch, katco: either of you know? [21:01] * thumper goes to uncle google [21:01] * katco thinks [21:02] thumper: well the revert is just a commit with changes reversed, right? your goal is what, to rebase your local branch off that commit? [21:02] I landed a branch earlier [21:02] that has just been reverted [21:02] and I want to make a branch that reverts the revert and fix the issue [21:03] I feel it should be simple [21:03] and I think it is [21:03] I just don't remember the incantation [21:03] thumper: you should just be able to revert the revert commit... what is it and i'll paste you a command? [21:03] anyone made any docs on snapping juju? [21:04] does the revert command make a branch? [21:05] perrito666, https://bugs.launchpad.net/juju/+bug/1625657 [21:05] Bug #1625657: add-model fails erroneously when a cloud is specified and a credential is specified and needs to be uploaded. [21:06] thumper: git revert --no-commit master^2 [21:07] thumper: can't revert the merge-commit, but can revert the revert if that doesn't not make sense :) [21:08] ok [21:08] yeah [21:08] katco: do you remember how to tell go to compile as if another os? [21:09] hmm [21:09] is it just `GOOS=osx go test`? [21:11] yep [21:11] not sure it will actually run the tests though [21:11] but it did find the compile error it was getting [21:11] exec fork error :) - not entirely surprised there [21:15] well... GOOS=darwin [21:17] alexisb: Cordoba [21:17] Córdoba [21:27] alexlist: is there a card for that bug? [22:00] axw, when you come online hatch will be chasing you down [22:02] where do I publsh a juju snap? a namespace? or just make up a name like juju-with-feature-blah [22:02] ? [22:06] perrito666: still around? [22:07] perrito666: I'd like to talk restore and HA and juju's expectations [22:07] thumper: sure, gimme a moment to get my icq going on [22:07] perrito666: we can use a hangout [22:07] redir: the snappy namespace feature didn't really seem to do anything [22:07] it is just alexisb that my HO hates [22:07] redir: I think the idea is you just pick a name like "juju-redir-blahblah" [22:08] I used "juju-menno" [22:08] menn0: tx, I can do that [22:08] * perrito666 starts his acoustic coupling dial [22:08] thumper: standup HO is ok? [22:09] anastasiamac, I saw your side update on release notes in teh standup, can you add it to the 2.0 doc so we can interate [22:09] perrito666: ack [22:09] veebers: would be great if you could join perrito666 and me in the standup HO [22:10] alexisb: sure, it was cut-and-paste from release minutes but i'll add it to release notes too [22:10] anastasiamac, thanks [22:11] thumper: still there? I can join now [22:11] veebers: yep [22:12] alexisb: it's in as "Done and needs elaborating" under "what's new in rc1" :D [22:37] hatch: I'm available for being chased down now [22:39] alexisb: I thought you were going to drop the "d" off resolved? [22:43] axw, one sec [22:50] Task 8dd3657e-3470-4262-9253-0558b18d4aef is waiting for execution. [22:50] :/ [22:50] and fails [22:55] does the snapcraft yaml included in the repo checkout a fresh repo? Looks like it [22:56] thumper: http://reviews.vapour.ws/r/5733/ [22:56] to do a build with a feature, does one use a commit has in the source-tag field? [22:59] s/commit has/commit hash/ [22:59] menn0: shipit [23:02] ok axw, sorry about that [23:02] so the issue with resovle is that the command doesnt actaully resovle anything [23:02] in only marks errors 'resovled' [23:04] alexisb: ok. I guess I feel the same thing thumper mentioned yesterday, that it's much the sme as "bzr resolve" [23:04] I guess it's fine [23:04] at least the not-scary thing is done by default now [23:05] and thta was the point of the PR (change the default) [23:05] renaming the command in my mind means changing the behavior too [23:11] alexisb: I was always told that the idea of the "resolved" command was to tell juju that you had resolved the issue yourself [23:11] not that you expect juju to resolve it [23:11] so clearing the flag is fine [23:16] menn0, ping [23:18] hangouts doesn't want to talk to me [23:22] axw: hmm, is that 40 right? in looking at the numbers I expected the t2.medium to be more cpu power especially as dual core? [23:28] rick_h_: baseline performance is 40% [23:29] rick_h_: when idle, t2 machines accrue credits to surge or whatever it's called [23:29] axw: of the burstable [23:29] axw: hmm, ok === rmcall_ is now known as rmcall [23:58] axw, I need just a few minutes before we meet [23:58] is that ok? [23:58] alexisb: np, ping when yoiu're ready