14:03:07 #startmeeting kolla 14:03:07 Meeting started Wed Oct 5 14:03:07 2022 UTC and is due to finish in 60 minutes. The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:03:07 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:03:07 The meeting name has been set to 'kolla' 14:03:12 #topic rollcall 14:03:13 o/ 14:04:13 \o 14:05:01 (o) 14:06:09 #topic agenda 14:06:09 * Review action items from the last meeting 14:06:09 * CI status 14:06:09 * Release tasks 14:06:09 * Regular stable releases (first meeting in a month) 14:06:10 * Current cycle planning 14:06:10 * Additional agenda (from whiteboard) 14:06:12 * Open discussion 14:06:18 #topic Review action items from the last meeting 14:06:37 mnasiadka deprecate Monasca and send mail to ML asking for contributors to step up 14:06:47 deprecation patches have been raised by parallax 14:06:52 I'll send the mail 14:07:04 my question is - what are we doing with dependent services like storm? 14:07:19 \o 14:07:47 deprecate as well? 14:08:14 zookeeper too? 14:08:16 I guess so, we'd need to analyze though if they are not used by anything else 14:08:42 Anyway, I'll speak with parallax to do that as well. 14:08:43 yeah, plenty of them 14:08:45 let's move on 14:08:50 #topic CI status 14:08:59 So, upgrade CI from Wallaby->Xena is broken 14:09:13 RDO is still working on publishing OVS 2.17 and newest OVN in Xena and Yoga 14:09:17 once that's done - will be fixed 14:09:26 Any other CI breakages? 14:10:23 iirc we just merged last aarch64 fix 14:10:40 Ok, so I'll mark Debian as fixed 14:11:05 o/ 14:11:32 #topic Release tasks 14:11:36 o/ 14:12:04 It's R-0 (coordinated release today) 14:12:16 We aimed at cutting stable branches, but I don't think it makes any sense 14:12:37 I need to work on opensearch to get central logging working on RL9 14:12:39 and this time we did not merged any service without stable 14:13:15 #topic Regular stable releases (first meeting in a month) 14:13:36 frickler is not here, anybody wants to raise the stable releases patches? 14:13:42 I can do it 14:13:56 ah, great 14:13:58 thanks 14:14:07 #topic Current cycle planning 14:14:39 So, we've merged CS9/RL9 patches, there are some non-voting jobs failing (kvm, swift, prometheus-efk, venus) 14:14:45 efk and venus are opensearch related 14:14:53 swift there is a patch in progress 14:15:09 what with your swift bandage? 14:15:13 was not it good enough? 14:15:18 let me check 14:15:25 I mean, the proper solution would be to call it all from kolla-ansible 14:15:31 last time I looked it was still failing 14:15:34 but meh if no contributor cares 14:15:38 eh 14:15:51 needs a rebase and should be fine 14:15:52 what about kvm anyways? 14:16:00 missing node? 14:16:05 cirros 0.6.0 is crashing 14:16:23 oh, I had that in my neutron tests 14:16:33 might need to tune cpu flags 14:16:48 #link https://16f80861ed4bbdf398d5-f6b00ed86c8fd15f982b18eba09ea862.ssl.cf2.rackcdn.com/799229/26/check/kolla-ansible-rocky9-source-kvm/e0656dd/primary/logs/ansible/test-core-openstack 14:16:59 ovh is doing a bit of weird things 14:17:08 I'll check those later 14:17:45 ok then, opensearch - on my list to refresh this week - dougsz was nice to do a bit of a review 14:18:14 any other patches that we reviewed and are close to merging? 14:18:30 systemd? 14:18:44 anyone else reviewed systemd? 14:19:08 I have done one more test but I wanted to do more and some code reading before CR+2 14:19:17 halfway, still didn't test locally 14:19:23 Ok, so it's in progress 14:19:28 ok 14:19:29 mnasiadka: simple ones from me: https://review.opendev.org/c/openstack/kolla/+/857720 (os.path -> pathlib), https://review.opendev.org/c/openstack/kolla-ansible/+/860075 (updates rhel family info in docs) 14:21:05 same question from me as from yoctozepto: what's actually wrong with os.path? 14:21:51 code gets simpler 14:22:13 "simpler" 14:22:42 PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../..')) -> PROJECT_ROOT = Path(__file__).parent.parent.parent 14:23:25 still not convinced it follows symlinks where we wanted it to 14:23:41 not having time to study docs of Pathlib 14:23:43 ok, will abandon it later today ;D 14:23:47 thanks 14:23:48 :D 14:23:51 lol 14:23:58 done 14:24:02 Merged openstack/kolla master: kolla-toolbox: bump ansible-core to 2.13 https://review.opendev.org/c/openstack/kolla/+/860222 14:24:21 What about Kolla refactor? https://review.opendev.org/c/openstack/kolla/+/828716 14:24:35 re docs updates - just have not had time for it yet 14:24:47 mnasiadka: +1432 -1280 14:24:55 I think you know the answer 14:25:07 mnasiadka: I left comments to make it easier to review 14:25:33 easier or not, that sounds like a monster 14:25:50 moving stuff between files is always big 14:26:08 if it was only moving stuff and not changing stuff 14:26:12 Verification of a change to openstack/kolla-ansible master failed: Bump Ansible min version to 2.12/5 and max to 2.13/6 https://review.opendev.org/c/openstack/kolla-ansible/+/856300 14:26:15 I would not be that sceptical 14:26:22 can we move stuff first, and then change it? 14:26:45 leave comments in review please 14:26:54 I already left that comment way back then 14:27:11 I suspect it will be next cycle then 14:27:18 me too 14:27:34 for these major features, I don't believe we can do anything other than systemd 14:27:34 and one day I may sit, cut it into small pieces and send a patch series 14:27:45 agree 14:27:46 hrw: would be awesome 14:28:52 ok, so let's focus on systemd and opensearch and stabilising anything that needs it (+docs and followups) 14:29:03 + my patches 14:29:04 :D 14:29:16 as long as they don't break anything ;) 14:29:20 :-) 14:29:22 I pumice! 14:29:30 ok, no additional agenda 14:29:32 #topic Open discussion 14:29:42 Anybody anything? 14:30:39 so when would we expect to actually branch? 2 weeks? 14:30:56 when we merge systemd and opensearch I guess :) 14:31:09 we can always backport 14:31:10 2 weeks sound doable for that, no? 14:31:19 sounds doable 14:31:23 creation of stable/zed does mean release 14:31:38 creation means rc 14:31:43 doesn't mean we need to have one rc 14:32:26 anyway 14:32:29 we need to remember about Kayobe 14:32:47 but it doesn't need to be branched at the same time as kolla/k-a 14:33:00 mgoddard: anything that we need to do in ansible-collection-kolla ? 14:34:34 https://review.opendev.org/q/project:openstack/ansible-collection-kolla+status:open 14:34:39 sounds like some refactors are hanging 14:35:16 for almost a year 14:35:23 guessing not that important ones 14:36:19 ok then, mgoddard is silent - so I guess that's the case 14:36:27 let's finish for today 14:36:32 thanks for coming! 14:36:34 #endmeeting