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

=== mup_ is now known as mup
timClickshttps://jaas.ai/docs/getting-started - would love people's feedback on this, esp. on whether it makes you more motivated to share it!00:09
wallyworldbabbageclunk: sorry, was at bank, i can tell you in standup00:15
babbageclunkok00:15
wallyworldbabbageclunk: got a sec? standup?01:04
babbageclunkwallyworld: sure omw01:04
wallyworldbabbageclunk: and remove-application --force works as well as remove-relation --force, right?01:12
babbageclunkIt should do... looking in the code now, hang on01:13
wallyworldbabbageclunk: and also, remove-offer --force should send through the correct option to force remove the app which then force removes the relation etc01:15
wallyworldnormally you can't remove an offer if there's still the app it is offering01:15
babbageclunkyeah, remove-offer --force definitely does that01:17
babbageclunkI'm not sure about the remove-application --force one removing the relation when there's a stuck unit - I'm sure it will if the --force is done straight away but it's possible that if you do it unforced first then maybe the removeCount handling will mean that the application doesn't get removed.01:19
babbageclunkI'll give it a try this afternoon01:19
babbageclunkno sign of those raft timeouts on scaling stack01:19
wallyworldi'm also going to test removing an offering model01:23
wallyworldwe should be sure that --force works anytime01:23
wallyworldeven after a try without01:23
kelvinliuwallyworld: we don't support `deployment` field in metadata yet, right?02:39
wallyworldwe do02:39
wallyworldfor service type02:39
kelvinliucharm-tools doesn't support it yet02:40
wallyworldoh, maybe not02:40
wallyworldthat will need fixing02:40
kelvinliuwondering how to build the charm has deployment field02:40
wallyworldi think i have edited the built charm in the past02:41
wallyworldcan't recall exactly02:41
kelvinliui guess, Juju itself support but we never have any charm use it yet02:41
wallyworldyeah, probably02:41
kelvinliuok, i will have a 3rd PR on charm tools repo02:42
wallyworldok02:46
babbageclunkwallyworld: managed to test the scenario you were wondering about - remove-application with a stuck unit in a relation, then remove-application --force - it worked!05:57
wallyworldbabbageclunk: awesome! i tested too06:25
wallyworldi stopped a lxd controller and did stuff to the other controller in cmr06:25
wallyworldseemed to go ok06:26
=== exsdev0 is now known as exsdev
achilleasamanadart: I have updated my PR to only persist the subnetID and fixed some broken tests. Can you take a look? I am now looking at the instancepoller bits...12:16
manadartachilleasa: Yep.12:18
jhobbshi kwmonroe, could you please help get a new version of the grafana charm published to pick up a change in layer snap? https://bugs.launchpad.net/grafana-charm/+bug/184374513:38
mupBug #1843745: snap install causes error if there are non-ascii characters in the output <cdo-qa> <foundations-engine> <Grafana Charm:New> <Snap Layer:Fix Released> <https://launchpad.net/bugs/1843745>13:38
achilleasamanadart: CI passes for my PR. Should I go ahead and land it?14:24
kwmonroejhobbs: https://jaas.ai/grafana/31 is in edge.  i'm running the upgrade tests now; pending success, you cool if i push that through to stable, or would you like some time to test?14:42
jhobbskwmonroe: i'll give it a spin real quick, thanks14:46
manadartachilleasa: Yes.14:53
achilleasamanadart: I need a tick ;-)14:54
manadartachilleasa: Oops. Did the ol' comment review. Done.14:54
kwmonroejhobbs: one thing we've done for other charms that include layer:snap is provide a 'core' resource so people can attach a core.snap to facilitate the install in offline deployments.  prometheus2 and graylog have this, but i see that grafana does not.  is that important for you?14:57
jhobbskwmonroe: i'm surprised that hasn't come up yet; I think the field team drove those requests before. I suspect it will be required for grafana too14:59
jhobbskwmonroe: my test just passed so I'm +1 whenever yours complete15:00
kwmonroefwiw, we'd add a 'core' and 'grafana' resource -- 0-bytes by default.  it came up for a smattering of charms: https://bugs.launchpad.net/graylog-charm/+bug/1828063, but we didn't have grafana on the list.15:00
mupBug #1828063: core snap is not a defined resource for charms that have other snaps as a resource definition <cpe-onsite> <Etcd Charm:Fix Released by cynerva> <Kubernetes E2E Test Charm:Fix Released by cynerva> <Kubernetes Master Charm:Fix Released by cynerva> <Kubernetes Worker Charm:Fix Released15:00
mupby cynerva> <Graylog Charm:Fix Released by kwmonroe> <Prometheus2 charm:Fix Released by kwmonroe> <vault-charm:Fix Released by cynerva> <https://launchpad.net/bugs/1828063>15:00
kwmonroejhobbs: upgrade tests just passed; https://jaas.ai/grafana/31 is now through to stable.15:02
kwmonroei'll note grafana on the above bug as "affected projects" and get that worked soonish.15:03
jhobbskwmonroe: great, thanks on both counts!15:06
achilleasarick_h: I am still going through the docs/deploy cmd sources for the binding bits. If it turns out that it's not that hard to also update existing bindings when upgrading charms do we want to land that as a single chunk of work?15:47
rick_hachilleasa:  have a sec to chat?15:49
achilleasarick_h: sure. meet you in daily?15:56
rick_hachilleasa:  sure thing15:56
pmatuliscan juju pass autostart order information to containers? it should be able to pass any configuration key right?17:52
hmlpmatulis: i don’ tbelieve you can18:30
pmatulishml_, oh!19:11
hml_pmatulis:  that data would go in the profile for the container right?19:11
pmatulishml_, i don't think so19:11
hml_pmatulis:  how would you get it up then?19:12
pmatulisit would be key 'boot.autostart.priority' (see https://lxd.readthedocs.io/en/latest/containers/)19:12
hml_pmatulis:  right.. those values end up in the container profiles19:13
pmatulisohh19:14
hml_pmatulis:  juju won’t pass up anything… and boot is an excluded key in lxdprofiles from a charm19:14
pmatulisi thought boot priority would be at the lxd daemon level. doesn't a profile just apply to a single container? seems this key controls multiple containers19:16
hml_pmatulis:  you can have a default profile which applies to all containers19:16
hml_you can multiple profiles on a container if you want19:17
pmatulisoh, that makes sense then19:18
pmatulisit would be sweet to have a bundle dictate the order in which containers would come up19:18
pmatulisbut i guess not19:18
hml_pmatulis: the order to boot in?  or are created in?19:19
pmatulishml_, booted, on the host19:35
=== hml_ is now known as hml
ezobnHi! I have some issues. I had got nice working juju openstack Queens deployment. So trying to upgrade it to Rocky. Have got upgrades all charms themselves. Everything good except openstack compute service list is empty. And debug on nova-cloud-controller shows that it is some timeouts reading nova cells that have found. But them never been configured in the system.  Any bugs on this by the chance?22:31

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