[01:02] kelvinliu: here's a small PR to fix the pod spec parsing issue https://github.com/juju/juju/pull/10603 [01:02] wallyworld: yep looking now [01:04] lgtm thanks [01:55] wallyworld: ask-or-tell add-credential PTAL https://github.com/juju/juju/pull/10604 [05:28] https://github.com/juju/juju/pull/10605 [05:30] jam ^^ [06:15] hpidcock: did you need a review of your draft PR? [06:15] wallyworld: if you want, I think that would be good seeing as I'm still writing tests, so if something needs to change I'd rather do it now [06:16] ok [06:16] for tomorrow, i have the next actions PR up [06:17] wallyworld: got 2mins HO? wanna confirm one thing about rbac. [06:17] sure [06:18] kelvinliu: in standup [06:18] wallyworld: me2. in different room? [06:22] hpidcock: got to go AFK until team meeting, will look at PR after that [06:24] np no rush at all [10:31] achilleasa, CR https://github.com/juju/python-libjuju/pull/355 ? [10:36] achilleasa, yeah good shout, i'll fix that [11:09] achilleasa i updated and fixed [11:36] Im deploying Openstack using the bundle (61), all looks fine in 'juju status'. But when I try to upload an image, I get "Error finding address for... Broken pipe". Found a bug report,https://bugs.launchpad.net/glance/+bug/1833009. which seemed to have a similar problem. It was however solved, so Im wondering if the issue in the 'bug' has been addre [11:36] ssed in the current bundle, and/or this could be something else... [11:36] Bug #1833009: openstack image create fails with [Errno 32] Broken pipe for openstack rocky and stein [12:54] i'm not sure whats more broken [12:54] the uk political system [12:54] or my attempts to test juju on k8s [12:54] https://discourse.jujucharms.com/t/cant-bootstrap-internal-k8s/2032/3 [12:54] if anyone has any ideas [12:55] (we all know the correct answer is the uk political system) [13:00] magicaltrout, the uk political system <- this [13:03] What happened to juju-gui / juju-quickstart? Is it dead? [13:04] juju gui is still juju gui [13:04] danboid: basically, the gui is in maintenance mode while they do a new gui tool for management [13:04] juju-quickstart is conjure-up now [13:04] ish [13:04] or whatever rick_h says... he clearly knows [13:11] After having a quick look at the conjure-up site, I don't think it is a (web) UI to juju, more like a wrapper of some sort? [13:11] It obvs depends on juju [13:11] yea [13:14] well juju gui exists if you've got a bootstrapped controller [13:14] you just run [13:14] juju gui [13:14] its just not getting love from the devs [13:36] When you run 'juju register' what does it do? ie why is it taking multiple minutes on my i7 w/ 16GB RAM, gigE etc to register [13:38] I expected it would've been instantanous? Maybe its gone wrong? [13:38] It asked me for a password and the controller name but that was a good few minutes ago [13:45] danboid: it's trying to reach out to the controller and login [13:48] rick_h, Seems it failed. What port needs to be open on the controller? [13:49] ERROR Provided registration token may have been expired. [13:50] but it took several minutes to show that [13:53] 17017 ? [13:54] danboid: the normal 17017 yea === ISDADS\sgs548_ is now known as danboid [15:44] rick_h, another merge forward of changes pylib https://github.com/juju/python-libjuju/pull/356 [15:45] stickupkid: +1 [15:45] rick_h, ta [15:52] rick_h: we're seeing this when attempting to bootstrap juju against openstack; any ideas? http://paste.ubuntu.com/p/FbVmmJv8xX/ [15:52] jhobbs: looking [15:52] i'm not sure how key management with juju and openstack works; openstack doens't show any keypairs associated with the instance [15:53] jhobbs: have you tried to clear the ssh key in known_hosts for 10.244.32.187 on the client? [15:54] jhobbs: quick glance it looks like the VM comes up, gets an IP, and the client attempts to connect to the controller over the IP and fails due to an existing (different key) for the controller IP [15:55] yeah so it's using that tmp file for keys [15:55] which juju owns [15:55] /tmp/juju-known-hosts764870299:1 [15:55] if i remove the key with the command it suggests, I get this instead: [15:55] 15:55:34 DEBUG juju.provider.common bootstrap.go:576 connection attempt for 10.244.32.187 failed: No RSA host key is known for 10.244.32.187 and you have requested strict checking. [15:55] Host key verification failed. [15:56] jhobbs: oic, hmmm not seen anything with that to date. [15:56] jhobbs: is there an entry in that file? [15:56] jhobbs: in /tmp/juju-known-hosts764870299 ? [15:57] let me see [15:59] 10.244.32.187 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzZr0m8iigEmkMoZva1pdaJ7U9eC61yg+wwq1isIbZPokHnBBGSKq74KojG8MJOVYSO2eeAharfGIXxfdHtqy6/5DFOF0SfL2IhVz3rDvBBGmuL1OrNO9vcZn/SNRK2ZaJm82r3BsA2M6kcJFxeq+PZ8gukcaqYAGq269Pz5+QWueVKHbiIQEPaLhuhDI+AnaqoGtmldz38xohvAglRfDTJtSfrHZzyley/3wLjZ+kC7IGeoWhGQ5pG6Sl+jjGoYom4GANDUFUDFIXxMfE/w0TCZbR6YeOliEjZJshzO4fM9fOgbxPZHkgOcj7k4jtNeJeOez7x4cKTB7G/ZN9N9E7 juju-bootstrap [16:00] maybe juju prepopulates that file with the key for the instance? maybe it gets it from the openstack api? [16:01] jhobbs: there’s an ssh key in the cloud init used to create the instance. [16:02] no keys via the openstack api directly [16:02] ok [16:03] so maybe it's not getting that cloud-init [16:03] jhobbs: bootstrapping to checkout a few things [16:04] jhobbs: there is a key created to use during bootstrap. [16:06] ok [16:06] I think the instance isn't getting the metadata for some reason [16:06] the cloud-init userdata from the metadata server [16:08] then another key once it’s up for system [16:16] rick_h, achilleasa, the last pylibjuju commit around bundle changes https://github.com/juju/python-libjuju/pull/357 [16:16] hml: thanks for helping out, I've got to get ready to go to that family thing and will be afk for a bit [16:17] jhobbs: what’s odd too, is that the tmp file is created, used and removed during bootstrap [16:18] hml: right [16:18] hml: i think the instance is generating its own ssh server key because it's not getting the one from metadata [16:18] hml: so it's getting a mismatch [16:18] jhobbs: are you using the edge snap? [16:18] no hml, 2.6.8 [16:25] jhobbs: i can’t reprod myself with openstack ; but i do get it trying to directly ssh to the controller instance. [16:28] though juju ssh works… it’s using a different key… so there are 3 over the process of bootstrap and configuring a machine. [16:39] jhobbs: what’s configured via the model_defaults.yaml ? [16:53] stickupkid: approved; on a sidenote, the relevant juju PR enountered CI errors on merge [16:54] achilleasa, :( [16:56] achilleasa it was an intermittent failure [22:25] babbageclunk: can you jump in standup HO? [22:25] sure sure