/srv/irclogs.ubuntu.com/2018/08/20/#juju.txt

wallyworldvinodhini: what's the status of this PR? the bug associated with it has been ,arked fix committed but the PR itself is still open https://github.com/juju/juju/pull/902700:50
vinodhinii shd close this wallyworld00:51
vinodhinidone.00:51
wallyworldok, ty00:51
wallyworldkelvinliu_: left me know if comments make sense01:29
wallyworldbabbageclunk: did you see there's a state.go conflict that's been flagged?01:37
babbageclunkwallyworld: ooh, no - must be new. Fixing now01:37
kelvinliu_wallyworld, yup, looking now, thx01:46
veeberswallyworld: You where saying you weren't keen on cloudContainer storing a reference to State, is that right?01:46
wallyworldyeah01:48
veebersack01:48
kelvinliu_wallyworld, i m thinking if it's possible that charms have only crd but no containers01:54
wallyworldkelvinliu_: oh right, that's possible01:55
wallyworldthat breaks the pod->unit model01:55
wallyworldwe'd need to figure out how to map that betweem k8s and juju01:55
wallyworldi guess for now we can keep the EnsureCustomResourcDefinition method in the broker interface01:57
kelvinliu_wallyworld, yup,01:57
kelvinliu_wallyworld, just renamed the method and did some cleanup, would you take a look again?02:43
wallyworldsure02:43
wallyworldkelvinliu_: lgtm with a couple of small fixes02:55
kelvinliu_wallyworld, thanks02:56
vinodhiniwallyworld: cud u plz take a look at PR  - https://github.com/juju/juju/pull/908002:56
wallyworldwill do after i finished xtian's02:57
vinodhinisure.02:57
veeberswallyworld: we don't expose a global key for cloud container (we currently use unit global key when storing cloudContainer in the cc doc). Storing the status for the cloud container we'll either need to expose one or have it overwrite the unit status (i.e. use the unit global key)03:17
wallyworldwe can't overwrite03:18
wallyworldwe'll need a cloudContainerGlobalKey03:18
veebersoh true duh. Ok can do03:18
wallyworldmaybe cc# prefix03:18
wallyworldinctead of u#03:18
wallyworldor03:19
wallyworldas we do with elsewhere, add a suffix to the unit global key03:19
wallyworldwe append #charm for the unit global key to distingish from agent03:19
wallyworldor visa versa03:20
wallyworldso append #container or something03:20
veebersack, that's doable03:20
thumperhttps://github.com/juju/testing/pull/140 anyone03:51
* anastasiamac looking03:54
anastasiamacthumper: lgtm'ed (hoping that depenedcy reving is all good too)...03:57
wallyworldbabbageclunk: sorry about delay, got caught in other things, there's a few questions there. i have a meeting now, maybe discuss after if you are not EOD?03:58
wallyworldor first thing tomorrow03:59
babbageclunkwallyworld: no worries, you've got lots of other stuff happening - I'll have a look at the questions anyway. ping me when you're out of the meeting.03:59
wallyworldok03:59
wallyworldvinodhini: i have a meeting now but i see tim looked at your pr04:00
veeberswallyworld: the caas unit provisioner, via updateStateUnits, uses an UpdateUnitOperation to set the status info, which in turn uses statusSetOps to set the status info bits, it feels like it should just use setStatus there (to handle history); am I missing something?04:03
vinodhiniwallyworld: just had lunch. i think tim reviewed it.04:04
vinodhiniits ok.04:04
wallyworldveebers: i'll look after meeting04:06
veebersack04:06
wallyworldveebers: but unit update op thing which currently sets status on agent etc does do history04:07
veeberswallyworld: ah right, in Done04:08
wallyworldyup, that's it04:08
veeberswallyworld: sorry, my bad for not reading properly04:08
wallyworldnw04:08
veebersI might need to go to that Derek Zoolander center04:09
veeberswallyworld: when you have a quick moment could you eyeball this, see if I'm on the right path: https://github.com/juju/juju/pull/908104:48
wallyworldveebers: looking04:58
veebersthanks!04:58
wallyworldveebers: left comment - just one main issue, hopefully it's clear05:02
veeberswallyworld: ack thanks, will hit it05:02
wallyworldunit status will ultimately be set from the charm via hook commands05:03
wallyworldwhat we get from k8s will be stored as container status05:03
thumperanyone... https://github.com/juju/utils/pull/30305:17
jamstickupkid: as a follow up to my patch against juju/txn, this is the one that brings it into juju 2.3: https://github.com/juju/juju/pull/9083 can you take a look at it?12:39
stickupkidsure can :)12:40
stickupkidjam: LGTM12:43
jamstickupkid: I realize I needed 1 more quick change to juju/txn, the printing of PruneOptions is ugly because uint64 defaults to printing in Hex, which isn't very nice12:45
jamstickupkid: http://github.com/juju/txn/pull/4412:45
stickupkidah, yeah, I've been bitten by that before :|12:46
stickupkidjam: done12:46
jamah. yet one more, just a moment. Forgot the printing was in juju/txn. needs a small debugging tweak12:46
jamstickupkid: can you look at http://github.com/juju/txn/pull/44 again ? I changed the type and added the logging12:52
stickupkidjam: approved12:54
hatchmagicaltrout are you still having issues as mentioned on discourse on Friday?17:51
=== marosg_ is now known as marosg
=== Dmitrii-Sh_ is now known as Dmitrii-Sh
=== yo61_ is now known as yo61
=== gurmble is now known as grumble
thumperveebers: where do we store the charms themselves used for log rotation?23:27
thumperveebers: actually if you have a few minutes it would be helpful23:28
anastasiamacthumper: that's an interesteing question coz looks like some of our test charms have no hooks diretcory23:29
anastasiamacthumper: or have one which is empty23:29
thumperanastasiamac: some of them for sure23:29
anastasiamacthumper: hence we r seeing the 'invalid charm" error that hml documented23:29
anastasiamacthumper: we have restrictred our definition of what is a valid charm recently... hence, the error now23:30
* thumper nods23:32
anastasiamacthumper: k wallyworld says he will look into this23:32
thumperthe charms are in the acceptence tests dir23:33
thumperfound the line I need to change23:33
thumperI now need to relearn how to run the tests locally23:33
wallyworldthumper: not so simp[le, the python generates the charms. we have it under control23:33
thumperwallyworld: I'm looking at the log file rotation one23:33
wallyworldthumper: sgtm, we are covering somne too, we will mark the ones we are doing23:34
thumperit seems lilke the README in the tree could do with some love23:37
thumperit talks about environments.yaml23:37

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