Tuesday, 2024-06-04

*** zbitter is now known as zaneb03:35
iurygregorygood morning11:36
opendevreviewcid proposed openstack/bifrost master: Fix codespell reported errors  https://review.opendev.org/c/openstack/bifrost/+/92041011:50
opendevreviewcid proposed openstack/ironic master: Flexible IPMI credential persistence method configuration  https://review.opendev.org/c/openstack/ironic/+/91722912:06
opendevreviewcid proposed openstack/ironic master: Provision ARM (aarch64) fake-bare-metal-vms  https://review.opendev.org/c/openstack/ironic/+/91544112:19
TheJuliagood morning13:34
opendevreviewJulia Kreger proposed openstack/ironic master: Assert URL consistency for agent_url  https://review.opendev.org/c/openstack/ironic/+/92129414:38
opendevreviewDmitry Tantsur proposed openstack/ironic master: [WIP] Update the redfish interoperability profile  https://review.opendev.org/c/openstack/ironic/+/92057415:22
opendevreviewDmitry Tantsur proposed openstack/ironic master: [PoC] Render the redfish interop profile in the docs  https://review.opendev.org/c/openstack/ironic/+/92129815:22
opendevreviewDmitry Tantsur proposed openstack/ironic master: [WIP] Update the redfish interoperability profile  https://review.opendev.org/c/openstack/ironic/+/92057415:54
opendevreviewDmitry Tantsur proposed openstack/ironic master: [PoC] Tox environment to verify the redfish profile  https://review.opendev.org/c/openstack/ironic/+/92130215:54
JayFHello from Geneva o/16:16
opendevreviewDmitry Tantsur proposed openstack/ironic master: [WIP] Update the redfish interoperability profile  https://review.opendev.org/c/openstack/ironic/+/92057416:21
dtantsurI've never thought how much work this ^^ would be...16:21
dtantsurJayF: hey-hey, how are you enjoying Europe?16:21
JayFanything that both 1) seems easy and 2) hasn't yet been done usually is a hard problem waiting to pounce16:21
JayFdtantsur: I'm exhausted, TBH, but glad to be on the last leg16:21
JayFdtantsur: you going to be there tomorrow?16:21
dtantsurnop16:22
JayFdtantsur: I hope so, I brought your socks (they are the last not-yet-given-away ironic socks)16:22
JayFdang16:22
JayFyou might lose out to rpittau then, I don't think he has gotten any either16:22
dtantsurheh :D16:22
JayFand I'm not going to re-attempt to get them posted to .eu, apparently it's impossible to get mail in16:22
dtantsuryeah, not worth it16:24
dtantsur(you can send from Switzerland lol)16:24
dtantsur((or even from France))16:25
JayFI considered it, but I don't love the visual of being able to barely speak the language trying to ship something -- it'd look suspicious and I really try to not look sus about anything when I'm outta my home country.16:25
JayFI know I'm a guest :D 16:26
JayFI am in Switzerland now; took the train down this afternoon16:26
dtantsurI mean, you can walk to France (you probably will, I remember we crossed the border to get lunch)16:26
JayFAh, makes sense, but still the same bit applies16:27
dtantsurbut yeah, don't bother with the socks :D16:27
JayFI tried :D16:27
dtantsurJayF: if rpittau won't take them, maybe they'll fit masghar :)16:27
* JayF will bribe people to cheer for his speech /s16:27
TheJuliabrrraaaaaiiinssss16:37
JayFI actually need to do a dry run of my talk for thursday, if someone wants to offer me twenty minutes. Otherwise I'll distract my non-openstacky friend :D 16:38
opendevreviewJulia Kreger proposed openstack/ironic master: Assert URL consistency for agent_url  https://review.opendev.org/c/openstack/ironic/+/92129417:22
opendevreviewMerged openstack/ironic master: GRUB conf template compatibility with arm server  https://review.opendev.org/c/openstack/ironic/+/92083617:47
opendevreviewJulia Kreger proposed openstack/ironic master: Change [agent]require_tls to True by default  https://review.opendev.org/c/openstack/ironic/+/92131718:03
cidTheJulia: #noqa here is for pep8? https://review.opendev.org/c/openstack/ironic/+/92129418:07
TheJuliacid: looks like we broke the bandit ci job (https://zuul.opendev.org/t/openstack/builds?job_name=ironic-tox-bandit&project=openstack/ironic) with https://review.opendev.org/c/openstack/ironic/+/92027618:08
TheJuliacid: re, noqa, yes18:08
cidwell well, no logs18:10
TheJuliaThe job apparently just didn't run, the neutron folks copied the change and noticed their bandit job stopped running18:11
opendevreviewIhar Hrachyshka proposed openstack/ironic master: Revert "Fix negative lookahead assertion syntax error"  https://review.opendev.org/c/openstack/ironic/+/92131918:12
TheJuliahence ^18:14
cidHmm. Probably because of the two steps regex18:14
JayF+2 on the revert, it's easy to forget that the job just disappears in some failure modes18:17
TheJuliaI guess at some point, we should ask ourselves, do we *really* need to exclude the yaml18:22
JayFit's a bandit job. it probably uses less resources than ... all the other jobs 18:23
JayFlol18:23
TheJulialol18:25
TheJuliayeah18:25
clarkbthe reason is the meaning of the regex changes subtley. It went from saying files in tools/ other than bandit.yml are irrelevant to all files other than tools/bandit.yml are irrelevant18:28
clarkband yes I often feel like we try to over optimize when jobs run and then are continually surprised when jobs don't run18:29
cidMy exact thought. Matches all, then tries exclusion.18:31
TheJuliaYeah, the cost/benefit of optimizing needs to be visited. much like someone messaged me downstream wanting to use hardware which they were struggling with to which I finally asked them to consider the business value of going down the path which is already hurting them18:32
TheJuliafree is not free if it takes you a couple weeks to wedge free in18:32
TheJuliacid: did you make that change elsewhere?18:35
cidLet me see...18:35
cidironic-python-agent, 18:36
cidand ironic-inspector18:37
cidhttps://review.opendev.org/c/openstack/ironic-inspector/+/92028118:37
cidhttps://review.opendev.org/c/openstack/ironic-inspector/+/92028118:37
cidCorrect link: https://review.opendev.org/c/openstack/ironic-python-agent/+/92028018:37
TheJuliaso we could revert, or just remove the regex?18:42
cidYea18:48
cidI will also research if there was a better way to do that 18:49
JayFI think you should just follow TheJulia's advice and see if removing the exclude still leaves the job passing18:49
JayFand if so, just accept that simpler is probably better than saving a couple minutes in a VM 18:50
cidSo, do not exclude any of the contents of tools/18:54
cidMaking a push now...18:54
TheJuliaYeah, if it fails if someone tweaked a script, it likely is something which needs to be fixed due to a check being changed in bandit18:55
TheJuliameaning, likely legitimate anyway18:55
cid++18:57
opendevreviewcid proposed openstack/ironic master: Follow up to https://review.opendev.org/c/openstack/ironic/+/920276  https://review.opendev.org/c/openstack/ironic/+/92132919:30
cido/19:59
opendevreviewCurt Moore proposed openstack/ironic master: Correct bond_mode enum value for 802.3ad  https://review.opendev.org/c/openstack/ironic/+/92134021:05
opendevreviewJulia Kreger proposed openstack/ironic master: Change [agent]require_tls to True by default  https://review.opendev.org/c/openstack/ironic/+/92131721:30
TheJuliadtantsur: question of the day, if one http boots, but uses HTTPBoot to get a URL via DHCP, do we feel that is sane enough that we can embed the agent token....23:44

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