15:00:38 #startmeeting ironic 15:00:38 Meeting started Mon Nov 28 15:00:38 2022 UTC and is due to finish in 60 minutes. The chair is JayF. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:38 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:38 The meeting name has been set to 'ironic' 15:00:48 o/ Who all is here this morning? 15:00:49 o/ 15:00:56 o/ 15:00:57 o/ 15:01:06 o/ 15:01:14 o/ 15:01:18 #link agenda https://wiki.openstack.org/wiki/Meetings/Ironic 15:01:25 as always our agenda is on the wiki 15:01:35 #topic Announcements/Reminders 15:02:05 Reminder: if you have patches that need review; hashtag them with ironic-week-prio, and similarly please take a look at tagged patches 15:02:14 o/ I'm semi here, about to leave though :\ 15:02:15 That's all we've got for announcements/reminders 15:02:22 #topic Review action items 15:02:45 There were no action items in the previous meeting, moving on. 15:02:53 #topic Review Ironic CI Status 15:02:59 o/ 15:03:00 anyone have anything interesting to report about CI recently? 15:03:06 I think things are running smooth-ish? 15:03:26 * arne_wiebalck is still in another meeting, will fully join in a few minutes 15:04:10 OK; taking some silence as a no for inputs on CI issues. 15:04:15 I've not noticed anything problematic CI wise 15:04:21 #topic 2023.1 Work In Progress 15:04:23 but I've only pushed a few limited patches as of recent 15:04:38 #link https://etherpad.opendev.org/p/IronicWorkstreams2023.1 15:05:15 Looks like there are no updates in there since last week, not a big deal, please put some updates in there if you're working on something and want status tracked in the meeting. 15:05:25 #topic Baremetal SIG 15:05:31 ci on bugfix branches is broken since the change to jammy 15:05:33 I think we have this scheduled now, yeah? 15:05:44 rpittau: ack; are you looking into that or should it go on my list? 15:05:59 there are 2 patches already. thanks to vanou 15:06:07 https://review.opendev.org/c/openstack/ironic/+/865802 15:06:11 https://review.opendev.org/c/openstack/ironic/+/865804 15:07:02 I've got them open; will review after the meeting. 15:07:10 thanks 15:07:23 OK; so with Baremetal SIG, didn't we get that scheduled? 15:07:32 I think someone was going to send out meeting invites 15:07:47 but most of the group who was working on that isn't here; I'll make sure to follow up separately with arne_wiebalck and dtantsur 15:08:48 the plan was also to advertise the *new* SIG cadence on an OpenInfra live 15:09:01 That's right 15:09:15 We have all those dates and coordination done? Or are there further actions that need to be taken? 15:09:47 I think we have a date for the next SIG meeting 15:09:54 Feb 8th ? 15:10:06 #link https://etherpad.opendev.org/p/ironic-quarterly-meetup 15:10:09 that's where our notes are, it seems 15:10:24 > Wed, Feb 8th, 2023 at 3-5pm UTC 15:10:40 I'm going to remove the BM SIG recurring topic now; I think we have it nailed down, yeah/ 15:10:42 ? 15:11:10 ++ 15:11:18 Awesome; moving on 15:11:28 There are no items for RFE review; skipping topic. 15:11:31 #topic Open Discussion 15:11:37 any items for open discussion today before we close out the meeting 15:11:56 one item from me 15:12:09 I'm looking at adding more metrics collection to ironic as a "for fun thing" at the moment 15:12:22 and I'm wondering if we should count every timer metric that goes to ironic lib as also a counter call 15:12:34 TheJulia: I *think* the library gives you that for free? 15:12:44 so we have "count of calls" and "milliseconds spent" 15:12:55 so, the code does not from what I've read 15:12:58 count of calls is the same as a counter, isn't it? 15:13:04 but it would be super easy to do 15:13:08 call counts have to use the count decorator 15:13:12 timer is just time spent 15:13:15 as a wallclock 15:13:21 oh I get you, you have to provide both decorators to get it 15:13:31 ... or just do it in one... 15:13:32 but yeah 15:13:33 If I were writing that today it'd be free :D 15:13:39 Now, don't go the other way 15:13:43 o/ 15:13:44 timer = timer+counter is nice 15:13:48 counter should exist without timing 15:13:58 yeah, it does, but double decorating everything is silly 15:14:03 when it already has timer 15:14:13 yeah; I'm saying timer can imply counter and I'm onboard 15:14:20 cool cool 15:14:25 I'm less onboard with taking away the counter decorator 15:14:33 beceause I think there are times when you want to count a thing that doesn't make sense to time 15:14:41 arne_wiebalck: oh, you were curious about logging state changes, I'm not opposed and would happilly aapprove such a patch 15:15:04 JayF: yeah, definitely not taking away a decorator 15:15:10 because yes, there are times 15:15:15 good stuff; I'm onboard then 15:15:21 cool cool 15:17:38 Anyway, that is all I have 15:17:53 I think that's all the meeting has, too 15:17:57 last call for anything else? 15:17:58 meeting.do_we_end_meeting() ? 15:18:44 * TheJulia steps out 15:18:45 #endmeeting