Tuesday, 2025-10-14

opendevreviewOpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/openstack-ansible/+/96365104:16
*** DmitriyRabotyagov[m] is now known as noonedeadpunk[e]08:06
opendevreviewDmitriy Rabotyagov proposed openstack/ansible-role-uwsgi master: Replace libssl3 with libssl3t64  https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/96393509:42
opendevreviewMerged openstack/openstack-ansible master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/openstack-ansible/+/96365113:33
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible master: Unfreeze roles after Flamingo Beta release  https://review.opendev.org/c/openstack/openstack-ansible/+/96397014:37
noonedeadpunk#startmeeting openstack_ansible_meeting15:05
opendevmeetMeeting started Tue Oct 14 15:05:28 2025 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.15:05
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:05
opendevmeetThe meeting name has been set to 'openstack_ansible_meeting'15:05
noonedeadpunk#topic rollcall15:05
noonedeadpunko/15:05
noonedeadpunksorry for being late15:05
NeilHanlono/15:05
DavidGomezo/15:05
NeilHanlonalso running a bit late and have to run soon 😅15:05
noonedeadpunkcourtesy ping jrosser15:06
jrossero/ hello15:07
noonedeadpunk#topic ofccie hours15:07
noonedeadpunkDavidGomez: NeilHanlon do you have any news on Ceph front?15:07
damiandabrowskihi!15:08
DavidGomezStarted some PRs related to infra to build Ceph for Rocky SIG/Storage, few tickets opened too. I have some PRs to make related to release packages next I'll try and get that done this week. After that is once infra is in place is actual builds and testing15:10
noonedeadpunkoh, sweet15:11
noonedeadpunkgreat news, thanks!15:11
noonedeadpunkWe need to pick up a time slot for PTG15:12
noonedeadpunkWhich will be in 2 weeks15:12
noonedeadpunkI don't think we have a lot of topic to discuss, so would suggest smth like 2h tops15:13
noonedeadpunk(our etherpad is literally empty so far)15:13
noonedeadpunk#link https://etherpad.opendev.org/p/oct2025-ptg-os-ansible15:13
noonedeadpunkI'd suggest smth like Tuesday 15 - 17 UTC, but I see it's conflicting with the TC slot :(15:16
noonedeadpunkwe can do 14 - 16, but that is kinda too early for EST timezone...15:17
noonedeadpunkor well, it's early only for PST?15:17
damiandabrowskiI'm starting vacation on 28th, so most likely I'll miss PTG :/15:18
noonedeadpunkYes, jsut in case we're talking about Oct 27 - 3115:19
noonedeadpunkHm, maybe we can do it on 27th?15:20
damiandabrowskiyeah yeah, so only Monday works for me. But I don't want to be a person who forces everyone to have a PTG on Monday only because of my vacation :D 15:20
noonedeadpunkschedule is kinda really empty on Monday: https://ptg.opendev.org/ptg.html15:20
noonedeadpunkjrosser: what about your plans?15:21
jrosseroh let me look15:21
jrossermonday is good, 27th15:25
noonedeadpunkok, nice, 15 - 17 UTC?15:25
damiandabrowskiperfect!15:25
jrosseryes thats fine15:25
noonedeadpunkNeilHanlon: any opinion an that ^ ?:)15:25
jrossertbh i am not sure at all how much we have to discuss15:26
damiandabrowski+115:26
jrosseri am finding it very difficult to find time on actual OSA code for some time now15:26
noonedeadpunkwell. we can discuss on how and if we wanna move forward from where we are as well15:27
noonedeadpunkwith limited resources and limited review capacity15:27
jrossermaybe we think of one big thing to all look at15:27
jrosserperhaps proxysql or something15:27
noonedeadpunkoh, yes, wanna do that for a while really know15:27
jrosserso ideas like that would be great to discuss15:28
noonedeadpunkwe have a repo ready to accept code for years now15:28
noonedeadpunkhttps://opendev.org/openstack/ansible-role-proxysql15:28
noonedeadpunkI just failing year after year to put any reasonable effort to make it happen15:28
noonedeadpunkwe also are having ansible-core 2.19 which is more ansible-core 3.0 tbh15:29
mnasiadkaoh, ansible-core 2.19 is nice pain15:29
noonedeadpunkI already found that our modules don't like it at all15:29
noonedeadpunkmnasiadka: have you already started working on it?15:30
noonedeadpunkAs I think my huge concern is on how to catch all potentially problematic conditions15:30
noonedeadpunkgiven that there's no type conversion or smth like that15:30
noonedeadpunkso you can't do just `if list` like you could15:31
mnasiadkanoonedeadpunk: yeah, we did - https://review.opendev.org/c/openstack/kolla-ansible/+/96033315:32
noonedeadpunkwow15:32
noonedeadpunkok15:32
noonedeadpunkI see15:32
mnasiadkaBasically we need to support 2.19, because it’s how Kolla-Ansible release cadence is done - we bump one version each cycle (we test 2.18 and 2.19 in Flamingo in theory, but 2.19 is complicated). We don’t really backport Ansible version support.15:33
noonedeadpunkmnasiadka: do you know if ansible-lint already catches that?15:33
mnasiadkaI don’t know, our ansible-lint ,,framework’’ needs a lot of work :)15:33
noonedeadpunkwe do around same fwiw15:33
mnasiadkaWe use some old version with a lot of exceptions15:33
noonedeadpunkbecause when I tried ansible-lint during 2.19 being in beta it was isntantly crashing with stack trace15:34
mnasiadkaWould probably make sense to make it better, but with 3-4 active cores it’s a bit hard :)15:34
noonedeadpunkand I don't have time to check on that after release15:34
noonedeadpunkwe're exactly in the same boat here.15:34
noonedeadpunkyeah, so catching all these conditions everywhere sounds indeed like a huge pita15:35
noonedeadpunkoh, well. we actually support only 1 ansible-core version , not 215:36
noonedeadpunkanyway, that looks super fun indeed15:36
mnasiadkaWell, I think there’s a config knob you can use to make majority of these new things go away, but still that’s some work - and you need to fix it sooner or later15:37
noonedeadpunkwe are not having multi-repo, so it's a knob 20 times...15:37
noonedeadpunkor well. a bot :)15:37
noonedeadpunkI guess that is why I was asking about ansible-lint, because it used to have an auto-fix feature15:38
mnasiadkaRight, it’s easier for us - we only have two repos (kolla-ansible and ansible-collection-kolla)15:38
mnasiadkaAnd there’s Kayobe, but it’s another boat :)15:38
damiandabrowskiFYI, my PKI patches are ready for reviews15:44
damiandabrowski#link https://review.opendev.org/q/topic:%22osa_hashi_vault%22+and+status:open15:44
noonedeadpunkOh, yes, sure, thanks for the update!15:45
damiandabrowskii think there's only one active discussion left: https://review.opendev.org/c/openstack/ansible-role-pki/+/948881/comment/ee0404e1_b5ac6aae/15:45
noonedeadpunkI'd say I'll try to review them... But the truth is that I'm having a plane to summit tomorrow morning15:45
damiandabrowskion last meeting I promised to do something, but when I started working on it, it turned out to be quite problematic :/15:45
damiandabrowskino worries15:46
damiandabrowskibtw. do you know why jobs are not triggered after recheck here?15:46
damiandabrowskihttps://review.opendev.org/c/openstack/openstack-ansible/+/94888915:46
noonedeadpunkum, no, not at first look15:49
opendevreviewDamian DÄ…browski proposed openstack/openstack-ansible master: Enable openbao jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/94888915:51
damiandabrowskiahh, one of the dependent changes was abandoned. That might be an issue15:52
noonedeadpunkyeah, just wanted to say thay likely realted to dependent changes15:53
noonedeadpunkthere were also comments about trying to use smarter defaults for ther "backend" itself, but I had not time so far to think about what we can simplify15:56
*** gmaan_pto is now known as gmaan16:00
noonedeadpunkdamiandabrowski: it's running now16:00
noonedeadpunkI have also proposed releases, except 2024.1 16:01
noonedeadpunkalong with unfreeze of roles: https://review.opendev.org/c/openstack/openstack-ansible/+/96397016:01
noonedeadpunkthis we need to merge before we merge anything else ^16:01
noonedeadpunk#endmeeting16:02
opendevmeetMeeting ended Tue Oct 14 16:02:22 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:02
opendevmeetMinutes:        https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-14-15.05.html16:02
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-14-15.05.txt16:02
opendevmeetLog:            https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-14-15.05.log.html16:02
opendevreviewMerged openstack/openstack-ansible stable/2024.1: Revert "Do not disable configure_mirrors extra repos for debian"  https://review.opendev.org/c/openstack/openstack-ansible/+/96320717:58

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