iurygregory | good morning Ironic o/ | 05:50 |
---|---|---|
arne_wiebalck | Good morning, iurygregory and Ironic! | 06:17 |
iurygregory | arne_wiebalck, o/ | 06:18 |
rpittau | good morning ironic! o/ | 07:25 |
iurygregory | morning rpittau o/ | 07:25 |
rpittau | hey iurygregory :) | 07:25 |
*** sshnaidm|off is now known as sshnaidm | 07:26 | |
dtantsur | morning ironic | 07:36 |
iurygregory | morning dtantsur o/ | 07:37 |
ajya | morning ironic | 07:53 |
ajya | can anyone take a look at ironic wallaby backports - https://review.opendev.org/q/project:openstack/ironic+branch:stable/wallaby+status:open ? | 07:53 |
rpittau | ajya: good morning! I'm having at exact this moment :) | 08:06 |
rpittau | err... "having a look" | 08:06 |
dtantsur | also could I get some reviews on https://review.opendev.org/c/openstack/sushy-tools/+/806253 and https://review.opendev.org/c/openstack/bifrost/+/810686 please? | 08:07 |
ajya | thanks rpittau | 08:13 |
iurygregory | ajya, if possible can you also push the backports to bugfix/18.1 ? | 08:42 |
ajya | iurygregory: ok, will do. Thanks for the reviews. | 08:50 |
opendevreview | Aija Jauntēva proposed openstack/ironic bugfix/18.1: Add iDRAC configuration mold docs https://review.opendev.org/c/openstack/ironic/+/812209 | 08:55 |
opendevreview | Aija Jauntēva proposed openstack/ironic bugfix/18.1: Redfish RAID: Use identity instead of durable_name https://review.opendev.org/c/openstack/ironic/+/812310 | 08:55 |
opendevreview | Aija Jauntēva proposed openstack/ironic bugfix/18.1: Add better error messages for invalid conf molds https://review.opendev.org/c/openstack/ironic/+/812311 | 08:56 |
opendevreview | Aija Jauntēva proposed openstack/ironic bugfix/18.1: Fix iDRAC import configuration job with errors https://review.opendev.org/c/openstack/ironic/+/812312 | 08:56 |
opendevreview | Aija Jauntēva proposed openstack/ironic bugfix/18.1: Fix iDRAC import configuration missing task handling https://review.opendev.org/c/openstack/ironic/+/812313 | 08:56 |
opendevreview | Merged openstack/bifrost master: Enable authentication in sushy-tools https://review.opendev.org/c/openstack/bifrost/+/810686 | 09:24 |
opendevreview | Merged openstack/ironic stable/wallaby: Always update cache for HTTP images if Last Modified is unknown https://review.opendev.org/c/openstack/ironic/+/809666 | 09:36 |
opendevreview | Merged openstack/ironic stable/wallaby: Fix iDRAC import configuration missing task handling https://review.opendev.org/c/openstack/ironic/+/809509 | 09:51 |
opendevreview | Merged openstack/ironic stable/wallaby: Fix iDRAC import configuration job with errors https://review.opendev.org/c/openstack/ironic/+/809551 | 09:51 |
opendevreview | Merged openstack/ironic stable/wallaby: Add iDRAC configuration mold docs https://review.opendev.org/c/openstack/ironic/+/811496 | 09:51 |
*** jamesdenton_alt is now known as jamesdenton | 11:42 | |
arne_wiebalck | I am seeing a surprisingly high rate of creation errors for s/w RAID on NVMe drives: seems like the kernel does not see the partition in time ... anyone seen this before? Looks like a timing issue I never saw on our SSDs. | 11:47 |
jssfr | arne_wiebalck, I think we were seeing something similar on CentOS 7 | 11:51 |
jssfr | (and it went away on CentOS 8) | 11:51 |
arne_wiebalck | jssfr: hmm ... our IPA is already on c8 at the moment | 12:01 |
arne_wiebalck | jssfr: thanks :) | 12:01 |
jssfr | I might poke the guy who was working on that tomorrow, he's not working on mondays | 12:01 |
arne_wiebalck | jssfr: thanks, very kind! | 12:08 |
opendevreview | Dmitry Tantsur proposed openstack/ironic-python-agent master: Use two more functions from disk_utils https://review.opendev.org/c/openstack/ironic-python-agent/+/806393 | 12:38 |
jcosmao | hello | 12:41 |
jcosmao | arne_wiebalck, i got a similar bug for md creation on nvme (IPA on debian10). | 12:42 |
arne_wiebalck | jcosmao: interesting | 12:43 |
jcosmao | checking my logs | 12:43 |
jcosmao | in create_configuration, i got few errors at md creation (mdadm --create /dev/md0 --force --run --metadata=1 --level 1 --raid-devices 2 /dev/nvme0n1p1 /dev/nvme1n1p1) | 12:44 |
jcosmao | error in dmesg: device /dev/nvme1n1p1 out of raid during sync | 12:44 |
arne_wiebalck | jcosmao: mine is "Stderr: 'mdadm: cannot open /dev/nvme1n1p1: No such file or directory\n'" | 12:45 |
arne_wiebalck | jcosmao: we have some code to ask the kernel to re-read partitions, but maybe this does not work on nvme drives | 12:46 |
arne_wiebalck | jcosmao: the mdadm call is right after partition creation, so this might be a timing issue | 12:47 |
jcosmao | i added a call to _udev_settle() after part creation, (my ipa is not up to date, so code may have changed since) | 12:47 |
arne_wiebalck | jcosmao: which also fits the fact that re-re-re-trying eventually works | 12:47 |
opendevreview | Dmitry Tantsur proposed openstack/bifrost master: Remove the keystone admin endpoint https://review.opendev.org/c/openstack/bifrost/+/806207 | 12:47 |
jcosmao | yes, it was same bug | 12:47 |
arne_wiebalck | I thought we had a 'partx -u' there ... checking ... | 12:48 |
arne_wiebalck | jcosmao: https://opendev.org/openstack/ironic-python-agent/src/branch/master/ironic_python_agent/hardware.py#L2155-L2163 | 12:51 |
jcosmao | yep, there is a partx call | 12:51 |
arne_wiebalck | doesn't cut it, it seems | 12:52 |
arne_wiebalck | you added _udev_settle() at this place? | 12:52 |
jcosmao | i have this patch on my side: | 12:52 |
jcosmao | utils.execute('parted', device, '-s', '-a', | 12:52 |
jcosmao | 'optimal', '--', 'mkpart', 'primary', | 12:52 |
jcosmao | start_str, end_str) | 12:52 |
jcosmao | # Parted partition creation is asynchronous. | 12:52 |
jcosmao | # Wait udev events are processed before going to | 12:52 |
jcosmao | # next step. This avoid getting error at mdadm create | 12:52 |
jcosmao | # because a device is not ready yet. | 12:52 |
jcosmao | _udev_settle() | 12:52 |
jcosmao | oups sorry | 12:52 |
iurygregory | https://paste.opendev.org/ is your friend :D | 12:53 |
jcosmao | yep thx :) | 12:53 |
iurygregory | np =) | 12:53 |
jcosmao | https://paste.opendev.org/show/809765/ | 12:54 |
arne_wiebalck | jcosmao: this looks like my issue ... in fact, I was not aware there is some asynchronicity here! | 12:55 |
arne_wiebalck | jcosmao: the kernel notifies udev (which is asynchronous) | 12:56 |
arne_wiebalck | jcosmao: I will add this and see how it goes, thanks! | 12:56 |
jcosmao | ok great, let me know | 12:57 |
jcosmao | i didn't get any error since i applied this patch | 12:57 |
opendevreview | Merged openstack/ironic bugfix/18.1: Fix driver task pattern to reduce periodic db load https://review.opendev.org/c/openstack/ironic/+/809376 | 13:12 |
dtantsur | half of the problems in IPA are solved by adding `udev settle` | 13:14 |
TheJulia | good morning | 13:16 |
* TheJulia tries to wake up | 13:17 | |
rpittau | good morning TheJulia :) | 13:17 |
dtantsur | TheJulia: morning | 13:19 |
iurygregory | good morning TheJulia =) | 13:20 |
* TheJulia tries to remove sleep from eyes and fails... noting sleep seems like a good idea | 13:24 | |
dtantsur | SLEEEEEP | 13:49 |
*** TheJulia is now known as needsleep | 13:49 | |
*** needsleep is now known as TheJulia | 13:49 | |
iurygregory | I just had a heart attack after reading https://twitter.com/openinfradev/status/1445011468248920071 <3 | 14:27 |
TheJulia | heh | 14:35 |
TheJulia | iurygregory: I edited the agenda, it was from last week still | 14:35 |
iurygregory | who is going to run the meeting today? | 14:36 |
TheJulia | I believe I am | 14:39 |
dtantsur | in-person summit, yay! looking forward to seeing you all | 14:44 |
iurygregory | \o/ yes! | 14:45 |
TheJulia | \o/ \o\ \o/ /o/ \o/ | 14:45 |
iurygregory | TheJulia, wasn't dtantsur today? | 14:46 |
iurygregory | at least based on the logs... :D | 14:46 |
TheJulia | dtantsur: oh, then I guess it is you | 14:46 |
TheJulia | oh right, I knew I had jury duty | 14:46 |
* TheJulia still might, need to "check" every day of the week to see if I need to go in | 14:46 | |
dtantsur | TheJulia: I'm fine with letting you drive it, I risk falling asleep right in the middle :) | 14:47 |
TheJulia | dtantsur: didn't sleep well? | 14:48 |
iurygregory | I can run the meeting also | 14:48 |
dtantsur | I think I slept well, I did not wake up well :) | 14:48 |
TheJulia | heh | 14:48 |
dtantsur | dunno how my body works | 14:48 |
dtantsur | 35 years until the retirement, and I'm already tired more often than not | 14:48 |
* TheJulia sighs | 14:48 | |
TheJulia | what is this retirement thing you speak of? | 14:49 |
dtantsur | it's when you stop working and start growing potatoes, complaining about the youth and voting for conservatives :) | 14:49 |
JayF | > I did not wake up well :) <--- I think you get that as a birthday present something in your 30s :P | 14:50 |
dtantsur | ahh! | 14:50 |
JayF | Wake up, count the aches, oh hey, there's a new one right there in my wake-up bone | 14:50 |
iurygregory | JayF, I need to agree... | 14:50 |
TheJulia | dtantsur: oh... well... that doesn't sound like fun. | 14:51 |
dtantsur | no fun expected, alas | 14:51 |
TheJulia | I was on the roof of the mobile command center this past weekend. everything hurts. | 14:52 |
TheJulia | (painted it with a highly reflective white paint to keep it cooler | 14:52 |
TheJulia | oh yes, everying does indeed hurt | 14:54 |
TheJulia | thing | 14:54 |
TheJulia | https://twitter.com/MaartjeME/status/1444969847272742913 | 14:55 |
dtantsur | I had an intensive bouldering session yesterday, I understand "everything hurts" very well | 14:55 |
dtantsur | we need plush human-sized pixie boots | 14:55 |
opendevreview | Merged openstack/ironic master: [iRMC] Avoid repeatedly resuming clean after creating raid configuration https://review.opendev.org/c/openstack/ironic/+/809022 | 14:56 |
TheJulia | dtantsur: we *really* do | 14:56 |
iurygregory | human-sized.... | 14:57 |
iurygregory | > 150cm? | 14:57 |
JayF | Mine is not oging to sound nearly as impressive, but I spent like 2 hours re-cable-managing my desk area in the office | 14:57 |
JayF | which was a lot more physical effort than I expected lol | 14:58 |
TheJulia | FWIW, https://twitter.com/MaartjeME/status/1444973019189891076 is my favorite | 14:59 |
TheJulia | #startmeeting ironic | 15:00 |
opendevmeet | Meeting started Mon Oct 4 15:00:25 2021 UTC and is due to finish in 60 minutes. The chair is TheJulia. 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 |
TheJulia | o/ | 15:00 |
TheJulia | #chair iurygregory | 15:00 |
opendevmeet | Current chairs: TheJulia iurygregory | 15:00 |
erbarr | o/ | 15:00 |
rpittau | o/ | 15:00 |
TheJulia | Our agenda this week can be found on the wiki. | 15:00 |
TheJulia | #link https://wiki.openstack.org/wiki/Meetings/Ironic#Agenda_for_next_meeting | 15:00 |
iurygregory | o/ | 15:00 |
TheJulia | It appears, we have a fairly short agenda... | 15:00 |
rloo | o/ | 15:01 |
ajya | o/ | 15:01 |
dtantsur | o/ | 15:01 |
rpioso | \o | 15:01 |
bfournie | o/ | 15:01 |
TheJulia | So hopefully this will be a quick meeting, and then we can get back to plotting how to save the Blåhaj | 15:01 |
TheJulia | In accordance with the prophecy :) | 15:01 |
* iurygregory googles - Blåhaj | 15:02 | |
arne_wiebalck | o/ | 15:02 |
* TheJulia may have reached silly before 8 AM | 15:02 | |
TheJulia | #Announcements / Reminders | 15:02 |
TheJulia | We have two items this week on the agenda. | 15:02 |
TheJulia | #info PTG is in two weeks | 15:02 |
TheJulia | #link https://www.eventbrite.com/e/project-teams-gathering-october-2021-tickets-161235669227 | 15:02 |
TheJulia | #link https://etherpad.opendev.org/p/ironic-yoga-ptg | 15:02 |
TheJulia | iurygregory: when should we expect the etherpad to begin its transformation into an agenda | 15:03 |
iurygregory | by EOW =) | 15:03 |
TheJulia | Sounds like a plan! | 15:03 |
stendulker | o/ | 15:03 |
TheJulia | Next item, and hopefully this one brings joy to everyone on the meeting! | 15:03 |
TheJulia | #info the 2022 Open Infrastructure Summit will be in person! | 15:04 |
iurygregory | <insert beer to continue the meeting> | 15:04 |
TheJulia | #link https://twitter.com/openinfradev/status/1445011468248920071 | 15:04 |
TheJulia | So start plotting your presentation ideas! | 15:04 |
iurygregory | yes! \o/ | 15:04 |
rpioso | TheJulia: When will it be held? | 15:04 |
TheJulia | rpioso: Announcement will be on Wednesday. | 15:05 |
TheJulia | I *think* Q2 timeframe, but I honestly don't remember. | 15:05 |
rpioso | TheJulia: Thank you | 15:06 |
TheJulia | iurygregory: did we have any action items last week? | 15:06 |
iurygregory | I wasn't present last week (holiday in CZ) | 15:06 |
TheJulia | oh right | 15:06 |
TheJulia | okay | 15:06 |
TheJulia | So, before we proceed onward with the agenda, does anyone have anything to announce or remind us of? | 15:06 |
iurygregory | I don't think so =) | 15:07 |
TheJulia | No action items it appears | 15:07 |
TheJulia | #topic Review subteam status reports | 15:07 |
TheJulia | https://etherpad.opendev.org/p/IronicWhiteBoard staring around line 62 | 15:07 |
TheJulia | iurygregory: I was going to ask about privsep.. but if your going to try to get back to it this week then I'll hold off | 15:10 |
TheJulia | sdanni: you around? | 15:10 |
TheJulia | lmcgann: ^^ | 15:10 |
iurygregory | TheJulia, I plan to at least update the patch during this week, but I might need some help to finish the whole work | 15:11 |
TheJulia | iurygregory: ack, lmk if pairing up would help | 15:11 |
sdanni | TheJulia: yes | 15:11 |
iurygregory | TheJulia, sure =) | 15:11 |
lmcgann | present | 15:11 |
TheJulia | lmcgann: sdanni: any progrtess with reviews/feedback w/r/t attestation/keylime? Asking because we're doing subteam status review | 15:12 |
* iurygregory will try to look again at the keylime patches this week | 15:12 | |
sdanni | I submitted a new patch for attestation extension: https://review.opendev.org/c/openstack/ironic-python-agent/+/803510 | 15:13 |
TheJulia | sdanni: ack, if you add a note on the whitebaord every week, it helps with visibility | 15:13 |
TheJulia | Around line 126 :) | 15:14 |
sdanni | gotcha! | 15:14 |
lmcgann | I submitted an updated attestation interface patch addressing the comments and updating the api versions. As for the keylime interface, i updated the code to use generic urls for allowlist downloading. | 15:14 |
TheJulia | It will make sense once looked at | 15:14 |
TheJulia | lmcgann: awesome | 15:14 |
TheJulia | So onward? | 15:14 |
iurygregory | ++ | 15:15 |
TheJulia | #topic Deciding on priorities for the coming week | 15:15 |
TheJulia | #link https://review.opendev.org/q/status:open+hashtag:ironic-week-prio | 15:15 |
iurygregory | I've added two patches from janders_ https://review.opendev.org/c/openstack/ironic/+/800001 https://review.opendev.org/c/openstack/ironic/+/804032 | 15:16 |
TheJulia | I'd like to add https://review.opendev.org/c/openstack/ironic/+/810249 to the list, since it merge conflicts easily | 15:16 |
TheJulia | as it is a bit... invasive. | 15:16 |
iurygregory | ++ | 15:16 |
TheJulia | Anyone have anything else they would like to add to the list this week? | 15:18 |
iurygregory | I will take a look at the stable+bugfix branches to see if there is anything we want to backport or any open patches | 15:20 |
TheJulia | iurygregory: sounds good | 15:20 |
TheJulia | Onward? | 15:21 |
rpittau | let's | 15:21 |
iurygregory | ++ | 15:21 |
TheJulia | We have no discussion topics, so onward to the SIG | 15:21 |
TheJulia | #topic Baremetal SIG | 15:21 |
TheJulia | #link https://etherpad.opendev.org/p/bare-metal-sig | 15:21 |
TheJulia | arne_wiebalck: did it get tweeted? | 15:21 |
arne_wiebalck | TheJulia: not yet | 15:21 |
arne_wiebalck | TheJulia: I will send announcements soon. | 15:22 |
iurygregory | it will be another operator's user's feedback? | 15:22 |
arne_wiebalck | TheJulia: tomorrow I think | 15:22 |
arne_wiebalck | iurygregory: yes | 15:22 |
iurygregory | guilhermesp, fyi ^ | 15:22 |
TheJulia | arne_wiebalck: ack, lmk I'll share it internally with a few folks | 15:22 |
arne_wiebalck | TheJulia: ok, will do | 15:22 |
TheJulia | NobodyCam: ^^ you may be interested in this once announced | 15:22 |
TheJulia | Do we have anything else SIG related to dsicuss today? | 15:22 |
arne_wiebalck | I don't think there is anything else for the SIG. | 15:23 |
TheJulia | Okay then! | 15:23 |
TheJulia | #topic Open Discussion | 15:23 |
TheJulia | Does anyone have anything they would like to discuss? | 15:23 |
iurygregory | I have a question | 15:23 |
iurygregory | TheJulia, regarding https://github.com/OpenStackweb/ironic-website/pull/43 I can try to test locally if you want | 15:24 |
iurygregory | since CI seems unhappy =) | 15:24 |
TheJulia | iurygregory: oh yeah, forgot about that. if you wouldn't mind that would be appreciated | 15:24 |
iurygregory | ack =) | 15:24 |
TheJulia | I *did* try to reach out to foundation staff since that error seems to be basically undebugable and didn't get a reply | 15:24 |
iurygregory | ='( | 15:25 |
iurygregory | it's life | 15:25 |
TheJulia | so true | 15:25 |
TheJulia | So anything else? Shall we plan to save the ikea shark stuffed animals now? | 15:26 |
arne_wiebalck | I have one more announcement. | 15:26 |
TheJulia | arne_wiebalck: sure! | 15:27 |
arne_wiebalck | I'd like to introduce Marina , she just joined the CERN Ironic team. | 15:27 |
Marina_ | hello everyone:) | 15:27 |
dtantsur | welcome Marina_! | 15:27 |
TheJulia | hi Marina_! | 15:27 |
iurygregory | welcome Marina_ ! | 15:27 |
rpittau | hey welcome Marina_ :) | 15:27 |
JayF | o/ Marina_ | 15:27 |
Marina_ | thanks! | 15:27 |
rpioso | Marina_: Good morning. Welcome to the community. | 15:27 |
stendulker | welcome Marina_ ! | 15:27 |
arne_wiebalck | Marina_: this is the awesome Ironic community :) | 15:28 |
JayF | Marina_ (and any others; really): Do you have or want a Pixie Boots sticker for your laptop, that makes you an official Ironic contributor :D | 15:28 |
JayF | I think I have a half dozen still in a box over here | 15:28 |
iurygregory | JayF, WOOT!? /me wants more pixie stickers :D | 15:29 |
Marina_ | sure:) | 15:29 |
* arne_wiebalck ran out of Ironic stickers as well | 15:29 | |
rloo | hi Marina_, I hope you'll like it here. Welcome! :D | 15:29 |
TheJulia | We should totally work up some swag stuff for 2022 and stickers | 15:29 |
JayF | OK apparently I have 3 of the foundation-style and 1 of the old-school (you can't have the old school one) | 15:29 |
iurygregory | TheJulia, ++ agree | 15:29 |
TheJulia | I have some foundation styles but I need to get more ordred | 15:29 |
iurygregory | I have the old school one :D | 15:29 |
iurygregory | and 1 foundation-style =D | 15:30 |
rpittau | I think I also have the old school one :) | 15:30 |
JayF | iurygregory: cool, then I'll leave you off the list for now since I wanna keep one or two for future use | 15:30 |
rloo | wonder what pixie boots with a mask on, would look like... | 15:30 |
* TheJulia senses the need to get a sticker order placed to be... strong. | 15:30 | |
JayF | the old school one is like marking you as an OG Ironic'r | 15:30 |
JayF | rloo++ that'd be AWESOME for the summit | 15:30 |
iurygregory | rloo, ++ | 15:30 |
dtantsur | :D | 15:30 |
iurygregory | we need the pxie boot mask for the summit :D | 15:30 |
rloo | not sure foundation would approve so would need to be old style pixie boot? ;) | 15:31 |
iurygregory | +1 | 15:31 |
TheJulia | rloo: we basically have free use for the project logos | 15:31 |
iurygregory | orly? :O | 15:31 |
dtantsur | neat | 15:32 |
TheJulia | yes, as long as we're not making money with it | 15:32 |
TheJulia | and if it is for community, even better | 15:32 |
iurygregory | nice \o/ | 15:32 |
TheJulia | Granted, I'm basically summing up pages of policy | 15:32 |
TheJulia | but yeah | 15:32 |
rloo | just thinking, maybe the mask should just hang off of the stick. or will we be wearing masks still? | 15:32 |
rloo | (that's my contribution to the topic. heh.) | 15:33 |
rpittau | that's too soon to see I guess :/ | 15:33 |
TheJulia | rloo: I suspect we will be wearing masks for some time to come :( | 15:33 |
iurygregory | yeah | 15:33 |
TheJulia | even *with* vaccination | 15:33 |
* rloo too optimistic | 15:33 | |
JayF | If for nothing else than continutity planning for OpenStack -- you don't want all the critical contributors having a spread event | 15:33 |
TheJulia | ++ | 15:34 |
TheJulia | yeah | 15:34 |
rloo | mask on then! | 15:34 |
TheJulia | iurygregory: I feel like we need an ideas section on the ptg etherpad, and from there we can figure out what makes sense. I'm happy to kick in for a batch or three of stickers | 15:35 |
rloo | omg. what about the foundation giving out masks with the pixie boot logo (or other project logos). easy to identify who is interested in which (one) project! | 15:35 |
iurygregory | TheJulia, makes sense to me ++ | 15:35 |
* TheJulia also has the 4" classic pixie boots for cars stickers... albeit only 15 irght now | 15:35 | |
TheJulia | right now | 15:35 |
TheJulia | Anyway, once ordered we can figure out shipping/distribution/etc | 15:36 |
* iurygregory will finally be able to use the pixie boot car sticker next year \o/ | 15:36 | |
TheJulia | iurygregory: \o/ | 15:36 |
TheJulia | So onward?! | 15:36 |
iurygregory | yes | 15:36 |
TheJulia | #topic Who is going to run the next meeting? | 15:36 |
iurygregory | I can | 15:36 |
TheJulia | iurygregory: Awesome, thanks! | 15:37 |
TheJulia | Thanks everyone! | 15:37 |
iurygregory | :D | 15:37 |
TheJulia | Have a wonderful week! | 15:37 |
TheJulia | #endmeeting | 15:37 |
opendevmeet | Meeting ended Mon Oct 4 15:37:29 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:37 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2021/ironic.2021-10-04-15.00.html | 15:37 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2021/ironic.2021-10-04-15.00.txt | 15:37 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2021/ironic.2021-10-04-15.00.log.html | 15:37 |
JayF | did anyone figure out the location from the tweets yet? | 15:37 |
TheJulia | now, to CAFFINATE | 15:37 |
JayF | I'll happily take a spoiler in DM from someone who knows LOL | 15:37 |
* TheJulia feels like that last comment was for her :) | 15:37 | |
TheJulia | I'm saying nothing :) | 15:38 |
JayF | if you have the information, it totes was | 15:38 |
JayF | if someone else does, I meant them instead | 15:38 |
JayF | LOL | 15:38 |
iurygregory | I know they will add more clues every 12hrs | 15:38 |
TheJulia | :) | 15:38 |
JayF | iurygregory: they will add more clues, but my rememberance to check will fade :P Especially since it's exceedingly unlikely I'd participate | 15:39 |
JayF | but I want to enjoy you all's joy vicariously :D | 15:39 |
iurygregory | JayF, :D yeah | 15:39 |
iurygregory | I will just wait till wed | 15:40 |
rloo | (someone will remember to let JayF know on Wed so the suspense doesn't kill him) | 15:42 |
JayF | If I forget I'm suspenseful about it, is it really deadly levels of suspense? | 15:42 |
JayF | There is a certain value in being forgetful | 15:42 |
rpittau | bye everyone, have a nice rest of the day! o/ | 15:45 |
iurygregory | o/ | 15:45 |
NobodyCam | Good Morning Ironic Folks | 15:46 |
arne_wiebalck | hey NobodyCam o/ | 15:47 |
iurygregory | hey NobodyCam o/ | 15:47 |
NobodyCam | hey hey Good Morning arne_wiebalck and iurygregory :) | 15:48 |
* NobodyCam looks at the etherpad | 15:48 | |
dtantsur | g'night folks o/ | 16:25 |
iurygregory | g'night o/ | 16:30 |
opendevreview | Julia Kreger proposed openstack/ironic master: Yoga: Change default boot mode to uefi https://review.opendev.org/c/openstack/ironic/+/810249 | 16:36 |
opendevreview | Julia Kreger proposed openstack/ironic master: CI: Change CI ipxe file to snponly https://review.opendev.org/c/openstack/ironic/+/812167 | 16:42 |
opendevreview | Julia Kreger proposed openstack/ironic master: Retool devstack plugin to use pxe loaders configuration https://review.opendev.org/c/openstack/ironic/+/812188 | 16:42 |
opendevreview | Merged openstack/ironic master: Remove legacy rpm install list and use bindep https://review.opendev.org/c/openstack/ironic/+/810313 | 17:08 |
opendevreview | Merged openstack/ironic master: [iRMC] Set polling after RAID is built https://review.opendev.org/c/openstack/ironic/+/809023 | 17:08 |
opendevreview | Merged openstack/ironic master: Update release doc https://review.opendev.org/c/openstack/ironic/+/810918 | 17:08 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector stable/wallaby: Ignored error state cache for new requests https://review.opendev.org/c/openstack/ironic-inspector/+/812374 | 17:59 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector stable/victoria: Ignored error state cache for new requests https://review.opendev.org/c/openstack/ironic-inspector/+/812375 | 18:04 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector stable/ussuri: Ignored error state cache for new requests https://review.opendev.org/c/openstack/ironic-inspector/+/812376 | 18:04 |
opendevreview | Julia Kreger proposed openstack/ironic-inspector stable/train: Ignored error state cache for new requests https://review.opendev.org/c/openstack/ironic-inspector/+/812377 | 18:04 |
opendevreview | Julia Kreger proposed openstack/ironic master: Yoga: Change default boot mode to uefi https://review.opendev.org/c/openstack/ironic/+/810249 | 18:58 |
opendevreview | Julia Kreger proposed openstack/ironic master: CI: Change CI ipxe file to snponly https://review.opendev.org/c/openstack/ironic/+/812167 | 18:59 |
opendevreview | Julia Kreger proposed openstack/ironic master: Retool devstack plugin to use pxe loaders configuration https://review.opendev.org/c/openstack/ironic/+/812188 | 18:59 |
TheJulia | stevebaker: I think I broke the grub job https://ebfd4ec54dbc92b01f1e-dbc96e30a25abd79ad83d28f747c4e2b.ssl.cf2.rackcdn.com/812188/9/check/ironic-tempest-ipa-partition-uefi-pxe-grub2/a591ed6/controller/logs/ironic-bm-logs/node-1_console_2021-10-04-18%3A01%3A34_log.txt :) | 19:04 |
TheJulia | stevebaker: or well... https://ebfd4ec54dbc92b01f1e-dbc96e30a25abd79ad83d28f747c4e2b.ssl.cf2.rackcdn.com/812188/9/check/ironic-tempest-ipa-partition-uefi-pxe-grub2/a591ed6/tftpd-journal.txt it was broken to begin with?! | 19:05 |
stevebaker | morning | 19:26 |
TheJulia | good morning | 19:28 |
TheJulia | ade_lee: what would you like to do about fips stuffs? | 20:38 |
ade_lee | TheJulia, sorry - was tied up in trying to figure out a tripleo thing. I'll ping you in the morning as I have to take kids to piano etc. but the short answer is "you tell me :)" You guys know best how you want to add fips to your ci - I will adjust my patch accordingly - or you can do so as you prefer. | 21:11 |
ade_lee | the important thing is to make sure we cover the cases that need to be covered to ensure that we continue to work in fips mode | 21:12 |
TheJulia | ade_lee: ok, have a wonderful evening | 21:13 |
ade_lee | thanks you too | 21:13 |
opendevreview | Julia Kreger proposed openstack/ironic master: Retool devstack plugin to use pxe loaders configuration https://review.opendev.org/c/openstack/ironic/+/812188 | 22:32 |
TheJulia | stevebaker: so, wrong file copied ^ :( | 22:42 |
opendevreview | Julia Kreger proposed openstack/ironic master: SRBAC - Prepare for additional services https://review.opendev.org/c/openstack/ironic/+/812411 | 23:42 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!