Friday, 2022-09-09

opendevreviewJacob Anders proposed openstack/sushy master: [WIP] Improve resiliency of eTag handling  https://review.opendev.org/c/openstack/sushy/+/85612304:02
kamlesh6808cGood Morning Ironic !04:44
kamlesh6808cTeam , can someone help to second review this patch https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/853621 ?04:45
opendevreviewJacob Anders proposed openstack/sushy master: [WIP] Retry BootSourceOverride request when SettingsURI is read-only  https://review.opendev.org/c/openstack/sushy/+/85659704:50
opendevreviewNisha Agarwal proposed openstack/ironic master: Adds create_csr and add_https_certificate clean step  https://review.opendev.org/c/openstack/ironic/+/80448605:11
dtantsurJayF: wait until you learn metal3 uses sqlite in prod :D08:10
opendevreviewOpenStack Release Bot proposed openstack/ironic-ui stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669710:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-ui stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669810:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-ui master: Update master for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669910:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-ui master: Add Python3 antelope unit tests  https://review.opendev.org/c/openstack/ironic-ui/+/85670010:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670510:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670610:27
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder master: Update master for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670710:27
iurygregorygood morning Ironic10:57
dtantsurmorning iurygregory 11:02
opendevreviewMerged openstack/ironic-ui master: Update master for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669911:12
opendevreviewMerged openstack/ironic-ui stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669711:15
opendevreviewMerged openstack/ironic-ui stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/ironic-ui/+/85669811:15
opendevreviewMerged openstack/ironic-python-agent-builder stable/zed: Update .gitreview for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670511:22
opendevreviewMerged openstack/ironic-python-agent-builder stable/zed: Update TOX_CONSTRAINTS_FILE for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670611:22
opendevreviewMerged openstack/ironic-python-agent-builder master: Update master for stable/zed  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/85670711:22
opendevreviewMerged openstack/ironic-ui master: Add Python3 antelope unit tests  https://review.opendev.org/c/openstack/ironic-ui/+/85670011:25
Nisha_Agarwaliurygregory, hi 11:35
Nisha_Agarwaliurygregory, we fixed broken proliantutils test cases and released it this week(7th Sept). The patch https://review.opendev.org/c/openstack/ironic/+/804486 contains the updated proliantutils version also .11:36
iurygregoryNisha_Agarwal, ack I will take a look =)11:40
Nisha_Agarwaliurygregory, Thanks11:40
opendevreviewJacob Anders proposed openstack/sushy master: [WIP] Retry BootSourceOverride request when SettingsURI is read-only  https://review.opendev.org/c/openstack/sushy/+/85659711:46
kubajjdtantsur: I am writing a short description of the project and Arne is on vacation now. He mentioned that inspector was previously already part of ironic. Why was it taken out? (I would like to explain it in the description.)12:49
dtantsurkubajj: it has never been. It was proposed by me (back in 2014 heh) and rejected because the scope of Ironic was perceived to be much smaller back then.12:50
dtantsurSome team members were also not sure if the idea gains popularity at all12:50
kubajjdtantsur: do you reckon what I could set as a minimal objective? One which I could start with and if things go well build on top of with the other steps.13:11
kubajjWould the addition of inventory API to Ironic be reasonable to begin with?13:12
iurygregoryinspector-client why you do this .-.13:17
dtantsurkubajj: yes, this is a self-contained goal that would already be quite helpful (e.g. metal3 will no longer need to access inspector directly)13:18
kubajjdtantsur: if I understand it correctly, it is supposed to list the hardware on the node from IPA to conductor instead of passing it to inspector?13:24
kubajjWould this solve the concern you had about the volume names for software RAID?13:24
dtantsurkubajj: it's not a functional change for now14:07
dtantsuressentially, Ironic will serve as a proxy for Inspector until other items are done14:07
JayFdtantsur: sqlite is a *great* DB as long as you don't need any form of HA whatsoever :D14:08
JayFdtantsur: I was just shocked we were using it in unit tests for apps that run on mysql14:08
kubajjdtantsur: so would Ironic get the information and just pass it to Inspector?14:09
dtantsurJayF: yeah, metal3 is a bit special (the DB is basically ephemeral, rebuilt from kubernetes on the pod start)14:09
dtantsurkubajj: the other way around: inspector gets it now (and will get it until we switch over)14:10
JayFdtantsur: That makes sense. At my older job that used sqlite heavily; it was basically just a normalized cache of things that were already on the system so it was similarly possible to rebuild it14:10
kubajjdtantsur: so this step will provide access for applications like metal3 to read the inventory from Ironic instead of Inspector14:11
dtantsurkubajj: more importantly, it's one step towards inspector no longer being a separate thing14:11
JayFdtantsur: btw; I went to metal3's page looking for it in slack. It linked to the k8s slack, but I couldn't find the channel there14:11
dtantsurkubajj: you see, merging two projects in a lockstep is basically impossible14:11
JayFdtantsur: you have a pointer?14:11
dtantsurJayF: #cluster-api-baremetal14:12
dtantsurslack is terrible, its links may or may not work..14:12
kubajjdtantsur: I understand. I am just trying to explain what I aim to do to my supervisor. Need to define some success criteria. So I am trying to figure out what should it do when this step is done.14:12
JayFdtantsur: heh, yeah, the link was only to the kubernetes slack when I looked at it, and there's no channel name. You might wanna point some website folks at it :P 14:13
dtantsurkubajj: two goals for the 1st step: 1) access to introspection data via the ironic API, 2) possibility to provide introspection data for inspect implementations other than ironic-inspector (redfish, idrac, etc)14:13
dtantsurJayF: I suspect the link does contain it, but it gets lost during auth... or some non-sense like that14:14
JayFack; well either way I found it thanks :D 14:14
kubajjdtantsur: the 2) means that ironic will pass the introspection data to redfish, idrac, etc or do I understand it wrong?14:19
dtantsurkubajj: the other way around again :) ironic is the frontend in all cases14:30
kubajjdtantsur: so ironic handles the baremetal inspect command and then either inspector, redfish or idrac provide the data?14:31
dtantsurkubajj: exactly15:03
opendevreviewRadosław Piliszek proposed openstack/tenks master: Use venv instead of virtualenv  https://review.opendev.org/c/openstack/tenks/+/85629615:56
dtantsurhave a great weekend folks o/16:08
opendevreviewMerged openstack/networking-generic-switch master: Implements basic functionality for use with Pluribus switches.  https://review.opendev.org/c/openstack/networking-generic-switch/+/85342719:04
opendevreviewMerged openstack/tenks master: Use venv instead of virtualenv  https://review.opendev.org/c/openstack/tenks/+/85629620:30
opendevreviewRadosław Piliszek proposed openstack/tenks master: [CI] Gate on CentOS Stream 9 and Rocky Linux 9  https://review.opendev.org/c/openstack/tenks/+/85685920:43
opendevreviewRadosław Piliszek proposed openstack/tenks master: Remove CentOS 7 support leftovers  https://review.opendev.org/c/openstack/tenks/+/85686020:52
opendevreviewRadosław Piliszek proposed openstack/tenks master: [CI] Remove CentOS 7 support leftovers  https://review.opendev.org/c/openstack/tenks/+/85686020:56
opendevreviewRadosław Piliszek proposed openstack/tenks master: [CI] Optimise ovs setup  https://review.opendev.org/c/openstack/tenks/+/85686121:14
NobodyCamReally:21:23
NobodyCamremote: commit 180c0db: warning: subject >50 characters; use shorter first paragraph21:23
NobodyCamremote: commit 0d011ae: warning: subject >50 characters; use shorter first paragraph```21:23
JayFhttps://wiki.openstack.org/wiki/GitCommitMessages it's been enforced in CI for a long time iirc 21:35
JayFI think my first foray into openstack had me wrestling CI over a git commit message error 21:35
TheJuliaIt is just a warning…. And I think it helps prevent the one line books21:37
* TheJulia guesses she is finally awake21:37
opendevreviewChris Krelle proposed openstack/ironic master: Cleanup submitted SNMP driver code for additional PDUs  https://review.opendev.org/c/openstack/ironic/+/84098621:45
opendevreviewChris Krelle proposed openstack/ironic master: Cleanup submitted SNMP driver code for additional PDUs  https://review.opendev.org/c/openstack/ironic/+/84098623:47

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