*** efried has quit IRC | 00:53 | |
*** efried has joined #openstack-ironic | 00:54 | |
*** Lucas_Gray has joined #openstack-ironic | 01:30 | |
*** Lucas_Gray has quit IRC | 02:10 | |
*** altlogbot_1 has quit IRC | 02:20 | |
*** altlogbot_3 has joined #openstack-ironic | 02:21 | |
*** pcaruana has quit IRC | 02:40 | |
*** whoami-rajat has joined #openstack-ironic | 03:50 | |
*** Lucas_Gray has joined #openstack-ironic | 06:18 | |
*** whoami-rajat has quit IRC | 06:59 | |
*** bobmel has quit IRC | 07:10 | |
*** bobmel has joined #openstack-ironic | 07:10 | |
*** Lucas_Gray has quit IRC | 07:38 | |
*** Lucas_Gray has joined #openstack-ironic | 07:39 | |
*** pcaruana has joined #openstack-ironic | 07:51 | |
*** mkowalski has joined #openstack-ironic | 08:01 | |
*** Lucas_Gray has quit IRC | 08:24 | |
*** gkadam has joined #openstack-ironic | 08:28 | |
*** mkowalski has quit IRC | 08:35 | |
*** pcaruana has quit IRC | 09:58 | |
*** hwoarang has quit IRC | 10:08 | |
*** hwoarang has joined #openstack-ironic | 10:08 | |
*** whoami-rajat has joined #openstack-ironic | 11:32 | |
*** mkowalski has joined #openstack-ironic | 12:11 | |
*** kbaegis has joined #openstack-ironic | 12:13 | |
kbaegis | Morning all! | 12:13 |
---|---|---|
kbaegis | Anyone else here using tinyipa? | 12:17 |
kbaegis | Specifically tinyipa+uefi | 12:23 |
kbaegis | I’m just seeing it hang on the grub “Booting”, and I never even get confirmation that the kernel is loaded | 13:07 |
kbaegis | I’ve already got the serial console (with no output). I might try passing netconsole= next | 13:10 |
kbaegis | TFTP is valid; It completes transfer and then the system just appears to hang | 13:17 |
*** kbaegis has quit IRC | 13:21 | |
*** whoami-rajat has quit IRC | 13:41 | |
*** jtomasek has joined #openstack-ironic | 13:55 | |
TheJulia | kb*tab**tab* :( | 14:14 |
*** mkowalski has quit IRC | 14:35 | |
*** kbaegis has joined #openstack-ironic | 14:53 | |
kbaegis | Huh. Interesting: No filesystem could mount root, tried: iso9660 | 14:58 |
TheJulia | kbaegis: huh? | 15:09 |
TheJulia | kbaegis: Your client disconnects a lot, fwiw :( | 15:10 |
TheJulia | kbaegis: we only really use tinyipa for testing because there is limited hardware support | 15:10 |
*** hamzy has quit IRC | 15:12 | |
kbaegis | TheJulia: Oh! you're online today. So I'm having issues with the deploy image | 15:27 |
kbaegis | Evidently the only filesystem I have built-in that it's trying is iso format. My modules are in another ramdisk, so I either need to merge the two or inline | 15:28 |
TheJulia | merge, we don't have templates or logic to support stacking ramdisk | 15:29 |
kbaegis | The stock ipa image doesn't appear to support uefi stub or something | 15:29 |
kbaegis | So it just hangs on my system. | 15:29 |
TheJulia | hmm... how do we deal with stock ipa and ufi | 15:30 |
TheJulia | uefi | 15:30 |
TheJulia | fwiw, we don't recommend using tinyipa outside of basic testing because it is so limited | 15:32 |
TheJulia | kbaegis: on your supermicro gear? | 15:35 |
kbaegis | Correct. I have my own kernel (<— Gentoo user). It works fine. | 15:36 |
kbaegis | What would you recommend for a deploy image in my case? | 15:36 |
kbaegis | I tried the coreos one as well; no dice | 15:36 |
kbaegis | The initramfs I can build myself, but it's a hassle and I'll go that route only if I need to | 15:37 |
TheJulia | we tend to recommend using diskimage-builder. Fedora/ubuntu are the two ones that people tend to use. | 15:37 |
kbaegis | Maybe I can use opensuse leap | 15:37 |
kbaegis | Alright, well thanks! :D | 15:37 |
* TheJulia is semi-sad there is not explicit gentoo support | 15:38 | |
TheJulia | kbaegis: that might work, I don't know of opensuse leap being used with uefi. I know we have some jobs that use leap in bifrost, but largely for running from. I don't think the suse folks set it up to build a opensuse ramdisk. | 15:38 |
kbaegis | DIB supports baremetal user-images | 15:41 |
kbaegis | Just not deploy by the looks of it | 15:41 |
kbaegis | Also, I can't seem to get DIB working on Macos | 15:41 |
kbaegis | I'll have to run it inside a container or VM | 15:41 |
TheJulia | kbaegis: it does, use ironic-agent element | 15:42 |
TheJulia | you absolutely will need to | 15:42 |
TheJulia | it does a lot of things to build those images that are linux capability centric | 15:42 |
TheJulia | including executing internal commands to the image | 15:42 |
* TheJulia grumps about certian programs that don't run properly from stock images once installed | 15:43 | |
kbaegis | Well, now I'm presented with an option- either split out a custom init script with my ramdisk for full customization, or couple it with a custom hardware manager | 15:43 |
kbaegis | What's roadmapped for the deploy customizations? | 15:44 |
TheJulia | on the level that you seem to be heading, it is the reason we ended up doing an ansible deployment interface so your ramdisk can offer up an ssh endpoint and you can write ansible playbooks to do heavy customization of the deployment | 15:45 |
kbaegis | That just requires an init agent built into the ramdisk so that you can move past single-user right? | 15:48 |
kbaegis | Is the image design documented anywhere? | 15:48 |
TheJulia | for ansible, I believe so. You don't need ironic-python-agent to run on that host then | 15:49 |
TheJulia | I don't think so, I think it is truly just ssh + python that ansible can use | 15:49 |
kbaegis | Right. So pre-init you can only run a single pid I think | 15:51 |
kbaegis | I can see that breaking ansible | 15:51 |
TheJulia | you can run literally the single pid I believe.... | 15:52 |
TheJulia | actually, that pid should be able to, you'd just end up with a halted system if you had to hup sshd | 15:52 |
* TheJulia cureses 3d modeling program :( | 15:53 | |
kbaegis | Well thanks for the info! I'm going to have to think about how I want myself (and others) to interact with this lab | 15:53 |
kbaegis | No hard requirements yet. | 15:53 |
TheJulia | okay, let us know what you come up with :) | 15:54 |
kbaegis | Have a good weekend, and happy fathers day! | 15:54 |
kbaegis | Will do | 15:54 |
* TheJulia sends the model to the printer and hopes she has a radio bracket that fits | 15:54 | |
*** yaawang has quit IRC | 16:06 | |
*** yaawang has joined #openstack-ironic | 16:06 | |
*** gkadam_ has joined #openstack-ironic | 16:47 | |
*** gkadam has quit IRC | 16:49 | |
*** gkadam_ has quit IRC | 17:03 | |
*** altlogbot_3 has quit IRC | 17:15 | |
*** altlogbot_0 has joined #openstack-ironic | 17:16 | |
*** Lucas_Gray has joined #openstack-ironic | 17:27 | |
*** efried has quit IRC | 17:55 | |
*** gkadam_ has joined #openstack-ironic | 18:05 | |
*** gkadam_ has quit IRC | 18:06 | |
*** pcaruana has joined #openstack-ironic | 18:18 | |
*** hoonetorg has quit IRC | 18:24 | |
*** hoonetorg has joined #openstack-ironic | 18:37 | |
*** hamzy has joined #openstack-ironic | 18:44 | |
*** e0ne has joined #openstack-ironic | 19:28 | |
*** e0ne has quit IRC | 19:41 | |
*** Lucas_Gray has quit IRC | 19:47 | |
*** irclogbot_3 has quit IRC | 19:50 | |
*** edleafe has quit IRC | 19:50 | |
*** irclogbot_1 has joined #openstack-ironic | 19:53 | |
*** hamzy has quit IRC | 20:17 | |
*** sthussey has joined #openstack-ironic | 20:24 | |
*** bfournie has joined #openstack-ironic | 20:34 | |
*** hamzy has joined #openstack-ironic | 20:43 | |
*** hwoarang has quit IRC | 20:51 | |
*** hwoarang has joined #openstack-ironic | 20:53 | |
*** pcaruana has quit IRC | 20:54 | |
*** jtomasek has quit IRC | 22:22 | |
*** sthussey has quit IRC | 22:34 | |
*** mgoddard has quit IRC | 22:39 | |
*** mgoddard has joined #openstack-ironic | 22:41 | |
*** rcernin has joined #openstack-ironic | 23:00 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!