opendevreview | Merged openstack/ironic-tempest-plugin master: Add idrac OOB inspection test cases https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/843590 | 00:12 |
---|---|---|
opendevreview | Steve Baker proposed openstack/bifrost master: WIP Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 00:15 |
opendevreview | Steve Baker proposed openstack/bifrost master: Fix TFTP read access for enforcing SELinux https://review.opendev.org/c/openstack/bifrost/+/849246 | 00:15 |
opendevreview | Steve Baker proposed openstack/bifrost master: Copy shim and grub into tftp and http directories https://review.opendev.org/c/openstack/bifrost/+/849247 | 00:15 |
opendevreview | Merged openstack/ironic-tempest-plugin master: Add more deploy tests for idrac, redfish, ipmi https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/845577 | 00:19 |
opendevreview | Verification of a change to openstack/ironic-tempest-plugin master failed: Add iDRAC Redfish virtual media boot deploy test https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/845356 | 00:19 |
opendevreview | Merged openstack/ironic-python-agent-builder master: Remove support for openSUSE since Python 3.6 is no longer supported https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/842278 | 00:42 |
opendevreview | Merged openstack/ironic master: Prevent pxe retry when agent token exists https://review.opendev.org/c/openstack/ironic/+/847392 | 01:51 |
opendevreview | Steve Baker proposed openstack/bifrost master: Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 02:14 |
opendevreview | Steve Baker proposed openstack/bifrost master: Remove enable_uefi_ipxe https://review.opendev.org/c/openstack/bifrost/+/849248 | 02:14 |
opendevreview | Steve Baker proposed openstack/bifrost master: Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 02:30 |
opendevreview | Steve Baker proposed openstack/bifrost master: Remove enable_uefi_ipxe https://review.opendev.org/c/openstack/bifrost/+/849248 | 03:06 |
opendevreview | Steve Baker proposed openstack/bifrost master: Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 03:06 |
opendevreview | Steve Baker proposed openstack/bifrost master: Remove enable_uefi_ipxe https://review.opendev.org/c/openstack/bifrost/+/849248 | 03:34 |
opendevreview | Steve Baker proposed openstack/bifrost master: Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 03:34 |
dtantsur | morning folks | 06:30 |
rpittau | good morning ironic! o/ | 07:03 |
opendevreview | Verification of a change to openstack/ironic bugfix/19.0 failed: Fix redfish-virtual-media for newer iDRACs https://review.opendev.org/c/openstack/ironic/+/848717 | 07:56 |
janders | good morning dtantsur rpittau and Ironic o/ | 08:16 |
janders | dtantsur rpittau how did you go with your IKEA kit, all assembled successfully? | 08:17 |
janders | mine is mostly done, a couple items leftover for this week but bulk of it is all done | 08:17 |
rpittau | hey janders :) | 08:19 |
rpittau | I did what I could, at least the file cabinet is done | 08:22 |
rpittau | realized I will need some more shelves, probably another kallax | 08:22 |
ajya | Good morning, Ironic | 08:25 |
janders | hey ajya o/ | 08:26 |
ajya | hi janders, about that issue on Friday - can you double check that credentials for that node in Ironic is correct? 13G is bad with reporting user friendly errors, instead it drops connection, also if credentials are incorrect. | 08:27 |
janders | ajya will do | 08:46 |
timeu | Hello all, | 09:01 |
timeu | When I create a baremetal node via the openstack ansible collection (1.0.0) or openstacksdk (0.61) the provision_state state returned by the ironic API is always "available". Is this by design ? I was expecting it to be enroll | 09:03 |
timeu | ok after reading the API docs it seems that this behavior changed in 1.11 (https://docs.openstack.org/api-ref/baremetal/?expanded=create-node-detail) and the openstacksdk passes 1.6 as microversion | 09:06 |
dtantsur | janders: well, 2/3 done, I didn't have any energy left for the last item (but it can wait) | 09:09 |
opendevreview | Merged openstack/ironic bugfix/18.1: Fix redfish-virtual-media for newer iDRACs https://review.opendev.org/c/openstack/ironic/+/848747 | 09:09 |
dtantsur | timeu: yep, openstacksdk keeps the old behavior | 09:09 |
dtantsur | I was thinking of making it configurable, but never got time for it | 09:09 |
timeu | dtantsur: thanks for confirming it. I was wondering even in master of openstacksdk they hardcode the microversion to 1.6 | 09:11 |
dtantsur | timeu: they don't hardcode it, they just default to it | 09:12 |
timeu | so I would have to register the nodes and then move them to enroll if I want to validate BMC and node (cleaning) or just use the openstack client via a ansible shell command | 09:12 |
dtantsur | yep, these are your options for now | 09:12 |
dtantsur | (I have some time this week, maybe I'll finally fix it?) | 09:12 |
timeu | I meant hardcode it in the sense that I can't override if: https://github.com/openstack/openstacksdk/blob/master/openstack/cloud/_baremetal.py#L215 | 09:12 |
dtantsur | ohhh, we still use *that*. too bad | 09:12 |
timeu | how would the fix look like ? | 09:12 |
timeu | allow to pass the mciroversion from the ansible module to the sdk ? | 09:13 |
timeu | or solve it on the API side ? | 09:13 |
dtantsur | timeu: you see, the newer baremetal API in the SDK has some smart logic: https://github.com/openstack/openstacksdk/blob/master/openstack/baremetal/v1/node.py#L276 | 09:13 |
dtantsur | but the older "cloud" API does not use it. somebody has to fix it. | 09:13 |
timeu | ah ok I see | 09:14 |
dtantsur | a fix will be for register_machine to use the new API internally | 09:14 |
timeu | yeah I remember that the 2.x release of the collection is moving away from the cloud objects | 09:14 |
dtantsur | true | 09:14 |
timeu | but according to github the 2.x.x is only supported from Zed on and we are currently on Train (OSP 16.2) | 09:15 |
dtantsur | oh | 09:15 |
dtantsur | I wonder if they actually only support it on Zed or only with the Zed version of openstacksdk | 09:15 |
dtantsur | worth asking on #openstack-ansible-sig IMO | 09:15 |
timeu | yeah good idea | 09:15 |
timeu | thanks | 09:15 |
timeu | I might just install it and see it works ;-) | 09:16 |
opendevreview | Verification of a change to openstack/ironic-python-agent stable/yoga failed: Gather details about bond interfaces if present https://review.opendev.org/c/openstack/ironic-python-agent/+/848742 | 09:29 |
opendevreview | Swapnil Machikar proposed openstack/ironic-tempest-plugin master: Add iDRAC Redfish virtual media boot deploy test https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/845356 | 10:11 |
iurygregory | good morning Ironic | 11:21 |
opendevreview | Merged openstack/ironic bugfix/19.0: Fix redfish-virtual-media for newer iDRACs https://review.opendev.org/c/openstack/ironic/+/848717 | 11:35 |
opendevreview | Merged openstack/ironic-python-agent-builder stable/yoga: Add smartmontools package to DIB image https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/848607 | 12:11 |
janders | ajya I had the creds verified with the reporter of this issue, they are correct | 12:19 |
janders | (and I also ran some authenticated queries using these creds, it worked) | 12:19 |
ajya | thanks janders for confirming. Can you get output of these commands on the affected system - https://paste.opendev.org/show/bcjqd1nXL6XmWpEsd4E3/ ? | 12:27 |
janders | ajya all worked fine - GET against System.Embedded.1 returned the system attributes and poweron and poweroff worked fine, too | 12:35 |
janders | (independently confirmed via ipmitool) | 12:36 |
janders | no output in response to poweron/poweroff, 0 exit codes from curl | 12:36 |
ajya | yeah, it should be 204 No Content on success | 12:36 |
ajya | janders: then it's not power actions that causes the error. Is it possible to trace in the logs the requests that cause the issues? Or can you share the full logs with me with debug enabled? | 12:37 |
janders | ajya happy to try - however we're supposed to be on a "study week" internally this week so it may be next week if that's okay (I will just check with the reporter if he can wait)? | 12:41 |
ajya | ok | 12:43 |
janders | ajya TY! | 12:44 |
janders | see you tomorrow Ironic o/ | 12:44 |
iurygregory | bye janders o/ | 12:48 |
TheJulia | good morning | 13:09 |
rpittau | good morning TheJulia :) | 13:10 |
iurygregory | good morning TheJulia =) | 13:10 |
TheJulia | brraaaainnns | 13:26 |
opendevreview | Riccardo Pittau proposed openstack/ironic bugfix/19.0: No deploy_kernel/ramdisk with the ramdisk deploy and no cleaning https://review.opendev.org/c/openstack/ironic/+/849220 | 13:32 |
opendevreview | Riccardo Pittau proposed openstack/ironic bugfix/18.1: No deploy_kernel/ramdisk with the ramdisk deploy and no cleaning https://review.opendev.org/c/openstack/ironic/+/849221 | 13:33 |
rpittau | bye everyone, see you tomorrow o/ | 14:35 |
iurygregory | bye rpittau o/ | 14:38 |
TheJulia | o/ | 14:38 |
TheJulia | I suspect we need to clean up some of our deprecated things in unit testing | 14:38 |
TheJulia | my tests seem to be running longer these days | 14:38 |
TheJulia | so, I actually have something you should read | 14:39 |
opendevreview | Julia Kreger proposed openstack/ironic master: Make anaconda non-image deploys sane https://review.opendev.org/c/openstack/ironic/+/834709 | 14:41 |
TheJulia | ^^^ just text revisions, no code revisions from ruby's +2 | 14:41 |
iurygregory | will look at it o/ | 14:50 |
iurygregory | #startmeeting ironic | 15:00 |
opendevmeet | Meeting started Mon Jul 11 15:00:00 2022 UTC and is due to finish in 60 minutes. The chair is iurygregory. 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 |
iurygregory | Hello ironicers o/ | 15:00 |
iurygregory | Welcome to our weekly meeting =) | 15:00 |
erbarr | o/ | 15:00 |
stendulker | o/ | 15:00 |
rpioso | \o | 15:00 |
iurygregory | the agenda for the meeting can be found in the wiki | 15:00 |
iurygregory | #link https://wiki.openstack.org/wiki/Meetings/Ironic#Agenda_for_next_meeting | 15:00 |
ajya | o/ | 15:01 |
matfechner | o/ | 15:01 |
iurygregory | #topic Announcements / Reminder | 15:02 |
iurygregory | #info Revise Ironic Vision | 15:02 |
iurygregory | #link https://doodle.com/meeting/participate/id/eZ4nEk2b | 15:02 |
iurygregory | we want to gather feedback on how we see the project in the future, so we can build an updated concensus =) | 15:03 |
iurygregory | we will schedule a meeting for it next week =), please vote in the doodle if you would like to participate =) | 15:03 |
iurygregory | I will wait till Friday morning to close the doodle | 15:03 |
dtantsur | o/ | 15:04 |
iurygregory | #info PTG Columbus, OH | 15:04 |
TheJulia | o/ | 15:04 |
iurygregory | #link https://etherpad.opendev.org/p/ironic-ptg-planing-Columbus-OH | 15:04 |
iurygregory | you probably know that the PTG will be in Columbus-OH in Oct 17-20 | 15:05 |
iurygregory | so if you are planning in attend, please add your name in the etherpad | 15:05 |
iurygregory | feel free to start adding topics for discussion also =) | 15:06 |
dtantsur | I wish I had any idea if I come or not :) | 15:06 |
TheJulia | But that doesn't stop us from identifying topics early | 15:07 |
iurygregory | ++ | 15:07 |
TheJulia | And if some of us can't make it, perhaps plan for that and setup calls | 15:07 |
TheJulia | I hear some rooms will have projectors | 15:07 |
iurygregory | ohhh nice | 15:07 |
iurygregory | we can try a mix of in-person+virtual PTG =) | 15:08 |
iurygregory | I know some folks won't be able to attend =( | 15:08 |
rpioso | The Ohio State Buckeyes football team will be playing at home in Columbus on October 22. Highly recommended if you can get a ticket. | 15:08 |
iurygregory | thanks for sharing this info rpioso o/ | 15:09 |
rpioso | iurygregory: yw | 15:09 |
TheJulia | rpittau: Alma mater? | 15:09 |
TheJulia | err | 15:09 |
TheJulia | rpioso: | 15:09 |
TheJulia | Just seems like a weird thing to note... | 15:09 |
* TheJulia shrugs | 15:09 | |
erbarr | I got an announcement, Dell CI will be offline this weekend 7/15-7/17. If you need it to run, wait for it to come back online on Monday and do a "dell-recheck" | 15:10 |
rpioso | TheJulia: Nope. My daughter's, though, and in-laws', too. | 15:10 |
iurygregory | #info Dell CI will be offline this weekend 7/15-7/17. If you need it to run, wait for it to come back online on Monday and do a "dell-recheck" | 15:10 |
TheJulia | rpioso: ahh! That makes sense! :) | 15:10 |
TheJulia | Regarding the PTG, given scheduling for rooms, I suspect we may want to decompose some topics in advance. | 15:10 |
iurygregory | thanks for the information erbarr o/ | 15:10 |
TheJulia | Just a thought, we can maybe look at larger items and pull them apart so we can timebox some things | 15:11 |
iurygregory | TheJulia, that makes sense to me | 15:12 |
rpioso | Ironicers, this will be the last weekly meeting I regularly attend, because I have been given new downstream responsibilities. | 15:12 |
rpioso | It has been wonderful being a member of the awesome Ironic community. Thank you! | 15:13 |
TheJulia | rpioso: Congrats! Good luck! and don't feel like you have to stay away :) | 15:13 |
rpioso | TheJulia: Thank you :) | 15:13 |
TheJulia | In other words, everyone is always welcome :) | 15:13 |
iurygregory | rpioso, congrats on the new role, you are always welcome to join us! | 15:13 |
rpioso | iurygregory: Thanks :-) | 15:14 |
iurygregory | does anyone have anything that would like to add to Announcements / Reminder ? | 15:14 |
iurygregory | ok, onward | 15:15 |
iurygregory | #topic Review subteam status reports | 15:15 |
iurygregory | #link https://etherpad.openstack.org/p/IronicWhiteBoard | 15:15 |
iurygregory | Starting L74 | 15:16 |
iurygregory | TheJulia, just wondering about ipv6.. should we try to have a non-voting with vmedia? | 15:19 |
TheJulia | I thought we already had a voting job | 15:22 |
* TheJulia looks | 15:22 | |
TheJulia | oh, for v6? | 15:22 |
iurygregory | yeah | 15:22 |
TheJulia | ugh, metalsmith is broken | 15:23 |
TheJulia | I'm unsure of what value we would gain for vmedia based v6... tbh | 15:23 |
TheJulia | at least, as yet another distinct upstream job | 15:23 |
TheJulia | we already have a *ton* of jobs | 15:23 |
iurygregory | yeah, that's true | 15:23 |
TheJulia | many for super good reasons | 15:24 |
TheJulia | but still... it is a lot | 15:25 |
iurygregory | ok, onward o/ | 15:26 |
iurygregory | #topic Deciding on priorities for the coming week | 15:26 |
* TheJulia adds a ptg note to bring up jobs | 15:26 | |
iurygregory | #link https://review.opendev.org/q/status:open+hashtag:ironic-week-prio | 15:27 |
TheJulia | would it be possible to get reviews on my anaconda fixes/improvements this week? | 15:27 |
iurygregory | I will look at it after lunch today =) | 15:27 |
JayF | TheJulia: if I haven't reviewed it, please add me to the reviewers list | 15:27 |
TheJulia | https://review.opendev.org/c/openstack/ironic/+/834709/ and https://review.opendev.org/c/openstack/ironic/+/835769 | 15:27 |
TheJulia | JayF: just the latter one | 15:29 |
TheJulia | Thanks for the quick +2 on the first one | 15:29 |
TheJulia | cbouchar: hopefully this will help with some of the confusion, anaconda driver wise :) | 15:30 |
iurygregory | Does anyone have any patches to add for review? | 15:30 |
cbouchar | TheJulia: Will look. | 15:30 |
TheJulia | iurygregory: I don't think so from my end | 15:31 |
iurygregory | TheJulia, ack | 15:31 |
iurygregory | #topic Baremetal SIG | 15:32 |
iurygregory | #info Tomorrow we will have a Baremetal SIG session from Scott Solkhon & Jamie Poole: "Bare metal Kubernetes at G-Research" | 15:32 |
iurygregory | you can find the details on how to join in the sig etherpad | 15:32 |
iurygregory | #link https://etherpad.opendev.org/p/bare-metal-sig | 15:33 |
JayF | Whoa hey, I had no idea | 15:33 |
JayF | that's my new employer! | 15:33 |
TheJulia | JayF: the world works in funny ways | 15:33 |
iurygregory | JayF, nice! =) | 15:33 |
JayF | I'll have to attend. I've been curious about what they do with Ironic :D | 15:33 |
iurygregory | #topic Open discussion | 15:34 |
TheJulia | I'm semi-hoping to get August's baremetal presentation to be something in relation to MOC/New England Research Cloud | 15:34 |
TheJulia | hope-ing | 15:34 |
TheJulia | I may just end up with a blog post though | 15:34 |
iurygregory | thank you TheJulia =) | 15:35 |
* TheJulia is battling with the cat for control of the desk today | 15:35 | |
iurygregory | good luck, even if you can't win this battle | 15:35 |
TheJulia | she is working hard to take out all wifi | 15:36 |
iurygregory | ops =X | 15:36 |
iurygregory | Do we have any topics we should discuss? | 15:37 |
TheJulia | There was something on my mind earlier | 15:37 |
iurygregory | go ahead =) | 15:37 |
TheJulia | well, it is less directly related and more related to open infra labs | 15:37 |
cbouchar | I did have an issue with a Selinux patch I was give to fix a PXE issue. Let me know if take this outside meeting | 15:37 |
TheJulia | I'm kind of curious if there is an interest in some collaboration in terms of operational feedback | 15:38 |
TheJulia | so less baremetally and more... working feedback mechanisms related with people we do soemtiems chat with a lot | 15:38 |
iurygregory | that sounds interesting | 15:39 |
TheJulia | and the cat has returned, on mount documents tryng to push the joystick to the far side of the desk | 15:39 |
TheJulia | and my purse on to the floor... and block keyboard access | 15:39 |
TheJulia | and apparently play with keys | 15:39 |
* TheJulia picks her up and removes her from the desk | 15:39 | |
TheJulia | cbouchar: likely after meeting topic | 15:40 |
cbouchar | ok | 15:40 |
* TheJulia awaits the cat learning how to use the keyboard | 15:41 | |
TheJulia | and she leaves | 15:41 |
TheJulia | iurygregory: I don't think we have anything else to really discuss | 15:41 |
TheJulia | Besides maybe setting up a desk camera where everyone can watch my cat cause trouble | 15:41 |
iurygregory | :D | 15:41 |
iurygregory | ok | 15:42 |
iurygregory | I will run the meeting next week o/ | 15:42 |
iurygregory | Thanks everyone! | 15:42 |
JayF | o/ | 15:42 |
iurygregory | #endmeeting | 15:42 |
opendevmeet | Meeting ended Mon Jul 11 15:42:29 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:42 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-07-11-15.00.html | 15:42 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-07-11-15.00.txt | 15:42 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2022/ironic.2022-07-11-15.00.log.html | 15:42 |
TheJulia | -o/ | 15:42 |
iurygregory | sorry TheJulia | 15:42 |
TheJulia | for? | 15:42 |
iurygregory | the o/ wasn't recorded =( | 15:43 |
TheJulia | it is what it is | 15:43 |
TheJulia | cbouchar: and I guess, what are you running into? | 15:43 |
cbouchar | About this selinux patch https://review.opendev.org/c/openstack/bifrost/+/807220/32/playbooks/roles/bifrost-ironic-install/tasks/bootstrap.yml#517 | 15:43 |
cbouchar | I have 2 hosts: One is configured with ipxe and another older host only can do PXE. | 15:44 |
cbouchar | With the patch, only the pxe host is successful. To get ipxe host working again, I had to remove the patch. | 15:44 |
* TheJulia raises an eyebrow | 15:44 | |
TheJulia | what do you observe on the ipxe host access/error wise? | 15:45 |
cbouchar | I'm working from yoga branch but patched in the suggested fix. | 15:45 |
opendevreview | Julia Kreger proposed openstack/ironic master: Do not require stage2 for anaconda with standalone https://review.opendev.org/c/openstack/ironic/+/835769 | 15:46 |
cbouchar | The target host sends out 'Operation not permitted' error when it tries to get the kernel file. | 15:46 |
cbouchar | When I was originally looking at the issue, I saw a link from /var/lib/tftpboot directory to the httpboot directory. | 15:47 |
TheJulia | so 403 error code | 15:47 |
TheJulia | ohhh... | 15:47 |
TheJulia | ugh | 15:47 |
TheJulia | so the conundrum is the stock selinux policy for tftpboot doesn't permit access to httpboot by path through the vfs layer | 15:48 |
TheJulia | so apache tries to read and things detonate | 15:48 |
cbouchar | I was focused on what was seen on the target side. It may have just eventually timed out on ironic side. | 15:48 |
TheJulia | or nginx or $perl_webserver_i_wrote_a_very_long_time_ago | 15:48 |
cbouchar | yes I'm suspicious that's the issue | 15:48 |
TheJulia | we've seen something similar to this in the past | 15:49 |
TheJulia | hmmm | 15:49 |
cbouchar | Originally I was retagging the file and I could see that it affected the http file that it linked to. | 15:50 |
TheJulia | I tought we had a custom policy we added ages ago to handle the privs, perhaps we're applying it too early? | 15:50 |
cbouchar | Here's something from my notes: 'I learned the files in tftp directory are actually hard links to /var/lib/ironic/master_images/' | 15:51 |
cbouchar | It's a selinux issue | 15:51 |
cbouchar | nothing to do with file permissions | 15:52 |
TheJulia | yeah... so this is the other side of the conudnrum | 15:52 |
TheJulia | why did we do the links.... | 15:52 |
TheJulia | reduce fs usage | 15:53 |
TheJulia | and dedup ultimately | 15:53 |
cbouchar | So for PXE, I saw a tag of var_lib_t for the file and it must be tftpdir_t BUT this will break ipxe | 15:53 |
cbouchar | BUT changing this breaks ipxe | 15:53 |
TheJulia | because httpboot is also a symlink | 15:53 |
dtantsur | the tie-breaker is probably to allow one of the services to read files of another | 15:54 |
TheJulia | yeah | 15:55 |
cbouchar | I actually didn't step thru httpboot. I was suspicious given the error I saw on the target that if I removed the patch the problem would go away and it did. | 15:55 |
TheJulia | dtantsur: I thought we did that at one point in bifrost | 15:55 |
dtantsur | I thought so too | 15:55 |
dtantsur | anyway, see you tomorrow folks o/ | 15:58 |
cbouchar | In the meantime, I changed my Proof of concept code to apply patch only for my PXE host. | 15:58 |
TheJulia | so, it looks like two things are going on, we used to have a policy, it got removed in favor of restoring the policies | 16:03 |
TheJulia | but I think that was on specific folders | 16:03 |
TheJulia | cbouchar: can you confirm, what is your httpboot folder? | 16:04 |
TheJulia | a link, or directory? | 16:04 |
cbouchar | I'll need to rerun. I am having issues re-imaging the ironic host so it could take awhile. | 16:06 |
TheJulia | ahh, so in the middle of teardown/rebuild? | 16:06 |
cbouchar | yes | 16:06 |
TheJulia | okay, lmk, it should be a directory which makes your earlier statement confusing, at least precisely, but that may begin to explain in part what is going on I think | 16:07 |
cbouchar | I'm busy trying to get a set of code pushed out which works for both x86 & aarch | 16:07 |
TheJulia | okay | 16:08 |
opendevreview | Verification of a change to openstack/ironic stable/yoga failed: CI: Removing ironic job queue https://review.opendev.org/c/openstack/ironic/+/843511 | 16:12 |
TheJulia | it hates me | 16:12 |
rpioso | I suggest folks make hotel reservations early for the PTG, especially if you plan to stay through the following weekend. Home games are held at The Ohio Stadium, known as The (Horse)'Shoe (https://ohiostatebuckeyes.com/100-years-of-ohio-stadium/), which has a capacity of over 100,000. Home game weekends are major events in Columbus. | 16:16 |
rpioso | The American football game on Saturday, October 22 will be against the University of Iowa Hawkeyes, a fellow member of the Big Ten conference. In pre-season rankings, The Ohio State Buckeyes are ranked #2 in the country, and the Hawkeyes are ranked #16. | 16:16 |
TheJulia | good to know | 16:21 |
TheJulia | fwiw, I thinkt he foundation's room block is reserved, but ideally we would want to fill that up | 16:21 |
JayF | Wait, did we seriously book PTG in Columbus on a CFB weekend? | 17:38 |
JayF | And is it too late to beg someone to change the date... | 17:39 |
JayF | do you have any idea the amount that's going to be awful? lol | 17:39 |
iurygregory | JayF, seems like it... | 17:39 |
iurygregory | now I think I should talk with my manager asap to get approval | 17:39 |
JayF | I have already been approved, it's not too early to book is it? | 17:40 |
JayF | I will counter this with: if you are staying thru the weekend ** get tickets to the game ** | 17:41 |
JayF | a CFB game in the US is a unique experience to literally anything else I've ever been to, and I love sports/big events | 17:41 |
opendevreview | Julia Kreger proposed openstack/ironic-python-agent master: Guard shared device/cluster filesystems https://review.opendev.org/c/openstack/ironic-python-agent/+/839084 | 17:51 |
TheJulia | iurygregory: I was thinking earlier, we should do like a review jam walk through the repos at some point soon() | 19:34 |
iurygregory | TheJulia, sure! | 20:14 |
JayF | if you get me on that invite, I'll come if the time is right (but don't schedule it around me) | 21:06 |
iurygregory | JayF, ack =) | 22:18 |
iurygregory | janders, you around? o/ | 22:23 |
janders | good morning Ironic o/ | 23:07 |
janders | iurygregory now I am! :) | 23:07 |
opendevreview | Steve Baker proposed openstack/bifrost master: Fix TFTP read access for enforcing SELinux https://review.opendev.org/c/openstack/bifrost/+/849246 | 23:38 |
opendevreview | Steve Baker proposed openstack/bifrost master: Copy shim and grub into tftp and http directories https://review.opendev.org/c/openstack/bifrost/+/849247 | 23:38 |
opendevreview | Steve Baker proposed openstack/bifrost master: Remove enable_uefi_ipxe https://review.opendev.org/c/openstack/bifrost/+/849248 | 23:38 |
opendevreview | Steve Baker proposed openstack/bifrost master: Support PXE network boot with grub https://review.opendev.org/c/openstack/bifrost/+/807220 | 23:38 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!