[01:51] timClicks: could you review this plz? https://github.com/juju/juju/pull/10524 [03:52] a review plz https://github.com/juju/juju/pull/10526 [03:58] wallyworld: ^^ [04:40] review plz https://github.com/juju/juju/pull/10527 [05:06] wallyworld: https://bugs.launchpad.net/bugs/1839970 could use a comment [05:06] Bug #1839970: Unpredictable behaviour selecting Unit public IP address [05:06] ok [05:06] hpidcock: looking [05:10] hpidcock: why not filter out the manual provider for kuku [05:11] wallyworld: yeah good point, I was just considering that you should always be able to bootstrap manually [05:11] I'll make the change [05:12] awesome [05:13] thumper: i don't have an answer off the top of my head for that network question, will have to go code diving [05:13] it may be the public address shown in status [05:15] there's logic used to categorise and select the "best" default public address [05:15] somewhere [05:17] hpidcock: another option is to always have manual *except* when just k8s provider is specified [05:18] what's there will work though [05:26] wallyworld: bug 1813025 was assigned to you back in jan [05:26] Bug #1813025: new pods do not run due to rbac issues? [05:27] can you triage the bug? [09:20] stickupkid: about that bundlechanges API call for the python bits... did we version it when we landed the cmr changes? I certainly haven't done so for the channel stuff... so I don't have a clean way to decide whether I need to skip the channel integration test or not [09:26] achilleasa, so no, pythonlib is actually a head of juju CLI in this regard, but it should be fine [09:31] CR anyone? https://github.com/juju/cmd/pull/67 [09:31] stickupkid: looking ^^^ [09:31] it's a nice and simple one [09:35] stickupkid: quick question: how would the error on L629 be printed out? [09:36] achilleasa, same as previous `super normal` [09:36] but what about the "unrecognized command: " prefix? [09:36] ah, d'ho [09:36] will fix that now [09:38] achilleasa, updated [09:40] stickupkid: approved [09:41] achilleasa, ta [10:23] achilleasa, considering you did the previous PR check, mind if you do this one https://github.com/juju/juju/pull/10522 [10:24] stickupkid: sure thing [11:54] stickupkid: can you take a look at https://github.com/juju/python-libjuju/pull/340 ? [12:32] stickupkid: if you get a sec can you peek at https://discourse.jujucharms.com/t/lxd-woes/1928 please? [13:59] achilleasa, which version of python are you using? [13:59] achilleasa, i'm wondering why the type definitions https://github.com/juju/python-libjuju/pull/340/files#diff-66da3249a52dcd990fa827c60a5360caL665 [14:00] are missing [14:03] stickupkid: 3.6.7 [16:08] who wants a horrid code review ? https://github.com/juju/juju/pull/10529 [16:10] stickupkid: I'd like to poke several people on those please [16:10] rick_h, sending an email [16:10] stickupkid: can you setup a juju-crew list and ask folks to go through [16:10] stickupkid: +1 [16:19] hello folks [16:20] anyone got any clue how this openstack-ingration charm is supposed to work? [16:20] or its requirements [16:38] magicaltrout, that integrator charm in particular or integrator charms in general? [16:38] the openstack one pmatulis [16:39] i can't get it to work, so i'm trying to find out if its still how you do things [16:39] or if its retired and i'm just reading old docs [16:41] magicaltrout, afaik, integrator charms are the way to go. what is not working? there should be something in the juju logs [16:42] i documented it here pmatulis https://discourse.jujucharms.com/t/what-are-the-requirements-for-this-openstack-integrator-charm/1932/2 [16:43] cause when i test the examples they seem to generally just be broken [16:51] magicaltrout, ohh. first issue looks like a storage class simply does not exist. so maybe something else you need to do (not openstack-itself related). i don't know about the 2nd issue [16:51] magicaltrout: it's definitely not deprecated. We use it for CDK setup on OpenStack and we're doing that for customers/etc. [16:52] magicaltrout: sounds like assumptions/etc that might need love. I'd suggest filing bugs (don't I always...) but it should be alive/well. [16:58] thanks rick_h pmatulis i'll dig more then. I don't know what it tries to do for loadbalancing i'll look at the code as itrs not dead [16:58] didn't want to go down a rabbit hole to be told there's a better/newer way :0 [16:58] magicaltrout: :) what? That never happens :P [16:59] hello pinocchio! [16:59] magicaltrout: one of these days we should chat. long time no catch up [17:01] magicaltrout: I'm not seeing anything in the charm doing loadbalancing [17:01] indeed rick_h ! I'm in the process of exfiltrating from 4 months of chaos and getting back to doing some charming stuff and upgrading the data charms. [17:01] magicaltrout: and the charm readme just as kubectl notes vs anything charm/config [17:01] it just sets up kubernetes for the external loadbalancer [17:01] magicaltrout: nice, congrats on getting through the tunnel [17:02] but i'm not entirely sure what its complaining about [17:02] as far as I can tell I filled in the details correctly, so I'm assuming something isn't configured on the openstack side [20:24] i'm trying to use juju as a testing backend for different ubuntu releases - unfortunately i'm finding that i can't e.g. test 19.04 because no tools are available. is there a workaround for that? [20:25] dannf: you can force which series you're deploying [20:25] timClicks: yeah, i can force it, and that appears to override charm restrictions, but then i get: [20:25] Machine State DNS Inst id Series AZ Message [20:25] 0 down pending disco no matching agent binaries available [20:26] hrm that's strange .... just a second, I'll check something [20:27] dannf: which juju version are you running? [20:27] 2.3.7-xenial-amd64 [20:27] * thumper cringes [20:27] should i switch to the snap? [20:27] dannf: can you use the juju snap? [20:27] yeah [20:28] * dannf honestly thought i was using the snap until you asked :) [20:28] * timClicks is glad I did [20:28] (ask about the version, anyway!) [23:16] timClicks: did you work out what was happening with the extendDisks failing? I've got the cleanup sorted. (Getting the tests right was the fiddly bit as usual.) [23:21] timClicks: well, that and my machine forgetting it could boot to linux [23:40] babbageclunk: no, I wasn't able to diagnose what the issue was [23:41] timClicks: can you take a look at this anyway? https://github.com/juju/juju/pull/10530 [23:41] oh sure :) [23:42] timClicks: I'm just testing it out now - will try reproducing the thing you saw anyway