Monday, 2024-09-16

SvenKieskeHey, anyone any idea why a CI log collection run would fail with ssh host key change error? https://zuul.opendev.org/t/openstack/build/eb93d47119144046ac06b05bdab3bcfa12:48
fricklerSvenKieske: that is a known, but rather seldom issue, we mostly attribute it to networking being a bit messed up in a cloud, causing a public IP getting handed out to two different instances12:57
SvenKieskeok, then it's now also known to me :)13:00
fungiyeah, sometimes server instances get "lost" and left behind, still responding to arp requests for their assigned address even after openstack thinks the address has been freed up and reassigns it to another instance13:05
fungii've heard some providers just run periodic scans for them across all hypervisor hosts, checking with a tool like virsh to find leftover virtual machines and terminate them13:06
*** ykarel_ is now known as ykarel14:01
ykarelHi we seeing issue with meetpad https://meetpad.opendev.org/neutron-ci-meetings14:04
ykarelTypeError: Cannot read properties of undefined (reading 'skinName')14:04
ykarelat unknown at line -114:04
ykarelErrorId: TwpFpi6TkyNRMdLNGJU714:04
ykarelUnhandled Promise rejection14:04
ykarelURL: https://meetpad.opendev.org/etherpad/p/neutron-ci-meetings?showControls=true&showChat=false&showLineNumbers=true&useMonospaceFont=false&userName=yatin14:04
ykarelUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.3614:04
fungiykarel: yes, there is temporarily an issue due to a regression in a recent etherpad upgrade, we're addressing it with https://review.opendev.org/c/opendev/system-config/+/92930514:11
fungihopefully we'll have it back in shape later today14:11
fungivideoconference functionality should still work, you'll just need to open the corresponding etherpad in a second tab/window to access it in the meantime14:12
ykarelfungi, thx for the details, yeap we worked around like ^14:19
fungiinfra-root: the held etherpad bugfix sample is at 158.69.73.113 and https://etherpad.opendev.org/p/isitbroken seems fine based on my testing14:26
clarkbfungi: cool, deciding whether or not we want to upgrade to the random commit was on my todo list for this morning. There has been no response to my question on the related issue and no 2.2.5 release14:47
clarkbalso I may haev used .dev wrong in the tag version but I think thats fine as long as we have a distinct value14:47
fungiyeah, i think going ahead makes the most sense, our users are clearly noticing14:50
clarkbonce I've had some tea and breakfast I can check the held node for any problems on my end and if it still looks good we can proceed then14:51
fungisounds great!14:52
clarkbfungi: https://review.opendev.org/c/openstack/project-config/+/929169/ and child add nested virt to our additional clouds that can support it (theoretically). https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/926970 and https://review.opendev.org/c/openstack/project-config/+/926848 are the ubuntu noble ansible-lint updates for those repos14:53
clarkbthey are the main things in my backlog other than etherpad if you ahve time to review them that would be great14:53
fungiyou bet14:53
opendevreviewMerged openstack/project-config master: Add rockylinux nodes to openmetal provider  https://review.opendev.org/c/openstack/project-config/+/92916915:00
opendevreviewMerged openstack/project-config master: Add nested virt labels to raxflex and openmetal providers  https://review.opendev.org/c/openstack/project-config/+/92917015:05
clarkbjohnsom: ^ fyi15:10
corvusdo we really want to fully qualify all the module names?  that makes ansible so much less fun and easy to use15:17
clarkbcorvus: I'm indifferent. It does seem to be the way that ansible wants you to write modules15:21
clarkbeg that isn't just the linter's opinion but the official ansible stance?15:21
corvuswrite modules or write plays?15:22
clarkbsorry I meant that is how ansible wants you to write out the module names/refer to them where they are used15:23
corvusyeah, it just seems like such a waste for the builtins which is most of what we do15:26
clarkbI'm happy to disable that rule. Do we want to do that as a followup and leave those changes as is or disable it and undo the updates in those changes (so that we don't end up with a mix)15:29
corvusi don't feel strongly about it (i realize i'm saying "let's use the old not-recommended syntax") and i also don't do much work in those repos.  but to the extent that this conversation may be relevant for opendev-related repos, that's how i feel.  :)15:32
clarkbfungi: I have checked the held node and agree it seems to be functional15:37
fungicool, i suppose i can go ahead and approve the change15:57
JayFFYI; update worked on a wiki page just now, but it did have a SQL error on save. Clever me refreshed the page immediately to see if the change took effect ... before copying out the error. I think it's probably/a blip but wanted to share.15:57
fungiJayF: i've noticed that it's been really slow today too. my guess is crawlers hitting it again15:59
fungihopefully we can up the priority of swapping the new containerized deployment into production rsn16:00
fungithe error was probably an insert/update query timeout16:00
opendevreviewMerged opendev/system-config master: Update etherpad to current develop branch state  https://review.opendev.org/c/opendev/system-config/+/92930516:33
clarkbthe image is promoting now then we should automatically deploy ^16:36
clarkbit has been up for almost a minute and reports being healthy16:39
clarkba random pad loads for me. Now to load meetpad16:39
clarkbpad loads in meetpad now16:39
fungiawesome. thanks for the quick fix!16:39
clarkblooks like we got alerts for two ssl certs expiring a couple days ago but not again last night. I guess that implies the latest run was successful?17:23
clarkbsomething to keep an eye on17:23
fungiyeah, since i didn't see any repeats i didn't dig into it17:23
opendevreviewJulia Kreger proposed openstack/diskimage-builder master: docs: add two contextual warnings to the replace-partition element  https://review.opendev.org/c/openstack/diskimage-builder/+/92881918:09
opendevreviewClark Boylan proposed openstack/diskimage-builder master: Update functests  https://review.opendev.org/c/openstack/diskimage-builder/+/92389620:47
clarkbI've made some edits to the meeting agenda for tomorrow. Anything else to add/change/remove before I send that out in a bit?22:12
fungii've got nothing22:14
clarkbas a heads up it looks like pypi package index requests may be unreliable in at least some cloud regions22:53
clarkbI don't think this is anything to be terribly concerned about unless it persists. I want to say we've seen this in the past and had to force access to pypi over ipv4 instead of ipv6 or similar22:53
JayFhttps://github.com/pypi/warehouse/issues/16725 they fixed it22:54
JayFor at least, they claim to have fixed it22:54
clarkbcool the last occurence I saw of this was before they said they fixed it22:57
opendevreviewIan Wienand proposed openstack/diskimage-builder master: Drop logic for old python versions  https://review.opendev.org/c/openstack/diskimage-builder/+/92778123:27

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!