/srv/irclogs.ubuntu.com/2017/09/14/#juju-dev.txt

bdxwell, checked my creds, vpc, subnet ids ... everything looks good, but I just can't deploy anything it seems00:04
bdxpossibly I am hitting an aws quota I think00:04
bdxhttps://pastebin.com/QgZjHbyV00:05
bdxwallyworld_: http://paste.ubuntu.com/25531025/00:36
bdxI tried to be as direct as possible00:36
bdxlet me know if you can't grok whats going on, but basically I deploy ubuntu in each of the models at the end, showing the config of the models you can see the config is similar for both models, but I can't get anything to deploy in one of them.... and for that matter, for any new model I create ... as of like less than an hour ago00:38
bdxthose 2 models were created with the same creds .... so strange that the same command completes in one but fails in the other00:43
wallyworld_bdx: all those allocating machines - that means that either they have not been created by the cloud, or they have not been able to start the juju agent to phone home. you'd need to look at cloud and juju logs to dig in a bit02:28
wallyworld_axw: thanks for reviews02:28
axwwallyworld_: np02:28
babbageclunkwallyworld_: bugger, sorry!02:52
babbageclunkwallyworld_: Trying to run juju from a snap, I keep getting this: http://paste.ubuntu.com/25531660/02:59
babbageclunkThe snap was installed with --classic.03:00
babbageclunkwallyworld_: any ideas?03:00
wallyworld_babbageclunk: nfi, haven't seen that before03:08
wallyworld_veebers: looks like lnding is borked http://ci.jujucharms.com/blue/organizations/jenkins/github-merge-juju/detail/github-merge-juju/243/pipeline03:08
babbageclunkwallyworld_: just needed to chown ~/snap - not sure how it ended up owned by root.03:18
wallyworld_hmm03:18
veeberswallyworld_: I just re-ran it, lets see what happens03:51
babbageclunkthumper: hey, should I be doing official builds on develop or 2.2? develop right?04:18
thumperbabbageclunk: develop04:37
babbageclunkthumper: thanks, that's what I'd guessed but figured I'd check early just in case I needed to move it.04:37
* thumper nods04:37
=== frankban|afk is now known as frankban
axwwallyworld_: are you free to review a little-ish PR? https://github.com/juju/juju/pull/785507:55
axwthere's more coming soon07:55
wallyworld_axw: sure, just have to go get lachie from school, will do it as soon as i'm back08:54
wallyworld_sorry i missed the ping before08:55
axwwallyworld_: it can wait till tomorrow, I'll just put up the other PR rebased on top08:55
wallyworld_ok, i'll look at both08:55
=== salmankhan1 is now known as salmankhan
=== frankban is now known as frankban|afk
=== akhavr1 is now known as akhavr
thumperIt looks like I have added a potential bomb in the processing of bundle options...23:13
thumperonly in the --bundle-config file, but it is there none the less23:13
* thumper will fix...23:13
thumperoh no...23:14
thumperit's all good23:14
thumperphew23:14
thumperbundle config is processed before bundle.Verify23:14
thumperand bundle.Verify ensures the options are valid for the charm option types23:14
thumperyay23:14
thumperwell fuck23:15
* thumper is stunned23:15
veebersthumper: this really is an emotional rollercoaster23:16
thumper:)23:16
thumperhttps://github.com/juju/charm/blob/v6-unstable/config.go#L6223:16
thumperthis function returns a value and an error23:16
thumperbut if it gets a type it doesn't understand, does it return an error? no it panics23:16
thumperFFS23:16
thumperwhy?23:17
thumperat least I haven't made it worse,23:17
veebersthumper: so the comments are lying "// returns an error if it cannot be parsed to the correct type."23:17
thumperyeah23:18
thumpercomments lie23:18
thumperthis code is all 4-6 years old23:18
babbageclunkthumper: gross.23:22
babbageclunkthumper: maybe the author decided to panic because of the defer option.error call? The wrapping it does doesn't make sense for an invalid type. (Not that that's a good reason.)23:24
thumperbabbageclunk: you could format the error so it still makes sense...23:29
thumpergeez23:29
* thumper adds a bug23:29
babbageclunkthumper: oh sure23:29

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!