opendevreview | Junya Noguchi proposed openstack/ironic-python-agent-builder master: Add Ubuntu 24.04 to the list of tested distributions https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/931606 | 05:27 |
---|---|---|
rpittau | good morning ironic! o/ | 06:41 |
rpittau | would be great to merge https://review.opendev.org/c/openstack/networking-generic-switch/+/930745 ASAP, that's a long due fix for unit tests | 08:03 |
zigo | Hi there! | 08:45 |
zigo | Does someone understand this failure in the build log? | 08:45 |
zigo | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084278 | 08:45 |
zigo | It feels like there's a (non big enough) timeout involved as the progress stops at 89.24% ... | 08:45 |
rpittau | zigo: I tested it locally (FC40 with py312) and couldn't reproduce the failure, it took me 90 seconds (Ran: 9633 tests in 91.5922 sec), it looks like 170 seconds in your test is a bit too long, not sure what's slowing that down | 09:46 |
zigo | rpittau: I believe that simply, it's a slow computer, which is what was tested. | 09:46 |
zigo | It runs on AWS smallest instance. | 09:47 |
zigo | Where's the timeout, do you know? | 09:47 |
zigo | I could try to simply increase it ... | 09:47 |
zigo | Either that, or I'll just blacklist the test. | 09:47 |
zigo | Maybe just the later ... | 09:48 |
rpittau | not sure where the timeout is, I believe though that the slowest part is probably the create_iso function | 09:49 |
zigo | Thanks, will search. | 10:17 |
iurygregory | good morning ironic | 11:07 |
masghar | Morning! | 11:22 |
opendevreview | Takashi Kajinami proposed openstack/ironic-tempest-plugin master: Add stable/2024.2 job https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/931647 | 12:04 |
opendevreview | Takashi Kajinami proposed openstack/ironic-tempest-plugin master: Add stable/2024.2 job https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/931647 | 12:08 |
opendevreview | Doug Goldstein proposed openstack/ironic master: docs: Add context around asynchronous device initialization https://review.opendev.org/c/openstack/ironic/+/927518 | 12:13 |
cardoe | rpittau: I added ironic-week-prio to that test change. Along with a bunch of others that are ready for Workflow. | 12:15 |
cardoe | https://review.opendev.org/q/hashtag:%22ironic-week-prio%22+status:open | 12:16 |
cardoe | whatever the ACLs are I cannot do it for sushy. | 12:17 |
rpittau | thanks cardoe | 12:21 |
opendevreview | Takashi Kajinami proposed openstack/sushy master: Add Python 3.8 job https://review.opendev.org/c/openstack/sushy/+/931652 | 12:29 |
cardoe | Clearly I'm not groking something here... https://review.opendev.org/c/openstack/ironic-python-agent/+/927984 | 13:08 |
opendevreview | Matt Crees proposed openstack/networking-generic-switch master: Correct device_type in Cumulus NVUE comment https://review.opendev.org/c/openstack/networking-generic-switch/+/931655 | 13:10 |
opendevreview | Merged openstack/ironic-tempest-plugin master: Fallback to SSH if ping fails https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/931069 | 13:37 |
rpittau | #startmeeting ironic | 15:00 |
opendevmeet | Meeting started Mon Oct 7 15:00:19 2024 UTC and is due to finish in 60 minutes. The chair is rpittau. 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 |
rpittau | I have the feeling this meeting will be very short :) | 15:00 |
rpittau | Hello everyone! | 15:00 |
rpittau | Welcome to our weekly meeting! | 15:00 |
rpittau | I doubt we have quorum today | 15:01 |
cid | Seems so o/ | 15:01 |
rpittau | giving 3-4 minutes to let people join | 15:01 |
rpittau | alright, closing | 15:05 |
rpittau | #endmeeting | 15:05 |
opendevmeet | Meeting ended Mon Oct 7 15:05:13 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:05 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/ironic/2024/ironic.2024-10-07-15.00.html | 15:05 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/ironic/2024/ironic.2024-10-07-15.00.txt | 15:05 |
opendevmeet | Log: https://meetings.opendev.org/meetings/ironic/2024/ironic.2024-10-07-15.00.log.html | 15:05 |
rpittau | good night! o/ | 15:40 |
Pcmalih_ | Hello, I'm trying redfish-virtual-media boot method to deploy ramdisk. passing kernel and ramdisk via instance info but when deploying the image. getting Deploy step deploy.deploy failed: Creating iso image failed: Neither deploy ISO nor ESP image configured or both of them configured. | 16:14 |
Pcmalih_ | Hello, I'm trying redfish-virtual-media boot method to deploy ramdisk. passing kernel and ramdisk via instance info but when deploying the image. getting Deploy step deploy.deploy failed: Creating iso image failed: Neither deploy ISO nor ESP image configured or both of them configured | 16:18 |
cardoe | Pcmalih_: https://docs.openstack.org/ironic/latest/install/configure-esp.html | 16:28 |
alyiam | Hi everyone, I'm facing issue with deploying Ironic node using redfish-virtual-media method and passing kernel and ramdisk. But at deploy step steo getting thsi "Deploy step deploy.deploy failed: Creating iso image failed: Neither deploy ISO nor ESP image configured or both of them configured." | 16:30 |
alyiam | @cardoe I was able to use the same ISO or kernel/ramdisk combination with bifrost and they work fine but when used with Ironic with kolla-ansible its not able to boot. | 16:36 |
jamesdenton | you have deploy_kernel, deploy_ramdisk, and bootloader defined in driver_info of the baremetal node? | 16:37 |
jamesdenton | with bootloader as the UUID of your ESP image in Glance? | 16:37 |
jamesdenton | or i guess you could have bootloader in ironic.conf | 16:38 |
jamesdenton | i also had to update my ironic.conf to include [DEFAULT] grub_config_path = grub/grub.cfg (these are Ubuntu nodes) | 16:39 |
alyiam | ESP is not configured. Will try it. | 16:43 |
alyiam | I'm passing kernel and ramdisk as parameter. | 16:46 |
jamesdenton | ok, you'll also need bootloader | 16:47 |
jamesdenton | https://docs.openstack.org/ironic/latest/install/configure-esp.html mentions that | 16:48 |
clarkb | fyi https://github.com/openstack/sushy/pull/1 was opened recently. Not sure if anyone in here is subscribed to events on those github repos | 19:34 |
iurygregory | looking | 19:53 |
iurygregory | tks clarkb for sharing | 19:53 |
clarkb | I still hihgly recommend that openstack projects with github mirrors subscribe to events on those repos | 19:53 |
clarkb | note the auto PR closer should run daily so I think that will get replied to by the bot in like 8 hours or something like that | 19:55 |
iurygregory | I didn't even know there was a bot to close PRs :D | 19:55 |
iurygregory | nice! | 19:55 |
cardoe | well that's even a Racker. Sorry about that. | 20:42 |
iurygregory | a racker? | 21:23 |
clarkb | a person that works at rackspace | 21:25 |
iurygregory | I though it was typo :D | 21:28 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!