13:00:02 #startmeeting kolla 13:00:02 Meeting started Wed Sep 10 13:00:02 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:02 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:00:02 The meeting name has been set to 'kolla' 13:00:05 #topic rollcall 13:00:07 o/ 13:00:12 o/ 13:00:22 o 13:01:35 O/ 13:01:58 o 13:02:14 Pierre Riteau proposed openstack/kayobe master: CI: Define podman_registry_mirror https://review.opendev.org/c/openstack/kayobe/+/941121 13:02:31 o/ 13:03:48 #topic agenda 13:03:48 * CI status 13:03:48 * Release tasks 13:03:48 * Regular stable releases (first meeting in a month) 13:03:48 * Current cycle planning 13:03:49 * Additional agenda (from whiteboard) 13:03:49 * Open discussion 13:03:51 #topic CI status 13:04:08 I think it's in a good condition, no obvious failures 13:04:17 #topic Release tasks 13:04:39 We're getting close to coordinated release, so it should get more stable on things that we don't control 13:04:56 ironic-inspector has been dropped 13:05:05 other things look quite ok 13:05:12 ansible-core 2.19 is out 13:05:30 I posted some initial patches for bumping it 13:05:40 seunghunlee: how's MariaDB bump going? 13:05:43 Merged openstack/kolla-ansible master: rabbitmq: mark new version-check as unchanged https://review.opendev.org/c/openstack/kolla-ansible/+/960348 13:07:05 MariaDB 11.4 is keep getting tested. CI for https://review.opendev.org/c/openstack/kolla/+/926981 and its dependencies are all passing 13:08:03 So, it would be really nice if 13:08:26 K-A dependencies are reviewed 13:09:08 This name change of the files generated by backup https://jira.mariadb.org/browse/MDEV-18931 will be tested soon 13:10:44 So let's start with https://review.opendev.org/c/openstack/kolla-ansible/+/927096/11 and https://review.opendev.org/c/openstack/kolla-ansible/+/928487/13 - right? 13:11:27 Yes and https://review.opendev.org/c/openstack/kolla-ansible/+/958281 too 13:12:07 ok 13:12:16 I'll probably need to change the commit message of the one I just sent 13:12:22 frickler, bbezak: can you have a look in these? 13:12:52 will do 13:13:05 sed/11.8/>=11.2 13:13:15 I can try, bit busy downstream currently though 13:13:43 so at least bbezak, I can do second review if frickler is busy 13:13:52 better to get that in sooner than later in the cycle 13:14:39 If I get a chance, I'll take a look at them too. 13:14:46 I've had some progress on Rocky10 front thanks to NeilHanlon, we now have ceph and openvswitch CentOS SIG repos - so it should get a bit better now 13:15:32 Thank you frickler bbezak amir58118 13:15:41 #topic Current cycle planning 13:15:47 So let's see what do we need to do 13:15:53 Ansible bump in progress 13:15:58 MariaDB bump in progress 13:16:04 Valkey in progress 13:16:22 yup, wanted to write that 13:16:32 However we need to test the migration properly 13:16:46 FYI - we're going to drop Redis while introducing Valkey - since it's a drop in replacement 13:16:56 frickler: are you good with that? 13:18:04 so there is no way to support both in parallel? 13:18:43 I'm fine with switching testing, but dropping support for redis completely would make upgrades difficult I guess 13:19:00 +1 13:19:06 also how would upgrade testing work? 13:20:21 Firstly locally, replacing one redis nodes with Valkey one by one, then ideally in the CI 13:21:07 gkoper is working on that 13:21:17 o/ 13:21:32 Speaking of a devil :) 13:21:43 We’re talking about redis to Valkey migration testing 13:22:35 Pierre Riteau proposed openstack/kayobe master: Support CentOS Stream 10 and Rocky Linux 10 images https://review.opendev.org/c/openstack/kayobe/+/959306 13:22:40 I think we can just add valkey as replica to redis master. Switch the master to valkey , add rest valkey replicas, remove redis replicas -> profit 13:22:46 to be tested 13:22:52 frickler: basically EL (centos, rocky, whatever) don't have redis packages, and the ones in Ubuntu/Debian are from before the license switch - so I don't think it makes any sense to keep building them 13:23:23 If we can orchestrate an in-place upgrade during kolla-ansible upgrade (just like we did with ElasticSearch to OpenSearch) - then we should drop Redis 13:23:28 And that's the plan 13:23:53 it would IMHO be much better to have the switch not tied to k-a upgrade 13:24:00 Pierre Riteau proposed openstack/kayobe master: CI: Define podman_registry_mirror https://review.opendev.org/c/openstack/kayobe/+/941121 13:24:12 frickler: as in a separate command and a recheck? 13:24:15 *precheck 13:24:23 (damn autocorrect) 13:25:36 separate subcommand for migration and a precheck saying if you use redis, then please switch to valkey first works as well 13:25:55 maybe I'm missing something, but if it is really a drop-in replacement, existing deployments should not be forced to switch at all, unless they have license issues? 13:27:21 There won’t be redis for rocky/centos in Flamingo 13:27:24 1. It stops being drop-in replacement from some version of redis onward. 13:27:24 2. There is no redis for RHEL10 derivatives as far as I understand - so we will have to force migration 13:27:37 frickler: redis 7.0.15 is EOL, and there will be no newer version in Ubuntu/Debian repos 13:28:32 #link https://endoflife.date/redis 13:28:39 since from 7.1 or 7.2 they changed the license 13:28:50 and valkey was forked from redis 7.0 13:29:41 that's for upstream support though, not Ubuntu/Debian EOL, right? I guess I need to do a bit of reading up on this 13:33:39 so let's maybe defer the further discussion to next week? 13:33:46 Seems Debian Trixie ships Redis 8.x, but Ubuntu doesn't (stopped at 7.0.15) 13:34:14 Yes, koperg[m] please work on the migration - but let's defer the discussion to next week 13:34:57 No additional agenda on the whiteboard 13:35:00 #topic Open discussion 13:35:03 Anybody anything? 13:36:12 please review https://review.opendev.org/c/openstack/kolla-ansible/+/928986, https://review.opendev.org/c/openstack/kolla-ansible/+/920714 0:) 13:37:52 I'm a bit puzzled 13:37:59 I only see Patchset 1 on https://review.opendev.org/c/openstack/kolla-ansible/+/928986 13:38:05 For a loooong time 13:38:14 Roman Krcek proposed openstack/kolla-ansible master: Add restart policy to container check https://review.opendev.org/c/openstack/kolla-ansible/+/928986 13:38:26 so rebased it just to be sure 13:38:51 920714 is longer, added it to my review queue 13:39:07 Thank you 13:39:27 Ok then, if there's nothing else - closing the meeting 13:39:34 Thank you all for coming - see you next week :) 13:39:36 #endmeeting