Thursday, 2024-06-13

opendevreviewAdam McArthur proposed openstack/ironic-python-agent master: Adding support to view indiv. cpu-core info  https://review.opendev.org/c/openstack/ironic-python-agent/+/90934604:35
rpittaugood morning ironic! o/06:40
opendevreviewMerged openstack/ironic-python-agent master: Fix versions in release notes  https://review.opendev.org/c/openstack/ironic-python-agent/+/90410407:04
dtantsurCan anyone spare a +W? https://review.opendev.org/c/openstack/ironic-inspector/+/921875 has 2x +2 already.07:51
rpittaunow has 3 +2, plus the +W :)07:53
dtantsurthx :)07:54
rpittauJayF: I started working on the gentoo ipa ramdisk, I'm at a good point with the ramdisk creation, just hitting some blockers on DIB07:56
rpittaulike https://review.opendev.org/c/openstack/diskimage-builder/+/92176907:56
rpittauand we'll need some work on ipa-builder of course07:56
rpittauI'll publish a PoC soon07:56
rpittauI've created https://bugs.launchpad.net/ironic-python-agent-builder/+bug/2069266 as a tracker for that08:00
opendevreviewMerged openstack/ironic-inspector master: Cache openstacksdk Connections to avoid leaking memory  https://review.opendev.org/c/openstack/ironic-inspector/+/92187509:02
opendevreviewDmitry Tantsur proposed openstack/ironic-inspector stable/2024.1: Cache openstacksdk Connections to avoid leaking memory  https://review.opendev.org/c/openstack/ironic-inspector/+/92192309:03
dtantsurLooking for docs reviews: https://review.opendev.org/c/openstack/ironic/+/92184410:05
opendevreviewDmitry Tantsur proposed openstack/ironic master: Decompose the Redfish documentation  https://review.opendev.org/c/openstack/ironic/+/92184410:37
dtantsurrpittau: updated ^^10:37
rpittauthanks, re-added +2 :)10:38
srdemircanHello Everyone, I have a problem while deploying baremetal instances on Yoga release. I can successfully register and inspect(with both redfish and inspector interfaces) my baremetal node. But when I try to deploy it is failing because ironic_inspector can not find node in node_cache. /v1/continue endpoint returning HTTP 500 status code.  I have noticed ironic_inspector.attributes table has BMC address and mac_addresses 11:20
srdemircanof two interfaces while performing the inspection but somehow after inspection is finished attributes table becomes empty.11:20
srdemircanI can not find what I am missing. Do you have any idea?11:20
opendevreviewMerged openstack/ironic-inspector stable/2024.1: Cache openstacksdk Connections to avoid leaking memory  https://review.opendev.org/c/openstack/ironic-inspector/+/92192311:27
opendevreviewDmitry Tantsur proposed openstack/ironic master: Fix and document redfish metrics  https://review.opendev.org/c/openstack/ironic/+/92195111:30
dtantsuriurygregory: another thing that could use your attention ^^^11:30
dtantsurespecially since I'm modifying the code11:30
dtantsursrdemircan: inspection code path is more or less supposed to fail during deployment11:31
dtantsuryou need to see what happens next11:31
iurygregorygood morning Ironic11:55
iurygregorydtantsur, ack11:55
*** tosky_ is now known as tosky12:28
TheJuliagood morning13:08
shajizadiurygregory: just sent the vmedia implementation for review  13:16
iurygregoryshajizad, ack o/13:16
opendevreviewMerged openstack/ironic stable/2023.2: Add states.SERVICING and SERVICEWAIT to need_prepare_ramdisk  https://review.opendev.org/c/openstack/ironic/+/91534913:26
pocoyo<shajizad> "iurygregory: just sent the..." <- I added functional and unit test for the changes made by Salman Hajizada , check it out over here: https://review.opendev.org/c/openstack/openstacksdk/+/92195713:57
iurygregorypocoyo, sure I will add the patch to my list to take a look o/13:58
rpittaupocoyo shajizad you will also need a release note for that14:24
shajizadHow do we add release notes?14:31
rpittaushajizad: https://docs.openstack.org/reno/latest/14:36
rpittauthe reno tool ^14:36
opendevreviewcid proposed openstack/ironic master: Update version change log with special treatment of .json removal  https://review.opendev.org/c/openstack/ironic/+/92196614:44
JayFI'm kinda shocked I'm the first person to unearth https://review.opendev.org/c/x/proliantutils/+/92196714:46
JayFit's been broken in xena since we backported a patch into xena to handle retries 14:46
JayF(which passes server_side_retries=something to self._op, and self._op doesn't accept it in proliantutils)14:48
JayFmy downstream is testing this patch now14:49
opendevreviewcid proposed openstack/ironic master: Update version change log with special treatment of .json removal  https://review.opendev.org/c/openstack/ironic/+/92196614:56
rpittauI'm shocked to see that the six library is still required by proliantutils14:57
JayFit's pretty much unmaintained15:01
JayFso I'm not surprised it's showing signs of unmaintenance lol15:01
iurygregoryI'm not surprised also15:07
TheJuliaNot really surprising15:18
dtantsurJayF: few people use the old ilo driver, I suspect even fewer use its redfish bits15:23
JayFyeah, I am urging downstream to change to redfish driver for ilo5 gear, but they are preferring to have it atrophy out of the environment15:24
JayFnot the worst thing for one of us to be able to actually test and fix little things like this though15:24
TheJuliawe've basically been telling customers if you have an ilo5, just default to redfish15:27
rpittauso I got a 470MB gentoo ipa ramdisk, which I need to test15:43
rpittauit takes some effort to build it, but it looks promising, and I'm pretty sure we can reduce its size but I doubt we can get to tinyipa size15:43
rpittaufor comparison, tinyipa is less than 100M, CS9 is 417M15:43
rpittauanyway, something to think about15:43
rpittaugood night! o/15:43
JayFrpittau: can you push your work up somewhere?15:43
JayFrpittau: I am pretty sure I can slim it further15:43
JayFlikely need to deselect @system and instead only pick the bits we need15:44
rpittauJayF: yes, I will push a very dirty PoC tomorrow, bit in a rush now :)15:44
JayFand maybe use a savedconfig for linux firmware to get rid of non-vm-firmwares15:44
JayFI added an item to next meeting agenda; Reverbverbverb has the doc audit done to the point of a final review, we'll be giving ~a week for upstream to comment before the issues out of it get filed and all. I'll have a link to the google doc out to the mailing list today or tomorrow in advance of it.16:55
shajizadrpittau: I added release notes, not sure if I did it correctly though. 17:14
JayFshajizad: link to the change, I can review for accuracy if you want17:15
JayFRiccardo is hopefully at home eating dinner or something now :D 17:16
shajizadSalman Hajizada proposed openstack/openstacksdk master: Add virtual media attachment and detachment support  https://review.opendev.org/c/openstack/openstacksdk/+/92195717:17
shajizadI also did the VIF fix yesterday: https://review.opendev.org/c/openstack/openstacksdk/+/92189017:17
shajizadThank you17:18
JayFonly one of those files is proper -- the other two are just standard templates -- if you `git rm` the two template files and only have the good one, you may be in better shape https://usercontent.irccloud-cdn.com/file/EAdgXEC5/image.png17:18
shajizadAlright, I'll do that a bit later 17:48
shajizadThanks 17:48
* TheJulia exits the land of searching through meeting notes18:37
cido/20:06
JayFo/20:11
*** zbitter is now known as zaneb21:36

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!