/srv/irclogs.ubuntu.com/2019/09/12/#juju.txt

babbageclunkwallyworld: plz review the fix for a bug I realised I'd left in the relation cleanup (occurred to me while working on application cleanup) https://github.com/juju/juju/pull/1062300:02
wallyworldwill do, just finishing anoher00:02
babbageclunkthanks!00:03
wallyworldhpidcock: jump in standup a bit early?00:09
hpidcockSorry was getting coffee00:14
hpidcock1 sec00:14
wallyworldhpidcock: lgtm00:34
hpidcockwallyworld: I'll make those changes and get it landed00:34
timClicksif anyone has a few minutes (hopefully less), I would appreciate it if you could deploy and road test the new hello-juju charm01:39
timClicksjuju deploy hello-juju01:39
wallyworldtimClicks: you gonna do a k8s version :-)02:01
timClickswallyworld: when microk8s is working again02:02
wallyworldworks now02:02
timClicksoh cool02:02
wallyworldjust need to add yourself to the microk8s group02:02
wallyworldtimClicks: https://discuss.kubernetes.io/t/explicit-use-of-sudo-in-microk8s-cli/760502:08
wallyworldjuju won't work without that step02:08
wallyworldso we need to document that - and/or have the CLI prompt to do it when juju and microk8s arte used together02:09
wallyworldkelvinliu: here's a fix for the attach resource issu in 2.6 https://github.com/juju/juju/pull/1062404:36
timClickswallyworld: sorry meant to mention that i've updated the microk8s-cloud docs04:56
timClickswallyworld: https://jaas.ai/docs/microk8s-cloud04:56
wallyworldtimClicks: you'll want to mentioned the newgrp command otherwise those steps won't work without a logout and login04:58
timClickswallyworld: will do (just added the instruction from the link above)05:00
kelvinliuwallyworld: just back from lunch, looking now05:08
wallyworldno worries05:12
wallyworldty05:13
kelvinliuwallyworld: so the url querystring includes fingerprint?05:14
wallyworldit in the header05:16
kelvinliui saw it's in  query url.Values05:18
wallyworldyeah, that sounds right. i didn't change any of that05:19
kelvinliuok, lgtm, thanks05:20
wallyworldty05:20
=== exsdev0 is now known as exsdev
stickupkidjam, any thoughts on this, before I continue on? https://github.com/juju/description/pull/62#issuecomment-53072111408:24
stickupkidjam, it's still a WIP, but good feedback early...08:27
achilleasamanadart: can you take a look at https://github.com/juju/juju/pull/10625?12:32
manadartachilleasa: Yep.12:34
=== exsdev0 is now known as exsdev
thedacAnyone know if spaces are supported on the AWS provider?18:58
hmlthedac:  you can manually create them in juju…18:59
hmljuju will act according to the user created spaces, but aws won’t have explicit knowledge of them.19:00
thedacinteresting. OK19:00
hmlthedac:  only maas and aws support spaces.19:02
thedacack19:02
rick_hthedac:  what are you thinking of poking at?20:47
thedacrick_h: we were looking at https://bugs.launchpad.net/vault-charm/+bug/1843809 and I wanted to rule out AWS space support as the problem. They are related but it is not juju's fault ;)21:11
mupBug #1843809: vault-kv relation is broken when not using network spaces <vault-charm:New> <https://launchpad.net/bugs/1843809>21:11
wallyworldbabbageclunk: can you +1 this merge from 2.6, with the relation cleanup fixes plus a few others? https://github.com/juju/juju/pull/1062721:21
babbageclunkwallyworld: yup yup21:21
babbageclunkwallyworld: weird - there's been a typo introduced in environs/config/config.go - ContainerInheritPropertiesKey -> ContainerInheritProperiesKey21:23
babbageclunknot sure which pr it was from21:24
wallyworldoh jeez, ok. there was a conflict in the merge21:24
wallyworldi chose what looked like the right one21:24
wallyworldgood pickup21:24
babbageclunkI mean, it might be right depending on what else is in the code21:25
babbageclunk(but we should probably still fix it)21:25
wallyworldbabbageclunk: i think the typo was fixed in develop21:26
wallyworldas a driveby21:26
babbageclunkoh right21:26
babbageclunkyeah that would do it21:26
wallyworldi'21:26
wallyworldi'll just fix the typo in my PR21:26
babbageclunkas long as it still compiles I guess!21:27
wallyworldyeah, it doe snow21:27
babbageclunkit certainly do. But not in Brisbane.21:27
wallyworldwas in the middle of doing that while you were revuewing21:27
wallyworldlol21:27
babbageclunkapproved21:30
babbageclunkwallyworld: ^21:30
=== exsdev0 is now known as exsdev
wallyworldbabbageclunk: huh, the forward port has lint errors that are not picked up in 2.621:57
babbageclunkmaybe the develop linter has more stringent settings?21:57
wallyworldyup21:58
babbageclunkwallyworld: https://github.com/juju/juju/pull/10628 The fix for remove-application --force after a stuck remove-application22:00
wallyworldok, looking after i fix the lint issues22:00
babbageclunkSorry, got distracted by the raft stuff at the end of the day yesterday22:00
babbageclunkthanks22:01
wallyworldbabbageclunk: one is on this line, scope, role, unitName, err := unpackScopeKey(doc.Key)22:01
wallyworldi think we can just return err there right22:01
babbageclunk? looking22:01
babbageclunkoh right - yup, just forgot to check the error22:02
wallyworldno worries, fixing22:02
babbageclunkthanks ineffassign!22:02
wallyworldbabbageclunk: i think the query should be alive or dying to exclude dead units22:06
wallyworld+1 with that change22:06
wallyworldonce this lands we should ask for this to be included in 2.6.9 testing22:07
babbageclunkI'm not sure about that - if the machine agent is down then the unit could be dead but it'll never be removed, so the application will still be stuck22:07
babbageclunkI'm going to try it now22:08
babbageclunkwallyworld: ^22:09
wallyworldbabbageclunk: ok22:12
wallyworldif i'm wrong, that's fine, just land22:13
babbageclunkwallyworld: ok - worth checking though22:18
babbageclunkwallyworld: yeah, that's what happens - I've added a comment to clarify.22:45
wallyworldty22:45
wallyworldtimClicks: you going to land your older PRs?22:53
timClickswallyworld: keen to, but wasn't/am not sure what the best window was/is22:54
wallyworld4 weeks ago :-)22:55
wallyworldthe azure one is targetted at 2.6 but i think we can now target to develop22:55
wallyworldand just land anytime22:55
wallyworldthere's now a juju call command for juju v3 which might need mproved help text in addition to run-action (which is now deprecated)22:57
wallyworldmaybe that PR coud also look at juju call22:57
wallyworldbabbageclunk: my PR to forward port 2.6 had an intermittent error so will pull in your change before trying again23:01
babbageclunkwallyworld: ah, right23:02
babbageclunkwallyworld: remind me of the trick for bootstrapping on openstack when there's no metadata?23:34

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