| opendevreview | Stig Telfer proposed openstack/magnum-specs master: Add spec for Kamaji control plane in magnum-capi-helm https://review.opendev.org/c/openstack/magnum-specs/+/999596 | 07:53 |
|---|---|---|
| mgrzybek | Hi, any meeting today or is it next week? | 08:12 |
| jakeyip | I'm around not sure about others | 11:12 |
| mnasiadka | It’s every two weeks | 11:32 |
| mnasiadka | And not today | 11:32 |
| mnasiadka | If you want - we can speak async | 11:32 |
| mnasiadka | I’m not convinced we need a spec for a feature in magnum-capi-helm mgrzybek, as long as it doesn’t require API changes in magnum-core/python-magnumclient/magnum-ui | 11:33 |
| mnasiadka | Ah, you’re proposing a new command | 11:33 |
| mnasiadka | Given we’re close to feature freeze on Aug24 - that needs to be postponed to Indri cycle - can you retarget it? | 11:34 |
| mnasiadka | Ah, it’s to Indri | 11:35 |
| mnasiadka | I’m blind | 11:35 |
| jakeyip | mnasiadka: hm my cal says tonight, I guess I'm wrong? | 11:42 |
| mnasiadka | jakeyip: mine doesn’t - did you delete the old meeting and imported new ics from https://meetings.opendev.org/#Magnum_Team_Meeting ? | 11:43 |
| opendevreview | Merged openstack/magnum-ui stable/2026.1: Imported Translations from Zanata https://review.opendev.org/c/openstack/magnum-ui/+/997814 | 11:46 |
| opendevreview | Merged openstack/magnum-ui master: Imported Translations from Zanata https://review.opendev.org/c/openstack/magnum-ui/+/1000222 | 11:47 |
| jakeyip | mnasiadka: yeah I re-imported, it's this week. cal link says odd week, http://www.whatweekisit.org/ says it's week 33 :) | 11:53 |
| mnasiadka | Oh boy, my calendar got borked up | 11:55 |
| mnasiadka | If you want to speak about anything - fill up the agenda at https://etherpad.opendev.org/p/magnum-weekly-meeting | 11:55 |
| mnasiadka | I basically have nothing | 11:55 |
| jakeyip | do you need any help? | 11:56 |
| mnasiadka | Well, surely I do - it would be nice to stop self merging a lot of stuff, just to move things forward - but I assumed you moved on jakeyip (or found better things to do) ;-) | 12:00 |
| mnasiadka | There’s a lot of magnum-ui patches that would need attention, but we have no selenium/playwright tests against live devstack to validate them properly | 12:01 |
| jakeyip | I can't do magnum-ui, not good in ui | 12:02 |
| jakeyip | I see a bunch of your stuffs are stuck behind https://review.opendev.org/c/openstack/magnum/+/989077/5 not sure what you want | 12:03 |
| mnasiadka | I want to see tempest test successful | 12:03 |
| mnasiadka | The patch on the top of that chain | 12:03 |
| jakeyip | I've basically moved away from Magnum in my Org now, Sam is doing more in there... | 12:03 |
| mnasiadka | jakeyip: so maybe Sam would be interested in helping out more, in terms of maintenance? | 12:04 |
| jakeyip | yeah I'll ask him | 12:04 |
| mnasiadka | I rechecked that tempest job, but last time I checked it’s failing on some locking stuff | 12:06 |
| mnasiadka | Talking about locking - I updated Scott’s patch and did some degree of testing https://review.opendev.org/c/openstack/magnum-capi-helm/+/971322 | 12:07 |
| jakeyip | mnasiadka: https://review.opendev.org/c/openstack/magnum/+/989075/15 and https://zuul.opendev.org/t/openstack/build/2b18fae1d8b440a0a7fcfa903e3359e6 ? | 12:07 |
| mnasiadka | jakeyip: that’s the one | 12:08 |
| mnasiadka | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2b1/openstack/2b18fae1d8b440a0a7fcfa903e3359e6/controller/logs/screen-magnum-cond.txt | 12:08 |
| mnasiadka | Scroll to the bottom of that one | 12:08 |
| mnasiadka | But maybe that’s not related to the failure ;-) | 12:09 |
| mnasiadka | Ah - reenlet.error: Cannot switch to a different thread | 12:09 |
| mnasiadka | greenlet.error: Cannot switch to a different thread | 12:10 |
| mnasiadka | Starts here: https://zuul.opendev.org/t/openstack/build/2b18fae1d8b440a0a7fcfa903e3359e6/log/controller/logs/screen-magnum-cond.txt#3873 | 12:10 |
| mnasiadka | jakeyip: ^^ | 12:10 |
| jakeyip | ok I'm reading the locking one now ... | 12:12 |
| mnasiadka | I would say mcapi has problems with threading? | 12:12 |
| mnasiadka | https://github.com/search?q=repo%3Avexxhost%2Fmagnum-cluster-api+eventlet&type=code | 12:13 |
| mnasiadka | They still use eventlet | 12:13 |
| mnasiadka | ricolin: are you guys going to get rid of eventless? | 12:13 |
| mnasiadka | Eventlet, bloody spelling fixer | 12:13 |
| mnasiadka | jakeyip: I mean these patches are only for magnum-cluster-api to work, magnum-capi-helm has migrated to the new openstacksdk functions | 12:25 |
| jakeyip | mnasiadka: yeah now tht you mention it, will it work if they pin magnum version? | 12:29 |
| mnasiadka | Well, to stable/2026.1 yeah, but nothing further | 12:30 |
| jakeyip | mnasiadka: re: locking... I'm kinda worried it'll cause more problems than it solves. would rather implement it another way , but I guess since scott has put in the work with your feedback (?) I'm ok to give it a go | 12:41 |
| mnasiadka | Well, I sort of continued Scott’s work - the problem is with using helm cli - concurrent requests work like total crap, I prefer locking than failing - and we have customers just using terraform to provision their 7 node group cluster | 12:43 |
| jakeyip | I need more whiskey to get thru '-293 +1780' :P | 12:44 |
| mnasiadka | Haha, right | 12:52 |
| opendevreview | Merged openstack/magnum stable/2026.1: Raise clear error when image os_distro is unset https://review.opendev.org/c/openstack/magnum/+/1000210 | 15:24 |
| opendevreview | Michal Nasiadka proposed openstack/magnum stable/2025.2: Raise clear error when image os_distro is unset https://review.opendev.org/c/openstack/magnum/+/1000512 | 15:52 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!