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