rpittau | good morning ironic! o/ | 07:21 |
---|---|---|
PowerPixel | Hey there ! I don't know if this is the good place for this question, so please feel free to redirect me if it's not (maybe to #openstack-horizon ? :p). I'm trying to find a way to connect my baremetal nodes to the web console of Horizon; KVM/RDP style, so graphical and all of that. I saw that there was some documentation with shellinabox for shell access, but we're really wanting graphical access through Horizon her | 09:37 |
PowerPixel | e. I saw there was some work for noVNC to work with IPMI, if i'm not mistaken ? (https://pshchelo.github.io/vnc-in-ironic.html) But I don't really know where I should start poking around to get what I want, so I'm asking here : How could I enable this noVNC prototype, and if not recommended, is there another way to display KVM/RDP through IPMI onto the Web Console Horizon ? | 09:37 |
dtantsur | PowerPixel: no graphical console support for Ironic yet. There have been constant interest but not enough hands to actually make it work. | 10:03 |
Sandzwerg[m] | Wasn't there something included in some vendor driver? Or am I mistaken? | 10:04 |
dtantsur | I don't think so? There were discussions, but I don't remember seeing actual code merged. | 10:43 |
dtantsur | We don't even have a node.graphical_interface field. | 10:44 |
PowerPixel | Okay, thanks for the answers ! :) | 11:07 |
iurygregory | good morning Ironic | 11:11 |
opendevreview | Vanou Ishii proposed openstack/ironic master: [WIP][iRMC] Fix IPMI incompatibility handling error https://review.opendev.org/c/openstack/ironic/+/883101 | 11:49 |
TheJulia | good morning | 13:04 |
genekuo | Hi, have anyone also hit this issue reported in storyboard? | 13:19 |
genekuo | https://storyboard.openstack.org/#!/story/2010473 | 13:19 |
genekuo | I've tried to do the workaround by decreasing the EFI partition size in deployment image to 500MiB | 13:19 |
genekuo | Installation is successful, but when booting the system it directly goes into grub rescue | 13:19 |
genekuo | grub rescue are able to see both disks (not the raid), but both partition on disk has unknown filesystem as both of them is RAID member | 13:21 |
genekuo | Any ideas on possible solutions? | 13:25 |
TheJulia | ... I wonder if the ubuntu grub has the required module to software raid at that moment | 13:27 |
genekuo | hmm, I'm using debian | 13:28 |
genekuo | So this only works for CentOS Stream? | 13:28 |
TheJulia | oh, I thougth you wrote ubuntu, sorry I'm still waking up | 13:28 |
TheJulia | I believe CERN uses centos stream | 13:29 |
TheJulia | ubuntu may have compeltely differnet driver options | 13:29 |
TheJulia | hmmm | 13:29 |
TheJulia | zigo: o/ do you happen to know much about debian bootloaders | 13:31 |
zigo | genekuo: The thing is, your grub must be installed with the RAID module. Not sure how it works with EFI though... | 13:50 |
zigo | TheJulia: I don't use DIB, though ... I build my image myself with live-build. | 13:52 |
TheJulia | ahh, so if the base image grub doesn't have it, eek | 13:52 |
zigo | Just adding the ironic-python-agent in it (it has all the dependencies...). | 13:52 |
TheJulia | that would explain what genekuo is experiencing | 13:52 |
zigo | With old-school BIOS thing, I'm 100% sure there's an option for specifying the Grub module list... | 13:53 |
zigo | Though with UEFI, I don't know. | 13:53 |
TheJulia | This is also a solid quesiton | 13:53 |
TheJulia | well | 13:53 |
TheJulia | genekuo: UEFI mode for the hardware? | 13:53 |
genekuo | UEFI mode | 13:55 |
genekuo | let me check how to install grub with RAID module | 13:55 |
zigo | Example old-school BIOS cmd: | 13:55 |
zigo | grub-install --target=i386-pc --no-nvram --force-extra-removable --no-floppy --modules="part_msdos part_gpt mdraid1x" /dev/sda | 13:55 |
zigo | See the mdraid1x module above ... | 13:56 |
genekuo | IIUC grub-install is called by IPA during installation progress? | 13:57 |
TheJulia | not when running UEFI | 13:58 |
TheJulia | because the image should be self-bootable | 13:58 |
genekuo | I see, let me modify my image | 13:58 |
TheJulia | ++ | 13:58 |
rpittau | Metal3 TM starting now | 14:05 |
TheJulia | link? | 14:09 |
TheJulia | this morning is all meetings :\ | 14:10 |
rpittau | TheJulia: https://groups.google.com/g/metal3-dev/c/62PCloXk-zQ | 14:22 |
* TheJulia reads agenda to figure out if there are areas where she can provide input | 14:24 | |
NobodyCam | Good morning Ironic Folks, Happy Monday | 16:14 |
JayF | o/ | 16:16 |
NobodyCam | Morning JayF o/ | 16:18 |
rpittau | good night! o/ | 16:42 |
genekuo | zigo: Now I'm still going to grub-rescue directly but I'm able to see md0 in grub-rescue | 17:16 |
TheJulia | \o/ | 17:19 |
TheJulia | progress! | 17:19 |
TheJulia | so, the rest of it then sounds like intermediate configuration. Does grub look like it loads any configuration? | 17:20 |
TheJulia | or is it just the rescue prompt? | 17:20 |
TheJulia | ( also, sorry, been slammed with meetings this morning) | 17:20 |
genekuo | just rescue prompt | 17:20 |
genekuo | no menuentry | 17:20 |
genekuo | I'm able to boot after entering following commands in grub rescue | 17:44 |
genekuo | set prefix=(md//dev/md0,gpt3)/boot/grub | 17:44 |
genekuo | insmod normal | 17:45 |
genekuo | normal | 17:45 |
genekuo | I'll call it today and continue tomorrow. Thanks all for the help | 17:45 |
opendevreview | Merged openstack/bifrost master: Skip unnecessary SDK get_machine calls https://review.opendev.org/c/openstack/bifrost/+/882950 | 17:57 |
TheJulia | ... hmmmmmm | 18:03 |
TheJulia | stevebaker[m]: Does genekuo's issue seem familiar to you? | 18:03 |
TheJulia | genekuo: so, the default prefix for the config load, aiui, is the folder from which the EFI load runs | 18:33 |
opendevreview | Pierre Riteau proposed openstack/bifrost stable/2023.1: Skip unnecessary SDK get_machine calls https://review.opendev.org/c/openstack/bifrost/+/883115 | 19:26 |
opendevreview | Pierre Riteau proposed openstack/bifrost stable/zed: Skip unnecessary SDK get_machine calls https://review.opendev.org/c/openstack/bifrost/+/883116 | 19:26 |
opendevreview | Pierre Riteau proposed openstack/bifrost stable/yoga: Skip unnecessary SDK get_machine calls https://review.opendev.org/c/openstack/bifrost/+/883117 | 19:26 |
opendevreview | Pierre Riteau proposed openstack/bifrost stable/xena: Skip unnecessary SDK get_machine calls https://review.opendev.org/c/openstack/bifrost/+/883118 | 19:27 |
*** dmellado92 is now known as dmellado9 | 20:07 | |
JayF | dtantsur: does any of your old launchpad bug triage tooling still exist || work? | 20:14 |
*** dmellado92 is now known as dmellado9 | 20:16 | |
opendevreview | Jay Faulkner proposed openstack/ironic master: Update docs: Ironic uses launchpad now https://review.opendev.org/c/openstack/ironic/+/883209 | 20:59 |
opendevreview | Jay Faulkner proposed openstack/ironic-python-agent master: Ironic (and IPA) use launchpad now https://review.opendev.org/c/openstack/ironic-python-agent/+/883211 | 21:08 |
opendevreview | Jay Faulkner proposed openstack/ironic master: Update docs: Ironic uses launchpad now https://review.opendev.org/c/openstack/ironic/+/883209 | 21:23 |
opendevreview | Jay Faulkner proposed openstack/ironic master: Update docs: Ironic uses launchpad now https://review.opendev.org/c/openstack/ironic/+/883209 | 21:53 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!