*** dmellado_ is now known as dmellado | 02:54 | |
vanou | good morning | 03:39 |
---|---|---|
arne_wiebalck | Good morning vanou and Ironic! | 07:19 |
vanou | Hi arne_wiebalck | 07:38 |
rpittau | good morning ironic! o/ | 08:14 |
vanou | good morning rpittau | 08:30 |
rpittau | hey vanou :) | 08:34 |
jrosser | hello - can i build an aarch64 IPA with ironic-python-agent-builder on an x86 host, or do i need an aarch64 host to do that? | 10:16 |
dtantsur | jrosser: a good question. I think the underlying diskimage-builder has an option for architecture, but I don't know if it can do builds for foreign arch | 10:40 |
dtantsur | jrosser: https://docs.openstack.org/diskimage-builder/latest/user_guide/building_an_image.html#chosing-an-architecture does not provide a lot of details, but you can at least try | 10:41 |
jrosser | i got as far as `chroot: failed to run command 'bin/tar': Exec format error` | 10:41 |
dtantsur | this is not promising | 10:51 |
dtantsur | jrosser: I suggest you check with #openstack-dib on whether this scenario is supported at all | 10:51 |
rpittau | jrosser: that is an indication that you can't build on a different arch, you need executables for aarch64, in particular chroot | 10:51 |
jrosser | it does feel that way | 10:52 |
dtantsur | jrosser: time to buy an RPi4! :D | 10:54 |
rpittau | I mean, you could do that, but I don't think it's a straightforward operation | 10:54 |
arne_wiebalck | jrosser: we tried to build aarch64 images on x86_64, but moved to an arm server to build it | 10:56 |
arne_wiebalck | *them | 10:56 |
arne_wiebalck | (the IPA images) | 10:57 |
jrosser | ok thankyou all thats helpful - i'm trying to boot my first arm server with ironic so i don't have that itself available to build the image yet | 10:57 |
jrosser | time to get a GCP account i think | 10:57 |
dtantsur | I'm actually eyeing an Orange Pi 5 for local ARM experiments.. but these are apparently hard to get your hands on | 11:03 |
rpittau | mmmm orange pie | 11:15 |
dtantsur | :) | 11:16 |
jssfr | I have a RockPro64 and that was rather easy to obtain | 11:19 |
jssfr | (but also in august) | 11:20 |
kubajj | Good morning Ironic! | 11:33 |
kubajj | dtantsur: What kind of unit tests would you expect for https://review.opendev.org/c/openstack/ironic/+/864057/ ? Should they be similar to the ones checking the status but store something in a mock db? | 11:35 |
dtantsur | will check after the current meeting | 11:35 |
dtantsur | kubajj: I think you're on the right track, yes. You don't even need to mock the database, unit tests are all run with a temporary sqlite one. | 12:56 |
dtantsur | (also left one comment re inventory structure) | 12:56 |
TheJulia | good morning | 13:51 |
dtantsur | good morning TheJulia | 14:18 |
opendevreview | Dmitry Tantsur proposed openstack/ironic master: [WIP] [PoC] A metal3 CI job https://review.opendev.org/c/openstack/ironic/+/863873 | 14:18 |
TheJulia | Today feels like it will be a busy day | 14:26 |
dtantsur | I have this feeling for the last few weeks.. | 14:32 |
TheJulia | I connected to internal IRC and within 90 seconds someone from support was super happy to see me and was asking questions | 14:34 |
dtantsur | heh, happens | 14:42 |
JayF | #startmeeting ironic | 15:00 |
opendevmeet | Meeting started Mon Nov 21 15:00:45 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'ironic' | 15:00 |
JayF | Good morning folks, who all is here today? | 15:00 |
erbarr | o/ | 15:01 |
rloo | o/ | 15:01 |
ajya | o/ | 15:01 |
dtantsur | o/ | 15:01 |
rpittau | o/ | 15:01 |
JayF | #topic Reminders | 15:02 |
JayF | #note this week is American thanksgiving. Some contributors, including myself, may be gone this week. I should be here today and tomorrow and be gone the rest of the week. | 15:02 |
dtantsur | enjoy your break! | 15:02 |
JayF | #note as always, contributors are reminded to hashtag their posts with ironic-week-prio and reviewers are encouraged to focus on mr with those hashtags | 15:03 |
JayF | #topic review action items | 15:04 |
JayF | Looking at last week, there was only one action that I don't think has been done. We really really have to pick a date for the BM Sig. | 15:04 |
TheJulia | o/ | 15:04 |
JayF | I'll make a point to look at the calendar and email some stakeholders about that today | 15:05 |
JayF | #topic Review CI Status | 15:05 |
JayF | Does anyone have any meaningful updates for CI this week? I haven't noticed anything... | 15:05 |
dtantsur | well, I'm still working on a metal3 job if you're curious :) | 15:06 |
JayF | I've been following along here and then flat. If you want to summarize your progress that'd be awesome | 15:06 |
JayF | **in slack | 15:06 |
dtantsur | right now you can watch it live trying to provision a cluster of 2 nodes: https://zuul.opendev.org/t/openstack/stream/53675cde74194f41a641841b126bc874?logfile=console.log | 15:06 |
dtantsur | generally, a lot of roadblocks because of 1) built-in assumptions in metal3-dev-env (our devstack), 2) peculiarities of opendev images (e.g. very tough iptables rules) | 15:07 |
dtantsur | once I see a green right, I'll need to do some negotiations with other metal3 folks re changes to metal3-dev-env (for now I'm accumulating them in my fork) | 15:07 |
dtantsur | https://review.opendev.org/c/openstack/ironic/+/863873 is the ironic side, https://github.com/metal3-io/metal3-dev-env/pull/1102 - metal3 | 15:07 |
JayF | Thanks for looking into that. It's a good thing that we're going to test with them \o/ | 15:08 |
dtantsur | rpittau is looking into building containers from cloned sources | 15:08 |
dtantsur | slow progress overall, getting there though | 15:08 |
rpittau | I think we're ok on the containers side, I'll take a look at the CI job this week too | 15:09 |
dtantsur | rpittau: we'll most likely need more metal3-dev-env changes to set your new env variables | 15:09 |
JayF | It sounds like we're making progress; if there's anything folks can do to help please say so. | 15:11 |
JayF | #note Metal3 co-testing job in the works by dtantsur; progress is steady but difficult | 15:11 |
JayF | #topic 2023.1 works in progress | 15:12 |
rpittau | dtantsur: yep | 15:12 |
dtantsur | if I succeed, I'll probably make a presentation on how metal3-dev-env is structured | 15:12 |
JayF | https://etherpad.opendev.org/p/IronicWorkstreams2023.1 I just added an update here about shard key | 15:13 |
JayF | please do take a look at shard key spec, we need to land ironic sharding on our side asap to give nova something to dev against | 15:14 |
JayF | https://review.opendev.org/c/openstack/ironic-specs/+/861803 | 15:14 |
JayF | Any other updates re: 2023.1 workstreams of note before I move on? | 15:14 |
JayF | next topic is BM SIG; we already talked about that: we need to get serious about taking the action and getting something on a clendar | 15:15 |
JayF | I also see no RFE Review items on the agenda; skipping that | 15:15 |
dtantsur | yeah, I think I'm finally available for that | 15:15 |
JayF | #topic Open Discussion | 15:15 |
JayF | Anything else anyone wants to discuss? | 15:15 |
dtantsur | JayF: q: is the metal3 CI work a proper workstream? | 15:15 |
dtantsur | i.e. should I track it there? | 15:15 |
JayF | dtantsur: I mean, I'm happy to have anything we're actively spending time on documented in there | 15:16 |
JayF | there is no official/proper; it's just "I'm working on a neat ironic thing others might be interested in" | 15:16 |
JayF | and the metal3 CI job certainly fits that definition | 15:16 |
dtantsur | okay, done | 15:17 |
JayF | thanks | 15:18 |
JayF | if there's nothing for open discussion; I'll end the official meeting | 15:18 |
dtantsur | one thing | 15:18 |
JayF | have a good holiday fellow us-ians. If you're not in the US; you have my permission to pretend it's a holiday there too :D | 15:19 |
JayF | oh? | 15:19 |
dtantsur | should we form a working group for the quartely meetup organization? | 15:19 |
dtantsur | I feel like we don't get far by just status checks. maybe 1 call among whoever is going to organize it? | 15:19 |
JayF | I'm going to be honest, I don't know what "Working Group" really means w/r/t getting it done | 15:19 |
dtantsur | which is probably arne_wiebalck, JayF and myself | 15:19 |
dtantsur | people who care :) | 15:19 |
JayF | I'm 1000% happy to do that, thank you for volunteering to organize ;) | 15:19 |
dtantsur | sure thing | 15:19 |
dtantsur | whoever wants to help, please ping me after the meeting | 15:20 |
JayF | just today/tomorrow or next week if you want me there :D | 15:20 |
dtantsur | right, let's see if arne_wiebalck is around | 15:20 |
* dtantsur returns the mic | 15:20 | |
arne_wiebalck | I am , just in another meeting at the same time, sorry | 15:20 |
JayF | thanks for owning that; it's been in my mind that's needed but I just don't have enough time or spoons for that to not have gotten dropped | 15:20 |
JayF | #stopmeeting Ironic | 15:20 |
JayF | #endmeeting ironic | 15:21 |
opendevmeet | Meeting ended Mon Nov 21 15:21:01 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:21 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-11-21-15.00.html | 15:21 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-11-21-15.00.txt | 15:21 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-11-21-15.00.log.html | 15:21 |
JayF | there we go :D | 15:21 |
* arne_wiebalck moves Ironic meeting in the calendar following DST changes ... | 15:21 | |
JayF | I honestly hate our new non-DST meeting time :( | 15:21 |
JayF | It means the first thing I do in the week is running a meeting :) | 15:22 |
dtantsur | perfect way to wake up, no? :D | 15:22 |
JayF | it means the one morning I might need to start at 7:05 I don't get the choice lol | 15:22 |
JayF | (it's 7:22am local time here) | 15:22 |
dtantsur | JayF, arne_wiebalck, can we meet in 35 minutes? I don't want to make Jay wake up so early again | 15:23 |
arne_wiebalck | heh, my calendar refuses ... | 15:23 |
dtantsur | arne_wiebalck: you should be able to download an ics file from eavesdrop.o.o | 15:24 |
arne_wiebalck | dtantsur: download works, struggling to find how to import it ... anyway, deleted & recreated, I should be fine ... until March :-D | 15:28 |
dtantsur | :D | 15:28 |
JayF | If you make sure the meetings are in your calendar as UTC | 15:29 |
JayF | at least on my calendar it moves with DST | 15:29 |
dtantsur | ++ | 15:31 |
dtantsur | so, what about a call today? late notice, I know, but we have both holidays and timezone mismatch | 15:31 |
JayF | Sure, or really even just an email with a concrete date/time suggestion that I can say "sure" to | 15:32 |
ajya | Hi, can anyone interested revisit Redfish interop profile patch - all new comments have been addressed, https://review.opendev.org/c/openstack/ironic/+/754061 Thanks. | 15:32 |
dtantsur | oh, nice! | 15:33 |
dtantsur | should we add it to workstreams? | 15:33 |
arne_wiebalck | ajya: uh, nice! | 15:33 |
dtantsur | if we finish the profile, I may try to find a place for it in our downstream processes | 15:33 |
JayF | ajya: I'm happy to +2 and land that once some of the experts on DMTF stuff weigh in :D | 15:33 |
dtantsur | I mean: I will try, and it may happen :) | 15:33 |
JayF | I'm like "yep, that's a good looking profile" but I really don't know much about em lol | 15:33 |
arne_wiebalck | dtantsur: what are workstreams? | 15:34 |
*** jpodivin_ is now known as jpodivin | 15:34 | |
dtantsur | arne_wiebalck: https://etherpad.opendev.org/p/IronicWorkstreams2023.1 | 15:34 |
JayF | arne_wiebalck: just a word that isn't "priorities' for the things we're working on | 15:35 |
JayF | this is the new "subteam status updates" from the meeting | 15:35 |
dtantsur | arne_wiebalck: are you free in 25 minutes re planning the quarterly meetup? | 15:35 |
arne_wiebalck | dtantsur: ah, ok, thanks! | 15:35 |
ajya | dtantsur, arne_wiebalck note it has been simplified from the initial version to start with something simple, it then can be extended as time goes and needs arise | 15:35 |
* arne_wiebalck missed some meetings | 15:35 | |
JayF | arne_wiebalck: the whiteboard is also potentially useful again, I cleaned it out lol | 15:35 |
JayF | that's part of why the cycle specific stuff got moved out | 15:36 |
JayF | so it didn't bitrot by design anymore lol | 15:36 |
arne_wiebalck | dtantsur: ok to chat in 24 mins ... or now ? | 15:36 |
dtantsur | in 24 minutes, I need a break, if possible | 15:36 |
JayF | I could do nowish too | 15:36 |
JayF | 24 minutes is fine too | 15:36 |
JayF | I'm flexible | 15:36 |
arne_wiebalck | ok, np | 15:36 |
arne_wiebalck | here? | 15:37 |
JayF | and both times will be pre-caffiene being processes in my system lol | 15:37 |
JayF | we can coordinate here and move to video if we really wanna | 15:37 |
arne_wiebalck | JayF: ok, sounds good | 15:37 |
arne_wiebalck | we have the Bare Metal SIG room if need be | 15:37 |
JayF | https://review.opendev.org/c/openstack/ironic-specs/+/862538 unless someone squeaks loudly I'm going to land this (2023.1 work items) in the next few minutes | 15:47 |
JayF | 3x+2 | 15:47 |
JayF | we traditionally got +2 from all cores; but I want this to merge before the year 2026 so I'm not gonna wait :D | 15:47 |
dtantsur | JayF, arne_wiebalck, okay, so https://etherpad.opendev.org/p/ironic-quarterly-meetup | 16:00 |
dtantsur | I've scaled down the timing a bit, 45 mins per panel is definitely too optimistic | 16:00 |
dtantsur | I did put 2 ideas for the next one | 16:01 |
dtantsur | our team will probably be out on the week of Feb 27, do you have any similar restrictions? | 16:01 |
JayF | Not really | 16:02 |
JayF | probably too optimistic for 2/2023, but if we do scaling ironic | 16:03 |
JayF | we could at least preview shard key stuff | 16:03 |
arne_wiebalck | dtantsur: JayF: o/ | 16:03 |
* arne_wiebalck checks calendar ... | 16:03 | |
arne_wiebalck | there are school holidays here the week before | 16:04 |
dtantsur | is it good or bad? :) | 16:04 |
arne_wiebalck | tough one | 16:04 |
dtantsur | FOSDEM is on the 5th, try to squeeze in-between? | 16:05 |
arne_wiebalck | we used to have the meeting on the 2nd Tue of the month at 2pm UTC ... that is a little difficult for west coast | 16:06 |
arne_wiebalck | difficult == impossible :) | 16:06 |
dtantsur | yeah, I'm afraid we need to expect a later time | 16:07 |
dtantsur | something around this hour | 16:07 |
arne_wiebalck | yes | 16:07 |
JayF | 2am UTC == 4am local time for me | 16:07 |
arne_wiebalck | 2pm | 16:07 |
arne_wiebalck | :-D | 16:07 |
JayF | that'd be 4pm local time | 16:07 |
JayF | which is less awful | 16:07 |
dtantsur | I'm quite sure you're not in UTC+2 | 16:07 |
JayF | wait; math | 16:08 |
JayF | that's exactly reversed | 16:08 |
JayF | scratch that, it's just wrong | 16:08 |
dtantsur | now is 4pm UTC | 16:08 |
opendevreview | Ruby Loo proposed openstack/ironic master: When pxe-booting, try to set boot device https://review.opendev.org/c/openstack/ironic/+/864818 | 16:08 |
JayF | it's 1600 UTC / 800 PST now. It'd be 1400 UTC which would be 600 PST | 16:08 |
dtantsur | which seems mildly acceptable for both Europe and you | 16:08 |
JayF | It's doable | 16:09 |
arne_wiebalck | what is doable, 2pm UTC or 4pm UTC? | 16:09 |
JayF | 2pm | 16:09 |
dtantsur | 1600-1800 UTC makes it 800-1000 for you and 1700-1900 for us | 16:09 |
* arne_wiebalck is about to suggest 3pm UTC :) | 16:10 | |
JayF | that is OK too | 16:10 |
JayF | basically lets say, between 1400 and 2400 UTC | 16:10 |
dtantsur | arne_wiebalck: you have issues with staying until 7? | 16:10 |
JayF | for me | 16:10 |
arne_wiebalck | dtantsur: depends on the day | 16:10 |
arne_wiebalck | dtantsur: but in general I'd say yes | 16:11 |
arne_wiebalck | dtantsur: as I am in the office at 8am | 16:11 |
arne_wiebalck | dtantsur: that would be 11 hours | 16:11 |
dtantsur | :( | 16:11 |
arne_wiebalck | once every 3 months (on the correct weekday is ok) | 16:11 |
dtantsur | le sigh, okay, let's start with 3pm and see where it leads us | 16:12 |
* arne_wiebalck was about to say the same for 4pm :-D | 16:13 | |
dtantsur | guys, you're driving me insane :D | 16:13 |
JayF | I think 3:33 is more lucky /s | 16:13 |
* dtantsur turns into a barn owl and flies in the woods | 16:13 | |
JayF | lol | 16:13 |
JayF | dtantsur: you going to own sending the invites? | 16:13 |
dtantsur | most likely | 16:14 |
JayF | UTC 1500-1700 (?) | 16:14 |
JayF | or 1400-1600 | 16:14 |
dtantsur | UTC 1500-1700 is the current version | 16:14 |
arne_wiebalck | which day of the week? | 16:14 |
arne_wiebalck | or which date rather | 16:14 |
dtantsur | probably not wise to do it on Friday or Thursday | 16:14 |
JayF | 2/8 ? | 16:15 |
JayF | Er, Feb 8 | 16:15 |
JayF | talking about EU vs US things :P | 16:15 |
arne_wiebalck | Feb 8 sounds good to me | 16:15 |
arne_wiebalck | (Wed is a day where I can stay longer) | 16:16 |
dtantsur | I don't have any objections to that | 16:16 |
arne_wiebalck | done | 16:16 |
JayF | \o/ | 16:17 |
dtantsur | re invites: I can own that. I'll need to check if the foundation have any official channels for us to use | 16:17 |
JayF | So basically, send one to the list | 16:17 |
arne_wiebalck | 2 hours is long, though: the SIG meetings with presentations were never longer than 1 hour | 16:17 |
JayF | tweet one and tell them to RT it | 16:17 |
JayF | you can get me to RT it as well | 16:17 |
JayF | also probably should do it on masto as well | 16:17 |
dtantsur | arne_wiebalck: the SIG meetings were too short to attract people IMO | 16:17 |
dtantsur | arne_wiebalck: also these are quarterly, not monthly | 16:17 |
arne_wiebalck | ok, let's see how it goes | 16:18 |
dtantsur | if we cannot find enough content, that's a problem, of course | 16:18 |
arne_wiebalck | it is ok to find speakers | 16:18 |
arne_wiebalck | the problem is the lack of interaction | 16:18 |
arne_wiebalck | and to get people to join | 16:18 |
dtantsur | this is why I'm suggesting the panel format | 16:18 |
dtantsur | when 3-4 people are discussing, not just presenting, it's more tempting to jump in | 16:19 |
dtantsur | at least that's the experience we made during the local Ironic meetup | 16:19 |
arne_wiebalck | random thought, maybe discussed already: why should this not be part of the openinfra live sessions? | 16:20 |
JayF | I don't hate that idea arne_wiebalck | 16:20 |
arne_wiebalck | like, every 3 months we have a slot there | 16:20 |
dtantsur | this is what I meant above re check with foundation | 16:20 |
dtantsur | I'm going to open this discussion once we decide what *we* want | 16:20 |
JayF | that would lock it even more into a "push" format though | 16:20 |
arne_wiebalck | and leverage their channels to announce | 16:20 |
JayF | but I think our consistuency already picked that for us | 16:20 |
arne_wiebalck | push format? | 16:21 |
arne_wiebalck | oh, less interactive? | 16:21 |
JayF | yeah, exactly | 16:21 |
dtantsur | this is something we can ask and fall back to a regular call | 16:21 |
JayF | like it's more passive for the audience | 16:21 |
JayF | they do Q&A for openinfra live but it's not intended to be a super interactive format | 16:21 |
arne_wiebalck | true | 16:21 |
dtantsur | right | 16:21 |
JayF | but that's kinda how SIGs have gone in practice virtually too | 16:22 |
dtantsur | which does not mean that they're not open to other ideas | 16:22 |
JayF | so IDK | 16:22 |
dtantsur | let's try to decide what we want to see, then we can ask them if they are willing to help with that | 16:23 |
arne_wiebalck | how about we have a "beginner" and an "advanced" topic in such a session? | 16:24 |
dtantsur | like it | 16:24 |
arne_wiebalck | I am worried noone will join if we go too deep, it may scare new people off | 16:25 |
dtantsur | we'll need to agree on a definition of "beginner" though | 16:25 |
arne_wiebalck | I can filter :-D | 16:25 |
dtantsur | we *could* frame the scale question the both ways | 16:25 |
arne_wiebalck | true, we have to make an effort to make sure it is presented the way we intend | 16:26 |
dtantsur | actually, "scaling for beginners" could make heck of a topic | 16:26 |
JayF | honestly we could probably for 15 minutes on "all the cool stuff Ironic can do that you may not do yet" and couch it as beginning | 16:26 |
dtantsur | that too | 16:27 |
JayF | talk about stuff like rebuilds, conductor groups, bifrost, metal3 | 16:27 |
JayF | just something to showcase Ironic's versatility and depth of featureset | 16:27 |
JayF | we do lots of "boring" infra stuff which is easily ignored, so we gotta make loud noises about the boring stuff lol | 16:27 |
arne_wiebalck | we should probably have a "what is Ironic and what can it do for you" panel in the beginning, start from 0, so newcomers have the feeling they are welcome | 16:28 |
JayF | I like that as a tagline | 16:28 |
arne_wiebalck | this also tags this a *new* series | 16:29 |
dtantsur | I'd not include "what is Ironic", we don't expect a lot of people who don't know this | 16:29 |
dtantsur | risks undervaluing the panel | 16:29 |
dtantsur | "things you did not know Ironic can do for you" :D | 16:29 |
arne_wiebalck | I think we should try to attract new people who have no idea about Ironic | 16:30 |
JayF | I don't think this is the venue for pulling in new folks | 16:31 |
dtantsur | I don't disagree with that, but this is a huuuuge rabbit hole | 16:31 |
JayF | however, we can create a video that new folks would be able to learn stuff from | 16:31 |
arne_wiebalck | if this is not the place, where is that place? | 16:31 |
dtantsur | video tutorials could be huge for us | 16:31 |
JayF | IDK how to pull in new folks; but I know "hey, you know this problem you have? Come to my NINETY MINUTE PRESENTATION about it" will have them running for the exits | 16:31 |
arne_wiebalck | it is a 30 min interactive panel, I thought | 16:32 |
dtantsur | arne_wiebalck: I'm struggling with the answer too.. but honestly, how often do you attend sessions titled "what is AbsolutelyUknownName"? | 16:32 |
JayF | dtantsur: if we do a 20 minute panel on what can Ironic do for you; that becomes a video we can link to people | 16:32 |
JayF | I don't think we're pulling in people with a openinfra venue | 16:32 |
arne_wiebalck | we will have the same 8 people as always in these sessions | 16:33 |
JayF | we'd have to go elsewhere; e.g. other conferences or the like to pull in new people | 16:33 |
JayF | arne_wiebalck: I'm kinda afarid of the same thing | 16:33 |
JayF | arne_wiebalck: which is why I liked the idea of doing it as an openinfra live | 16:33 |
arne_wiebalck | great people, though! :) | 16:33 |
JayF | maybe their 8 people plus our 8 people, that'd be twice as nice /s | 16:33 |
arne_wiebalck | (don't get me wrong) | 16:33 |
dtantsur | my hope is this: a larger quarterly meetup is an easier sell for people than a short mostly non-interactive monthly one | 16:34 |
arne_wiebalck | ok, we could also combine the ideas: | 16:34 |
dtantsur | I may be *horribly* wrong | 16:34 |
dtantsur | but I don't have better ideas | 16:34 |
opendevreview | Merged openstack/ironic-specs master: Add Ironic work items for 2023.1 https://review.opendev.org/c/openstack/ironic-specs/+/862538 | 16:34 |
arne_wiebalck | have an openinfra live on the new SIG series and give the intro to ironic there | 16:34 |
arne_wiebalck | "and if you want to know more in-depth stuff, come and join us!" | 16:34 |
dtantsur | this may work indeed | 16:35 |
JayF | that's a good idea | 16:35 |
dtantsur | I don't think I can take organizing both (I do hope to take part) | 16:36 |
arne_wiebalck | JayF: happy to take the openinfra one with you (PTL/dev + operator), wdyt? | 16:37 |
JayF | sure | 16:38 |
arne_wiebalck | ok, so we aim for an openinfra live in January I would think? | 16:45 |
dtantsur | yeah | 16:48 |
arne_wiebalck | ok, so we have a plan for now and bounce this off the rest of the team on the next weekly? | 16:50 |
arne_wiebalck | and then get in touch with the openinfra team? | 16:51 |
dtantsur | it's probably a good plan. we can also finalize the topic there | 16:51 |
arne_wiebalck | sounds good! | 16:51 |
* arne_wiebalck has to leave, sorry | 16:51 | |
arne_wiebalck | thanks for the planning session JayF dtantsur ! | 16:52 |
arne_wiebalck | bye everyone o/ | 16:52 |
dtantsur | thank you too! | 16:52 |
JayF | ++ ty | 16:52 |
* dtantsur will leave soon as well | 16:52 | |
rpittau | bye o/ | 17:07 |
opendevreview | Julia Kreger proposed openstack/ironic-specs master: Add a shard key https://review.opendev.org/c/openstack/ironic-specs/+/861803 | 18:20 |
elodilles | JayF: hi, sorry for pinging here, could you please have a look at these Antelope-1 sushy and metalsmith release patches? https://review.opendev.org/c/openstack/releases/+/864538 && https://review.opendev.org/c/openstack/releases/+/864523 | 18:35 |
JayF | I've been waiting for dtantsur / iurygregory / rpittau to look at those; part of why they are release liasons is they have a better idea sometimes when might be picked up downstream | 18:55 |
JayF | if none of them have taken a look by say, EOD, I'll look myself and almost certainly approve | 18:55 |
elodilles | JayF: ack, thanks in advance! | 18:57 |
opendevreview | Julia Kreger proposed openstack/ironic master: WIP: Disable md5 by default https://review.opendev.org/c/openstack/ironic/+/865189 | 19:22 |
TheJulia | there is not a good way to wire that into the agent | 19:22 |
TheJulia | actually, I have an idea there | 19:31 |
opendevreview | Julia Kreger proposed openstack/ironic-python-agent master: WIP: Disable md5 https://review.opendev.org/c/openstack/ironic-python-agent/+/865190 | 19:50 |
opendevreview | Julia Kreger proposed openstack/ironic master: WIP: Disable md5 by default https://review.opendev.org/c/openstack/ironic/+/865189 | 20:06 |
opendevreview | Julia Kreger proposed openstack/ironic stable/wallaby: Remove un-needed tabs from script https://review.opendev.org/c/openstack/ironic/+/865192 | 20:14 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector master: Use declarative reader/writer with enginefacade https://review.opendev.org/c/openstack/ironic-inspector/+/463768 | 20:24 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector master: Use declarative reader/writer with enginefacade https://review.opendev.org/c/openstack/ironic-inspector/+/463768 | 21:16 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector master: SQLAlchemy 2.0 prep https://review.opendev.org/c/openstack/ironic-inspector/+/860731 | 21:16 |
iurygregory | JayF, I will try to check after my dinner today | 22:35 |
JayF | I mean, do you care when the milestone release of metalsmith/sushy goes out? | 22:36 |
JayF | if no, just say no and keep your evening and I'll go land em :D | 22:36 |
iurygregory | we don't care that much when we release sushy metalsmith =) | 23:05 |
JayF | I'll go +1 both those for elodilles then | 23:09 |
iurygregory | ack | 23:27 |
opendevreview | Jay Faulkner proposed openstack/ironic master: Implement periodic task for populating shards tbl https://review.opendev.org/c/openstack/ironic/+/864954 | 23:30 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!