Wednesday, 2025-05-28

opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add ansible-role-jobs template  https://review.opendev.org/c/openstack/kayobe/+/95101106:01
opendevreviewJoachim de Groot proposed openstack/kolla master: Fix glance-api: add missing lsscsi package  https://review.opendev.org/c/openstack/kolla/+/95109007:51
opendevreviewRafal Lewandowski proposed openstack/kolla-ansible master: Enable ML2/OVN by default  https://review.opendev.org/c/openstack/kolla-ansible/+/90495909:04
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node  https://review.opendev.org/c/openstack/kolla-ansible/+/95110009:09
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039209:34
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node  https://review.opendev.org/c/openstack/kolla-ansible/+/95110010:24
opendevreviewMerged openstack/kayobe master: Fix syntax error in drac-pxe role  https://review.opendev.org/c/openstack/kayobe/+/95100110:33
opendevreviewMerged openstack/kayobe master: Configure ansible-lint and fix issues found  https://review.opendev.org/c/openstack/kayobe/+/95100610:49
opendevreviewMerged openstack/kayobe master: CI: Add ansible-role-jobs template  https://review.opendev.org/c/openstack/kayobe/+/95101110:49
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: masakari: Add support for using uWSGI  https://review.opendev.org/c/openstack/kolla-ansible/+/95111510:57
opendevreviewPierre Riteau proposed openstack/kayobe stable/2025.1: Fix syntax error in drac-pxe role  https://review.opendev.org/c/openstack/kayobe/+/95111811:08
opendevreviewPierre Riteau proposed openstack/kayobe stable/2024.2: Fix syntax error in drac-pxe role  https://review.opendev.org/c/openstack/kayobe/+/95112011:10
opendevreviewPierre Riteau proposed openstack/kayobe stable/2024.1: Fix syntax error in drac-pxe role  https://review.opendev.org/c/openstack/kayobe/+/95112211:11
opendevreviewPierre Riteau proposed openstack/kayobe stable/2023.2: Fix syntax error in drac-pxe role  https://review.opendev.org/c/openstack/kayobe/+/95112311:11
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039211:26
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039211:27
opendevreviewJoachim de Groot proposed openstack/kolla master: Fix glance-api: add missing lsscsi package  https://review.opendev.org/c/openstack/kolla/+/95109011:28
opendevreviewJoachim de Groot proposed openstack/kolla master: Fix glance-api: add missing lsscsi package  https://review.opendev.org/c/openstack/kolla/+/95109011:33
kevkomnasiadka: I've fixed kolla-ansible-debian-upgrade :) 11:40
mnasiadkaby?11:40
kevkomnasiadka: https://review.opendev.org/c/openstack/kolla-ansible/+/95110011:40
mnasiadkakevko: open a bug, I doubt it's only on master ;)11:41
kevkomnasiadka: I will...11:42
kevkomnasiadka: btw, we are not waiting for drain ..should I open two separate bugs or one bug and two patches with partial and closes ? what do you mean ? 11:43
mnasiadkait's up to you, I just think we need A BUG to do backports ;-)11:43
kevkomnasiadka: okay, cool, understand 11:44
kevkomnasiadka: just one question ...11:51
kevkomnasiadka: should I wait for check if drained in container until it will pass ....11:52
kevkomnasiadka: or run script from ansible with delay and retry and until ...11:52
mnasiadkaI guess wait should time out after X minutes, right?11:52
kevkomnasiadka: point is that in first approach it take time to complete ...and operator is waiting ....11:52
kevkomnasiadka: and operator has a chance to go to container and verify manually ..even during upgrade ...11:53
kevkomnasiadka: second approach will fail after some retires ...right ...11:53
kevkomnasiadka: so operator can rerun upgrade playbook ...11:53
kevkomnasiadka: in both cases you can ctlr+c and solve ...or rerun playbook right ...11:53
kevkomnasiadka: Yeah, but drain can be seconds ...but can be minutes or half hour on busy big clouds ..as i have for example ...11:54
mnasiadkahuh, half an hour11:55
mnasiadkait would be good to have some output that the drain has still not finished - maybe with block/rescue or block/always?11:55
kevkomnasiadka: why not ...hundreds of computes ? 11:55
kevkomnasiadka: Of course, I'm thinking in theoretical terms , actually  I can't really imagine how long it could take to move leader... on my empty cloud it always succeeds on the first try, without needing a retry.11:57
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039211:59
kevkomnasiadka: Maybe I could implement a heuristic inside the script — check the output of the previous run in the loop and compare it with the current run, to see how many leaders have moved... and for example, if no leaders move for 5 consecutive runs, then fail. That way Ansible will get proper feedback and fail, and I won’t have to rely on11:59
kevkoretry, delay, and until... yeah, that would be the cleanest solution11:59
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039212:11
kevkomnasiadka: is it possible somehow configure in CI that "if you are doing upgrade from previous release ...build image from depends-on which is previous release new patch in kolla" and do it ...12:32
mnasiadkanothing is impossible ;)12:32
kevkomnasiadka: point is that if i want to fix "wait for drain" ..i can't do it in ansible ...or...I can actually ...but i need to copy script to destination host ...and then i need to copy that script inside container ..and then i need to run it in current not restarted container ...12:33
kevkomnasiadka: but nicer is to add script to images ...wait for build at night ...and then just test fix with kolla-ansible ...did you got it ? ...12:33
kevkomaybe i am not exlaining good :D 12:34
kevkoby proper way ..12:34
opendevreviewMichal Arbet proposed openstack/kolla master: [rabbitmq] Add script for check if node is drained  https://review.opendev.org/c/openstack/kolla/+/95112612:35
kevkomnasiadka: well, I can override image to the url where I will manually build image with change :D ...12:36
opendevreviewPiotr Milewski proposed openstack/kolla-ansible stable/2025.1: Unnecessary comma in kolla-tolbox configuration - external rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95112712:36
kevkoi mean full_image variable12:36
kevkomnasiadka: aaa, nevermind ...i will do it in kolla-ansible way ..but don't like it 12:37
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039212:44
mnasiadkamnasiadka bbezak frickler kevko mmalchuk gkoper jovial mattcrees dougszu darmach pabloclsn ravlew amir58118 - meeting in 9 minutes12:51
kevko\o/12:59
mnasiadka#startmeeting kolla13:00
opendevmeetMeeting started Wed May 28 13:00:07 2025 UTC and is due to finish in 60 minutes.  The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
opendevmeetThe meeting name has been set to 'kolla'13:00
mnasiadka#topic rollcall13:00
mnasiadkakevko: now ;)13:00
mnasiadkao/13:00
bbezako/13:00
ravlewo713:01
jhorstmanno/13:02
mmalchuk\o13:02
*** ravlew is now known as Guest1691713:02
mnasiadkahttps://www.irccloud.com/pastebin/68Nzqjsh/13:02
mnasiadkaoops13:02
mnasiadkawrong button13:02
mnasiadka* CI status13:02
mnasiadka* Release tasks13:02
mnasiadka* Regular stable releases (first meeting in a month)13:02
mnasiadka* Current cycle planning13:02
mnasiadka* Additional agenda (from whiteboard)13:02
mnasiadka* Open discussion13:02
mnasiadka#topic CI status13:02
mnasiadkaI assume green13:02
mnasiadkakevko: found some issues with Debian upgrades13:03
mnasiadkabut I think they just manifest strong on Debian ;-)13:03
mnasiadkaand we don't have any CentOS/Rocky testing at the moment.13:03
mnasiadka#topic Release tasks13:03
mnasiadkaIt's R-1813:04
mnasiadkaWe already switched master to master13:04
mnasiadkaSo I think that's it13:04
mnasiadka#topic Current cycle planning13:04
mnasiadkaAnybody wants to talk about any new features or other work for this cycle?13:04
darmach\o13:05
mnasiadkaOh well13:05
darmach(technical difficulties)13:05
mnasiadkaI've done some CS10 related work, some packages are missing in EL10 world, like mod_auth_mellon for keystone - pursuing that to be added to EPEL13:06
mnasiadkaAdditional agenda is empty13:06
mnasiadka#topic Open discussion13:06
mnasiadkaAnybody anything?13:06
kevkomnasiadka: what issues ? 13:07
mnasiadkaWell, I only mentioned you found some issues :)13:07
mnasiadkawith RMQ13:07
kevkoaaa ...there is an ':'13:07
kevko:D 13:07
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113313:07
kevkoI would like to merge several patches today ...because now CI is blocked ...13:08
kevkobecause of debian-upgrade ... (but it's global problem ...but in debian it's visible ..don't know why )13:08
kevkohttps://review.opendev.org/c/openstack/kolla-ansible/+/95110013:09
mnasiadkawe'll keep an eye out on these changes13:10
mnasiadkaright bbezak ?13:10
bbezaksure ;)13:11
mnasiadkaok then, I see no other topics13:12
kevkoThank you... but even if not... I'm enough of a spammer, sorry in advance :)13:12
mnasiadkalet's close for today - thanks for coming!13:12
mnasiadka#endmeeting13:12
opendevmeetMeeting ended Wed May 28 13:12:21 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:12
opendevmeetMinutes:        https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-05-28-13.00.html13:12
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-05-28-13.00.txt13:12
opendevmeetLog:            https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-05-28-13.00.log.html13:12
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113313:12
mmalchukmnasiadka thanks13:14
Guest16917thanks13:14
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: opensearch: Switch to recover_after_data_nodes and expected_data_nodes  https://review.opendev.org/c/openstack/kolla-ansible/+/94947813:17
opendevreviewMichal Nasiadka proposed openstack/kolla master: Update OpenSearch and OpenSearch Dashboards to version 3.x  https://review.opendev.org/c/openstack/kolla/+/94944413:18
mnasiadkaOk, let's see if that passes now.13:18
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node  https://review.opendev.org/c/openstack/kolla-ansible/+/95110013:26
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113313:26
kevkobbezak, mnasiadka: https://review.opendev.org/c/openstack/kolla-ansible/+/951100 << gate unblocker, it will pass :) , added reno and closes-bug 13:27
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113313:32
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node  https://review.opendev.org/c/openstack/kolla-ansible/+/95110014:13
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113314:13
fungigreetings kolla folks! i would like to draw your attention to this announcement from opendev about allowing gerrit's hashtags feature globally for all users on all projects: https://lists.opendev.org/archives/list/service-announce@lists.opendev.org/thread/SVXT6X4WRYE6XQPB5PTWFUKUATICLO56/16:22
fungihttps://review.opendev.org/c/openstack/project-config/+/802744 set it up restricted to core reviewers in kolla repositories several years ago, so i wanted to make sure there weren't concerns or a need to make any preparation before that goes into effect next week16:23
kevkomnasiadka bbezak : so can we move on ? https://review.opendev.org/c/openstack/kolla-ansible/+/951100 << passed 16:26
opendevreviewMerged openstack/kolla-ansible master: opensearch: Switch to recover_after_data_nodes and expected_data_nodes  https://review.opendev.org/c/openstack/kolla-ansible/+/94947817:40
mnasiadkafungi: that’s fine :)18:03
fungithanks for checking! lots of openstack teams already allow the hashtags feature for all users, and seem not to have run into any problems with it, but i just wanted to make sure you're aware since kolla was really the only project team with restrictive rules for it in their acl18:04
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113318:09
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Just test  https://review.opendev.org/c/openstack/kolla-ansible/+/95119318:50
sean-k-mooneyo/ just an fyi i noticed that kolla is one of the future proejct that had ara_reportign configured in its jobs but i checked and it also seam to be not working anymore18:54
sean-k-mooneywas that intentionall or did it break at some point and no one noticed bcasue it was not being used18:55
sean-k-mooneyoh18:55
sean-k-mooneyhttps://opendev.org/openstack/kolla-ansible/src/branch/master/tests/ara-readme.md.j2#L3318:55
sean-k-mooneyYes! If the commit message contains the string `#ara_verbose` then Zuul will18:56
sean-k-mooneyrender the html file and collect it in the logs. Beware: this adds hundreds of18:56
sean-k-mooneyMiB to the log files18:56
sean-k-mooneyi see18:56
sean-k-mooneyso the jobs can produce them but i guess ye dont do that by default ebcause well 100s of MBs of extra data per run is not great18:57
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [rabbitmq] Use stop instead of drain on single-node  https://review.opendev.org/c/openstack/kolla-ansible/+/95110018:57
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Check drain while upgrading rabbitmq  https://review.opendev.org/c/openstack/kolla-ansible/+/95113318:57
mnasiadkasean-k-mooney: I think it would be better if OpenDev would have a central ara server - but nobody did that work18:57
sean-k-mooneyzuul kidn of gained the ablity to analses it for you too18:59
sean-k-mooneyi never use the console tab but it kind of does the teask breakdown for you18:59
sean-k-mooneyso like https://zuul.opendev.org/t/openstack/build/8bae983c4f7a4ce99920a85775ae056b/console19:00
sean-k-mooneyyou can even link to sepcific tasks https://zuul.opendev.org/t/openstack/build/8bae983c4f7a4ce99920a85775ae056b/console#2/1/42/primary19:01
sean-k-mooneythe reason i was lookign into this is our dwonstream was wondering about how to do an analasy of tasks that fail often and were considrign using the ansble xml plugin for that19:02
sean-k-mooneyi was wondering if ara woudl be better19:02
mnasiadkaHaven’t personally used that a long time, so can’t tell19:08
kevkomnasiadka: neverending story with CI ...now docker package is broken :( 19:15
kevkopodman is OK 19:15
kevkomnasiadka: aaaaa19:16
kevkomnasiadka: check zull online status for current running change 951193 (which is actually test: me in defaults to trigger all tests ) 19:17
kevkono change19:17
fricklerdocker-ce 5:28.2.0-1~debian.12~bookworm, hot off the press, didn't even make it into renos yet https://docs.docker.com/engine/release-notes/28/19:26
kevkofrickler: but it's already in repo :D right ? 19:31
kevkofrickler: package is not creating docker group :( 19:32
mnasiadkaLol, we need to pin something again?:)19:33
kevkomnasiadka: docker-ce is already in repo ..and it's broken :( 19:33
kevkomnasiadka: tested now on my localhost :(  /var/log/syslog:2025-05-28T21:30:05.877259+02:00 pixla delgroup[94676]: Removing group `docker' ...19:33
kevko /var/log/syslog:2025-05-28T21:30:40.207214+02:00 pixla (sd-chown)[95140]: docker.socket: Failed to resolve group docker: No such process19:34
kevkomnasiadka: cloning docker-ce packaging :D 19:34
kevkohttps://github.com/docker/docker-ce-packaging/commit/8c5e99fd383b461151ef0f1e1875d1801a175c8019:35
mnasiadkasystemd-sysusers? Let me guess - Debian doesn’t use it?;)19:35
kevkomnasiadka: ubuntu same :) 19:36
kevkomnasiadka: need to fix in a-c-k19:40
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039219:43
kevkomnasiadka frickler: ah, ok ... it looks like it will be fixed in short time 19:44
kevkohttps://github.com/docker/docker-ce-packaging/issues/120919:44
kevkoEven if they fix the package ..i am wondering if it's not needed also to fix in kolla-ansible and a-c-k19:51
mnasiadkaSeems they just need to actually run systemd-sysusers to create the user…19:52
kevkomnasiadka: yeah, 20:23
kevkomnasiadka: but actually it's also our bug :) 20:26
kevkowe are not masking docker.socket20:26
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Bump ansible-lint and prune skip list  https://review.opendev.org/c/openstack/kayobe/+/95120420:56
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is temporarily unreachable due to an ongoing issue in the hosting provider where it resides22:07

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