*** gyee has quit IRC | 00:14 | |
*** jmccrory has quit IRC | 00:46 | |
*** jmccrory has joined #openstack-ironic | 00:46 | |
*** yaawang has quit IRC | 00:46 | |
*** yaawang has joined #openstack-ironic | 00:47 | |
*** ianychoi has quit IRC | 00:56 | |
*** hwoarang has quit IRC | 01:25 | |
*** hwoarang has joined #openstack-ironic | 01:25 | |
*** hwoarang has quit IRC | 01:34 | |
*** hwoarang has joined #openstack-ironic | 01:34 | |
*** whoami-rajat has joined #openstack-ironic | 01:35 | |
*** yedongcan has joined #openstack-ironic | 01:35 | |
*** hwoarang has quit IRC | 01:46 | |
*** hwoarang has joined #openstack-ironic | 01:46 | |
*** hwoarang has quit IRC | 02:20 | |
*** hwoarang has joined #openstack-ironic | 02:20 | |
*** hwoarang has quit IRC | 02:25 | |
*** hwoarang has joined #openstack-ironic | 02:26 | |
*** dsneddon has joined #openstack-ironic | 02:32 | |
*** dsneddon has quit IRC | 02:36 | |
*** hwoarang has quit IRC | 02:55 | |
*** hwoarang has joined #openstack-ironic | 02:56 | |
*** hwoarang has quit IRC | 03:18 | |
*** hwoarang has joined #openstack-ironic | 03:19 | |
*** hwoarang has quit IRC | 03:30 | |
*** hwoarang has joined #openstack-ironic | 03:31 | |
*** rloo has quit IRC | 03:42 | |
*** hwoarang has quit IRC | 04:23 | |
*** hwoarang has joined #openstack-ironic | 04:23 | |
*** dsneddon has joined #openstack-ironic | 04:32 | |
*** hwoarang has quit IRC | 04:34 | |
*** hwoarang has joined #openstack-ironic | 04:34 | |
*** dsneddon has quit IRC | 04:36 | |
*** ricolin has joined #openstack-ironic | 04:45 | |
*** hwoarang has quit IRC | 04:56 | |
*** hwoarang has joined #openstack-ironic | 04:56 | |
*** pcaruana has joined #openstack-ironic | 05:00 | |
*** ricolin has quit IRC | 05:25 | |
*** ricolin has joined #openstack-ironic | 05:28 | |
*** absubram has joined #openstack-ironic | 05:35 | |
*** absubram has quit IRC | 05:50 | |
*** dteselkin has joined #openstack-ironic | 05:59 | |
*** hwoarang has quit IRC | 06:05 | |
*** hwoarang has joined #openstack-ironic | 06:05 | |
*** dteselkin has quit IRC | 06:21 | |
*** ricolin has quit IRC | 06:26 | |
*** hwoarang has quit IRC | 06:34 | |
*** hwoarang has joined #openstack-ironic | 06:37 | |
*** bobmel has joined #openstack-ironic | 06:38 | |
*** dsneddon has joined #openstack-ironic | 06:50 | |
*** jtomasek has joined #openstack-ironic | 06:54 | |
*** ianychoi has joined #openstack-ironic | 06:57 | |
*** rcernin has quit IRC | 07:10 | |
*** bobmel has quit IRC | 07:12 | |
*** bobmel has joined #openstack-ironic | 07:15 | |
*** ricolin has joined #openstack-ironic | 07:23 | |
*** bobmel has quit IRC | 07:25 | |
*** bobmel has joined #openstack-ironic | 07:26 | |
*** bobmel has quit IRC | 07:26 | |
*** bobmel has joined #openstack-ironic | 07:26 | |
*** iurygregory has joined #openstack-ironic | 07:28 | |
iurygregory | morning all | 07:28 |
---|---|---|
*** S4ren has joined #openstack-ironic | 07:30 | |
*** toabctl has quit IRC | 07:50 | |
*** stendulker has joined #openstack-ironic | 07:51 | |
*** priteau has joined #openstack-ironic | 07:53 | |
*** bobmel has quit IRC | 08:00 | |
*** lucasagomes has joined #openstack-ironic | 08:04 | |
*** dsneddon has quit IRC | 08:06 | |
*** dougsz has joined #openstack-ironic | 08:09 | |
*** Lucas_Gray has joined #openstack-ironic | 08:29 | |
*** derekh has joined #openstack-ironic | 08:38 | |
*** derekh has quit IRC | 08:38 | |
*** derekh has joined #openstack-ironic | 08:39 | |
*** ricolin has quit IRC | 09:09 | |
*** ociuhandu has joined #openstack-ironic | 09:23 | |
*** Lucas_Gray has quit IRC | 09:32 | |
*** Lucas_Gray has joined #openstack-ironic | 09:39 | |
*** e0ne has joined #openstack-ironic | 09:52 | |
*** yedongcan has left #openstack-ironic | 10:55 | |
*** Lucas_Gray has quit IRC | 11:05 | |
*** stendulker has quit IRC | 11:07 | |
*** rcernin has joined #openstack-ironic | 11:10 | |
etingof | o/ ironicers! | 11:17 |
etingof | so if one needs to use redfish for power and pxe for boot, should redfish hw type declare PXEBoot support in supported_boot_interfaces()? | 11:18 |
jroll | morning everyone | 11:22 |
jroll | etingof: yep! | 11:22 |
etingof | jroll, o/ | 11:23 |
etingof | so, generally, every single hw type needs to be aware of other hw types it can happen to work together (for different interfaces though)? | 11:23 |
etingof | this sounds scary going forward - e.g. what if one needs to use ilo vs redfish for different interfaces ... both hw types'd need to announce each other's support perhaps... | 11:25 |
etingof | s/vs/w/ | 11:26 |
openstackgerrit | Ilya Etingof proposed openstack/ironic master: WIP: Add Redfish Virtual Media support https://review.opendev.org/638453 | 11:40 |
jroll | etingof: well, every hardware type needs to be aware of other interfaces it can use | 11:41 |
jroll | the hardware type should align with the hardware vendor | 11:41 |
jroll | like an HPE machine that can talk redfish should still always be an "ilo" hardware type | 11:41 |
etingof | but why does it? if one hw type gives up doing one thing (e.g. boot), why does it care which of the other hw types will do it? | 11:42 |
jroll | we have to know what can be supported on each hardware type, so we can make sure things are configured correctly | 11:44 |
jroll | for example, you can't do vmedia boot on ipmi hardware | 11:44 |
jroll | but you can do vmedia boot on ilo hardware and still use ipmi for power | 11:45 |
jroll | which is why the hardware type for a node should always be the most specific type that matches | 11:46 |
iurygregory | morning jroll and etingof o/ | 11:48 |
jroll | \o iurygregory | 11:49 |
etingof | I am not sure I understand the value of such a tight coupling... we sort of need to rebuild the world on every new hwtype/interface introduction...? | 11:51 |
etingof | let's say I am introducing redfish/boot, do I need to list it as supported with other hwtypes/boot interfaces? | 11:51 |
etingof | e.g. if one wants to use ilo for everything, but boot - should I register redfish/boot with ilo as another supported boot interface? | 11:53 |
etingof | to stretch it - what if one wants to use some out-of-tree hw type together with an in-tree one... the in-tree hw type needs to be aware of the out-of-tree implementation? or vendor-specifics covers that? | 11:54 |
etingof | iurygregory, o/ | 11:54 |
*** Lucas_Gray has joined #openstack-ironic | 11:56 | |
*** rh-jelabarre has joined #openstack-ironic | 11:57 | |
*** etingof is now known as etingof|brb | 11:57 | |
jroll | if ilo hardware supported redfish boot interface, yes, it should be marked supported in the ilo hardware type | 11:58 |
jroll | out of tree drivers become a bit painful, yes | 11:59 |
jroll | basically, you must make an out of tree hardware type to use an out of tree interface (though storage and network interfaces are compatible with all hardware types) | 11:59 |
*** priteau has quit IRC | 12:01 | |
jroll | etingof|brb: the spec might help explain some of the reasoning here: https://specs.openstack.org/openstack/ironic-specs/specs/7.0/driver-composition-reform.html | 12:02 |
*** priteau has joined #openstack-ironic | 12:03 | |
jroll | etherpad links at the bottom might have some background too, I didn't look | 12:04 |
*** tzumainn has joined #openstack-ironic | 12:06 | |
*** rcernin has quit IRC | 12:10 | |
*** Lucas_Gray has quit IRC | 12:18 | |
*** Lucas_Gray has joined #openstack-ironic | 12:18 | |
* TheJulia requisitions a zombie sign and hangs it in front of her | 12:20 | |
TheJulia | s/brains/coffee/ | 12:21 |
iurygregory | morning TheJulia | 12:22 |
*** rh-jelabarre has quit IRC | 12:23 | |
TheJulia | I'm not really groking this morning's discussion because a distinct lack of coffee in my hotel room (*grumble*^2), but it kind of seems like some of the conundrum that caused us to introduce CAPABILITIES as well on the interfaces so we could check the task and see if the thing could be done... and validate could then go "whole lots of nope, what you want is not possible" | 12:25 |
TheJulia | yoctozepto: many of the early bifrost docs were braindumps. I take full responsibility | 12:25 |
TheJulia | dd if=/dev/brain seek=$bifrost of=~/code/bifrost/docs/$item.rst count=$doclength | 12:26 |
*** niceplace has quit IRC | 12:26 | |
*** goldyfruit has quit IRC | 12:28 | |
*** niceplace has joined #openstack-ironic | 12:29 | |
*** bfournie has joined #openstack-ironic | 12:31 | |
*** priteau has quit IRC | 12:36 | |
* TheJulia does the zombie suffle off to find coffee | 12:40 | |
*** Lucas_Gray has quit IRC | 12:54 | |
*** jaypipes has joined #openstack-ironic | 12:54 | |
*** priteau has joined #openstack-ironic | 12:59 | |
*** Lucas_Gray has joined #openstack-ironic | 13:00 | |
* TheJulia raise eyebrow at failed jobs | 13:02 | |
*** etingof|brb is now known as etingof | 13:02 | |
TheJulia | dtantsur|afk: any thoughts on moving forward with ipa raid patches and making the minor changes in follow-up patches? | 13:05 |
iurygregory | its holiday in Germany not sure if he is going to see today | 13:14 |
*** rloo has joined #openstack-ironic | 13:15 | |
TheJulia | Gah, true | 13:20 |
TheJulia | I forgot | 13:20 |
*** priteau has quit IRC | 13:23 | |
*** pcaruana has quit IRC | 13:23 | |
*** Goneri has joined #openstack-ironic | 13:26 | |
*** goldyfruit has joined #openstack-ironic | 13:29 | |
etingof | thank you, jroll o/ | 13:36 |
jroll | :) | 13:36 |
*** pcaruana has joined #openstack-ironic | 13:47 | |
*** dsneddon has joined #openstack-ironic | 14:02 | |
*** dsneddon has quit IRC | 14:07 | |
*** rh-jelabarre has joined #openstack-ironic | 14:14 | |
rpioso | etingof: My impression is that a hardware type is meant to be one-stop shop for the interface implementations that can be used with a specific family of baremetal servers, e.g., idrac and ilo, which are related to the BMC. To keep things interesting, a couple of them, ipmi and redfish, are generally applicable. | 14:48 |
*** itlinux has quit IRC | 14:48 | |
etingof | yeah, it seems so... | 14:49 |
*** ricolin has joined #openstack-ironic | 14:53 | |
*** tzumainn has quit IRC | 14:55 | |
*** dsneddon has joined #openstack-ironic | 15:00 | |
openstackgerrit | Dongcan Ye proposed openstack/ironic-python-agent master: Docs: Add bmc_v6address hardware inventory https://review.opendev.org/662242 | 15:03 |
*** absubram has joined #openstack-ironic | 15:14 | |
jroll | rpioso: right, things like ipmi are around for generic hardware, for when people get bored and build a computer with ipmi out of individual transistors (or more realistically, buy a supermicro-like box) | 15:15 |
openstackgerrit | Dongcan Ye proposed openstack/ironic-python-agent master: Docs: Add bmc_v6address hardware inventory https://review.opendev.org/662242 | 15:22 |
*** e0ne has quit IRC | 15:23 | |
*** gyee has joined #openstack-ironic | 15:28 | |
rpioso | jroll: LOL | 15:31 |
jroll | :D | 15:31 |
*** pcaruana has quit IRC | 15:33 | |
*** mriedem has joined #openstack-ironic | 15:40 | |
mriedem | this nova fix for rebuilding a baremetal instance in error state is looking for an owner https://review.opendev.org/#/c/523559 | 15:40 |
patchbot | patch 523559 - nova - Fix rebuild of baremetal instance when vm_state is... - 7 patch sets | 15:41 |
mriedem | looks like it's just waiting on some test coverage stuff | 15:41 |
mriedem | melwitt: ^ maybe you want to take that over if no one else does? | 15:41 |
*** Vorrtex has joined #openstack-ironic | 15:45 | |
*** Lucas_Gray has quit IRC | 15:45 | |
*** itlinux has joined #openstack-ironic | 15:45 | |
melwitt | mriedem: want is a strong word. but I think I could, if need be | 15:54 |
* mriedem digs up that email where you said you wanted to help with part time contributors to get fixes merged... | 15:55 | |
mriedem | yes yes i'm an ass | 15:56 |
melwitt | mhmm | 15:56 |
TheJulia | heh | 15:58 |
*** dsneddon has quit IRC | 16:02 | |
*** lucasagomes has quit IRC | 16:08 | |
*** tzumainn has joined #openstack-ironic | 16:16 | |
*** dougsz has quit IRC | 16:42 | |
*** mgoddard has quit IRC | 16:44 | |
*** mgoddard has joined #openstack-ironic | 16:46 | |
NobodyCam | Good morning ironic’ers | 16:52 |
*** dsneddon has joined #openstack-ironic | 16:57 | |
*** goldyfruit has quit IRC | 16:58 | |
*** goldyfruit has joined #openstack-ironic | 16:59 | |
*** mgoddard has quit IRC | 17:00 | |
*** derekh has quit IRC | 17:01 | |
*** dsneddon has quit IRC | 17:02 | |
*** efried has joined #openstack-ironic | 17:09 | |
efried | Hi ironic | 17:09 |
efried | Can I please get a core ack on https://review.opendev.org/#/c/659809 | 17:09 |
patchbot | patch 659809 - nova - [ironic] Don't remove instance info twice in destroy - 1 patch set | 17:09 |
efried | Preferably TheJulia, particularly in the context of being able to do that ^ instead of https://review.opendev.org/#/c/643484/ | 17:10 |
patchbot | patch 643484 - nova - [ironic] ignore conflict upon cleaning up node - 4 patch sets | 17:10 |
jroll | oh dang, I thought I +1'd that | 17:10 |
* efried will be playing the role of Jiminy Cricket today | 17:11 | |
jroll | hey that's my title | 17:11 |
jroll | added my ack, feel free to wait for julia if you want | 17:11 |
efried | Thanks jroll. Is TheJulia around? | 17:12 |
efried | Not like this is a huge hurry, but be nice to get it off my dashboard :) | 17:12 |
jroll | she was last here 4 hours ago, I'm sure she'll see this soon | 17:12 |
efried | cool beans, I'll wait then. Thanks again. | 17:12 |
jroll | maybe on a metal tube atm though | 17:12 |
jroll | no problem :) | 17:12 |
efried | on... a... metal... tube? | 17:12 |
jroll | yes, with wings, in the sky | 17:13 |
efried | ohhhhhhh | 17:13 |
*** goldyfruit has quit IRC | 17:14 | |
*** goldyfruit has joined #openstack-ironic | 17:14 | |
*** dsneddon has joined #openstack-ironic | 17:15 | |
*** dsneddon has quit IRC | 17:16 | |
etingof | ... the bare metal tube it is | 17:29 |
*** ociuhandu has quit IRC | 17:37 | |
*** kbaegis has joined #openstack-ironic | 17:39 | |
kbaegis | Hi all. Having an issue with sushy and https: https://hastebin.com/ohiluhiyoy.coffeescript | 17:39 |
kbaegis | I can curl from the host and the CA is acknowledged | 17:40 |
kbaegis | But then conductor throws that error | 17:40 |
*** ricolin has quit IRC | 17:42 | |
*** mriedem has left #openstack-ironic | 17:45 | |
*** S4ren has quit IRC | 17:46 | |
*** Lucas_Gray has joined #openstack-ironic | 17:48 | |
kbaegis | To be contrasted with the raw: https://hastebin.com/raw/domedokajo | 17:49 |
*** iurygregory has quit IRC | 17:51 | |
*** absubram has quit IRC | 17:52 | |
*** Lucas_Gray has quit IRC | 17:55 | |
*** dsneddon has joined #openstack-ironic | 17:56 | |
TheJulia | Lol, metaltubes and metalkubes | 18:16 |
TheJulia | efried: will check once I am past the metaltube port security | 18:17 |
efried | thanks TheJulia | 18:19 |
*** pcaruana has joined #openstack-ironic | 18:24 | |
yoctozepto | TheJulia: speaking of responsibility... can you help me and Mark with https://review.opendev.org/#/c/662057/ Mark raised a valid point - the information should probably be kept yet it is unusable in the current state, or at least "hard to use" | 18:53 |
patchbot | patch 662057 - bifrost - Fix troubleshooting docs - SSH access to CoreOS - 1 patch set | 18:53 |
TheJulia | kbaegis: Any chance you could use paste.openstack.org ? | 18:56 |
*** hwoarang has quit IRC | 19:07 | |
*** hwoarang has joined #openstack-ironic | 19:08 | |
TheJulia | efried: done btw | 19:20 |
efried | TheJulia: Thank you. Can we abandon https://review.opendev.org/#/c/643484/ at this point? | 19:27 |
patchbot | patch 643484 - nova - [ironic] ignore conflict upon cleaning up node - 4 patch sets | 19:27 |
TheJulia | efried: done | 19:40 |
efried | Thanks TheJulia. You have eased my paperwork burden today. You get a cookie. | 19:40 |
TheJulia | woot! | 19:41 |
*** bdodd has quit IRC | 19:44 | |
*** bdodd has joined #openstack-ironic | 19:44 | |
TheJulia | yoctozepto: replied on the review | 19:59 |
*** kbaegis has quit IRC | 20:02 | |
*** tzumainn has quit IRC | 20:10 | |
*** dteselkin has joined #openstack-ironic | 20:10 | |
*** hwoarang has quit IRC | 20:11 | |
*** hwoarang has joined #openstack-ironic | 20:12 | |
*** Vorrtex has left #openstack-ironic | 20:19 | |
*** Lucas_Gray has joined #openstack-ironic | 20:19 | |
*** hwoarang has quit IRC | 20:24 | |
*** hwoarang has joined #openstack-ironic | 20:24 | |
*** Lucas_Gray has quit IRC | 20:24 | |
*** Lucas_Gray has joined #openstack-ironic | 20:26 | |
*** Goneri has quit IRC | 20:27 | |
*** rh-jelabarre has quit IRC | 21:06 | |
*** Lucas_Gray has quit IRC | 21:15 | |
*** markguz_ has joined #openstack-ironic | 21:18 | |
*** pcaruana has quit IRC | 21:18 | |
openstackgerrit | Merged openstack/sushy master: Add @Redfish.Settings update status and expose it for BIOS https://review.opendev.org/591635 | 21:21 |
bdodd | TheJulia Thanks for the sushy review. I replied to your comments. | 21:22 |
TheJulia | bdodd: awesome | 21:23 |
*** itlinux has quit IRC | 21:23 | |
*** Lucas_Gray has joined #openstack-ironic | 21:23 | |
*** whoami-rajat has quit IRC | 21:24 | |
*** Wryhder has joined #openstack-ironic | 21:31 | |
*** Lucas_Gray has quit IRC | 21:32 | |
*** Wryhder is now known as Lucas_Gray | 21:32 | |
openstackgerrit | Merged openstack/ironic-python-agent stable/rocky: Bind mount /run into chroot when installing grub https://review.opendev.org/655871 | 21:50 |
openstackgerrit | Merged openstack/ironic-python-agent stable/rocky: Ironic python agent does not extract correct available memory https://review.opendev.org/653031 | 21:50 |
*** hwoarang has quit IRC | 22:05 | |
*** hwoarang has joined #openstack-ironic | 22:05 | |
*** goldyfruit has quit IRC | 22:17 | |
*** efried has quit IRC | 22:20 | |
*** itlinux has joined #openstack-ironic | 22:42 | |
*** hwoarang has quit IRC | 22:44 | |
*** hwoarang has joined #openstack-ironic | 22:45 | |
*** goldyfruit has joined #openstack-ironic | 22:52 | |
*** ianychoi has quit IRC | 23:13 | |
*** rcernin has joined #openstack-ironic | 23:17 | |
*** markguz_ has quit IRC | 23:18 | |
*** pmannidi has joined #openstack-ironic | 23:27 | |
*** hwoarang has quit IRC | 23:58 | |
*** hwoarang has joined #openstack-ironic | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!