/srv/irclogs.ubuntu.com/2019/11/27/#juju.txt

wallyworldkelvinliu: found it. https://github.com/juju/jujusvg/pull/5802:39
kelvinliuwallyworld: not easy! hah approved!02:40
wallyworldty :-)02:40
kelvinliu🎊02:42
timClicksbabbageclunk: do you know if there are any plans for storage on vsphere? https://discourse.jujucharms.com/t/adding-additional-disks-to-machine/236702:42
babbageclunktimClicks: not sure - wallyworld?02:47
wallyworldthere's currently no plans - vsphere provider in juju does not support storage directives it seems. we'd need to size up any work as a bug02:50
wallyworldit would be a medium chunk of work02:50
timClicksso the recommendation today would be to use the vSphere console or an equivalent VMware CLI command?02:55
kelvinliuwallyworld: if the charm already provided ingress for app svc itself in podspec, should we touch that spec at all if the user run `juju expose` or just reject and errors out?03:05
wallyworldkelvinliu: that's a good question. i am not sure. we can land PR without changing expose and discuss and maybe do a fllowup03:07
kelvinliuwallyworld: ok, i will create a card for this as a TODO03:08
wallyworldty03:09
kelvinliunp03:09
thumpertimClicks: I don't know of a workaround that would work reasonably03:50
timClicksthumper: no, not for deploying ceph w/ juju03:52
thumperceph on vsphere?03:53
thumperseems weird03:53
babbageclunksorry, I've got a bit nerdsniped trying to work out whether we could use different image metadata to make a machine that was centos on vsphere.04:01
babbageclunkit's lead me to realise I don't actually understand how we get non-ubuntu images at all04:09
timClicksthumper: they want to deploy cdk on vsphere, and use ceph as storage for that cdk instance04:12
thumpertimClicks: but where is the ceph?04:12
thumperew04:12
timClickson vsphere apparently..04:12
thumperah04:12
thumperno we don't support that04:12
thumperI don't think so04:12
thumpernot natively anyway04:13
timClicksI've added a note to the request https://discourse.jujucharms.com/t/adding-additional-disks-to-machine/236704:13
thumperthere may be charmed-kubernetes config for external storage04:13
timClicksi expect we'll receive a grumpy response along the lines of "what's the point in deploying ceph manually?"04:13
timClickswe've received an HA-related question04:14
timClickshttps://discourse.jujucharms.com/t/auto-remove-var-lib-juju-when-i-restarting-jujud-in-empty-mongodb/236204:15
thumpertimClicks: I think if you add a machine, then add the disks via CLI, then deploy ceph to the devices it may work04:16
anastasiamacwallyworld: PTAL https://github.com/juju/juju/pull/10957 - cred validation relaxation as discussed07:06
wallyworldok, in a bit07:07
anastasiamacno rush at all... it's for 2.7 (whci i think is blocked until .0 anyway, right?)07:07
anastasiamacwhich*07:08
wallyworldyeah07:13
manadartstickupkid: Breaking up my patch. This one is for replacing migration-master test mocks with generated ones: https://github.com/juju/juju/pull/1095810:24
stickupkidmanadart, we should do the same with the minion10:25
nammn_de1stickupkid: did the email from ian work for you?10:32
nammn_de1he did give me a review/comment as well10:32
stickupkidnammn_de1, we where missing expose :D10:34
nammn_de1stickupkid: yeah, so doing that it shows something in the logs and doing something. I guess we would need a charm which would use the juju-application-offer to open some ports so that we can see that in the security group, right? At least thats how I understand it10:34
nammn_de1:D10:35
stickupkidyeap10:35
nammn_de1stickupkid: do you have some in your mind? At least trying it with mariadb and mysql shows log work but no change i the security group, as it seems they did not open a port. I do think it should be fine codewise.10:36
stickupkidnammn_de1, not sure tbh10:36
achilleasamanadart: got a few min for a quick HO?12:00
manadartachilleasa: Sure.12:03
stickupkiddamn, we don't import application offers - wonder why my code wasn't working :sigh:12:13
stickupkidmanadart, quick HO before i grab some lunch?12:21
manadartstickupkid: Eating mine now. Do it after?12:33
stickupkidmanadart, sure can... i'll ping back in about 45mins12:33
* manadart has to do a drop-off at sort notice. 20-30 mins.12:52
stickupkidmanadart, ho14:15
stickupkidran away14:15
nammn_de1stickupkid: soo i updated the qa steps on my pr https://github.com/juju/juju/pull/1094314:39
nammn_de1so because it is related to the "offer" the pr, or another, needs to move the offer as well which then can be consumed again14:39
stickupkidi'm on it :D14:40
nammn_de1not sure if we want to have that in that pr, because i thought that you and manadart are working on it14:40
nammn_de1ha! :D14:40
stickupkidnammn_de1, let's call it done14:40
stickupkidbiab14:40
nammn_de1stickupkid: cool, happy for a review then14:58
stickupkidnammn_de1, give me a bit14:58
nammn_de1stickupkid: no worries, take your time. A suggestion for the next task from the cmr column, seems like some are related to the one you are doing currently. Just to make sure that we do not overlap15:02
stickupkidnammn_de1, unsure tbh15:03
stickupkidthinking...15:03
nammn_de1stickupkid: if you have something with the workers that would be cool but open to anything15:04
manadartstickupkid: I have to make a move. Patch is here: https://github.com/juju/juju/pull/10959.16:14
stickupkidmanadart, sure nps16:14
manadartstickupkid: I still need to regenerate the facade schema. Once I do that, I'll squash the choppy commits.16:14
stickupkidmanadart, fine by me16:14
timClickswhat is the command I need to use to to inspect/trace a unit agent hook's execution history?20:47
rick_htimClicks:  juju show-status-log ?21:15
timClicksrick_h: that's the one21:15
timClicksthanks!21:15
rick_htimClicks:  <321:22
timClicksis it possible to inspect calls to hook-tools, such as relation-get and relation-set?21:23
rick_htimClicks:  you're going to need debug-hooks at that point I think21:25
timClicksyeah, that's what I thought..21:25
rick_htimClicks:  because you need the hook context which isn't normally available. You could try walking the relation ids and going that route but it takes a little owrk21:25
rick_hwell, not hook context, but the relation context in the hook context21:25
timClicksyeah I experimented with that in a noop charm I've written, explore-relations21:27
rick_hgotcha21:27
timClicksjuju run --unit explore-relations/0 “relation-ids peer-relation”21:27
timClicksnew tutorial up https://discourse.jujucharms.com/t/what-is-a-juju-relation-and-what-purpose-do-they-serve-part-2/237821:58

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