Tuesday, 2023-07-04

opendevreviewJay Faulkner proposed openstack/python-ironicclient master: Node sharding support  https://review.opendev.org/c/openstack/python-ironicclient/+/88753300:14
NobodyCamso I think I was able to adopt a nova deployed Baremetal instance from ussuri to antelope00:19
NobodyCamwith only one sneaky DB call to update driver and interfaces00:20
TheJuliaUmm we have api calls for that00:21
TheJuliaBut okay00:21
TheJuliaCool00:21
NobodyCamapi calls for the driver / interface update?00:22
JayFyes00:25
NobodyCamhumm I may need to take a look at that.. 00:27
NobodyCamI've done it all with the cli but changing driver / interfaces on a deployed node errors with only in a like of states00:27
NobodyCams/like/list/00:27
JayFah, doing it while the node remains active, I see00:28
NobodyCamif I can do it with api calls that might be nicer00:28
JayFI don't have any direct knowledge, but I have a hunch maintenance mode might be the trick00:28
JayFif not, we'd probably need to consider it because it's reasonable that people'd wanna do that during an upgrade process00:28
NobodyCamI will try that.. THANK YOU for the pointer00:29
rpittaugood morning ironic! o/05:50
opendevreviewVerification of a change to openstack/ironic master failed: Fix the HTTP code of the BadRequest exception  https://review.opendev.org/c/openstack/ironic/+/88727109:45
opendevreviewVerification of a change to openstack/ironic master failed: Fix the HTTP code of the BadRequest exception  https://review.opendev.org/c/openstack/ironic/+/88727112:16
iurygregorygood morning Ironic13:03
* iurygregory is back after fighting with broken upgrade from F35 -> F37 (thank you NodeJS....)13:04
dtantsurwow13:19
iurygregoryyeah..13:20
iurygregoryjust me or ironic-standalone and ironic-standalone-redfish have been failing recently?13:26
rpittauthey are failing more than usual, yeah13:48
iurygregoryBaremetalRamdiskBootIsoVMedia.test_ramdisk_boot and BaremetalDriverAnsibleWholedisk.test_ip_access_to_server seems to be the ones having problems, I'm checking logs to see13:49
opendevreviewDmitry Tantsur proposed openstack/ironic master: Add the initial skeleton of the agent inspect interface  https://review.opendev.org/c/openstack/ironic/+/87781413:57
opendevreviewDmitry Tantsur proposed openstack/ironic master: Add the initial skeleton of the agent inspect interface  https://review.opendev.org/c/openstack/ironic/+/87781414:09
opendevreviewDmitry Tantsur proposed openstack/ironic master: Add the initial skeleton of the agent inspect interface  https://review.opendev.org/c/openstack/ironic/+/87781414:12
dtantsurhuh, have we broken bifrost in the meantime? I see that Ironic generated HTTP files result in system_u:object_r:tftpdir_t:s0 selinux tag14:35
iurygregory.-.14:35
opendevreviewDmitry Tantsur proposed openstack/bifrost master: Revert "Fix TFTP read access for enforcing SELinux"  https://review.opendev.org/c/openstack/bifrost/+/88761314:38
dtantsurThis is my first reaction ^^, but I think I can invent something more intelligent (unfortunately, involving selinux modules)14:50
iurygregoryfor some reason it shows as Merge Conflict lol14:58
iurygregoryThis change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.14:58
dtantsuryeah because master has diverged. does not matter. I'll play with selinux modules.14:58
opendevreviewDmitry Tantsur proposed openstack/bifrost master: Allow nginx to access images again on systems with SELinux  https://review.opendev.org/c/openstack/bifrost/+/88761315:01
dtantsuriurygregory: maybe this ^^, will test now15:01
iurygregoryack15:02
rpittaummm wasn't that alreadyu fixed at some point? I may be confusing it with something else though....15:07
dtantsurIt got regressed because of TFTP fixes15:12
rpittauah right!15:12
rpittaumy brain is skipping a cycle15:13
dtantsurokay, this seems to work and can be reviewed: https://review.opendev.org/c/openstack/ironic/+/877814?usp=dashboard15:16
opendevreviewBaptiste Jonglez proposed openstack/networking-generic-switch master: Do not make actual device changes in bind_port()  https://review.opendev.org/c/openstack/networking-generic-switch/+/84759215:23
rpittaugood night! o/15:31
opendevreviewMahnoor Asghar proposed openstack/ironic master: WIP: Add inspection (processing) hooks  https://review.opendev.org/c/openstack/ironic/+/88755417:16
opendevreviewDmitry Tantsur proposed openstack/ironic master: Very basic in-band inspection with the "agent" interface  https://review.opendev.org/c/openstack/ironic/+/88545017:18
dtantsur "curl: (37) Couldn't open file /opt/cache/files/cirros-0.5.1-x86_64-disk.img"17:24
dtantsurdamn.. I thought I saw a patch for that?17:24
dtantsurpriteau: you have a patch for ^^^, but it fails upgrade jobs.. I suspect we need to walk down from the oldest versions17:25
dtantsurpriteau: I think you can safely remove upgrade jobs from all EM versions if that helps.17:26
iurygregoryI seem to remember a patch for this17:26
dtantsurhttps://review.opendev.org/c/openstack/bifrost/+/885874/ and its W and V counterparts17:28
iurygregoryinteresting17:30
opendevreviewDmitry Tantsur proposed openstack/bifrost stable/wallaby: CI: Update cached cirros image to 0.5.3  https://review.opendev.org/c/openstack/bifrost/+/88587617:31
dtantsuriurygregory: I think ^^ may pass17:31
opendevreviewDmitry Tantsur proposed openstack/bifrost stable/xena: CI: Update cached cirros image to 0.5.3  https://review.opendev.org/c/openstack/bifrost/+/88763917:32
dtantsuralso removing upgrade jobs here so should pass as well ^^17:32
iurygregoryack17:33
dtantsuronce merged, these will let us fix Yoga and on17:33
dtantsurI'm not sure if Yoga should have upgrade jobs (Xena is EM), but I'll think about it at some better point17:33
iurygregoryI will keep an eye on them today17:33
dtantsurgood night folks o/17:33
dtantsurthanks iurygregory 17:33
iurygregorygood night dtantsur o/17:33
JayFthat upgrade job is failing /on master/ for that cached cirros job change :( 17:36
JayFI'm not working today but thanks for looking at this, if you ping me directly I can review and approve patches for CI fixes if I'm around17:36
opendevreviewJay Faulkner proposed openstack/python-ironicclient master: Node sharding support  https://review.opendev.org/c/openstack/python-ironicclient/+/88753317:39
opendevreviewMerged openstack/bifrost stable/xena: CI: Update cached cirros image to 0.5.3  https://review.opendev.org/c/openstack/bifrost/+/88763919:34
opendevreviewMerged openstack/bifrost stable/wallaby: CI: Update cached cirros image to 0.5.3  https://review.opendev.org/c/openstack/bifrost/+/88587619:34
iurygregorynow we can think about fixing yoga zed 2023.1 (antelope) master20:43
opendevreviewMerged openstack/python-ironicclient master: Node sharding support  https://review.opendev.org/c/openstack/python-ironicclient/+/88753323:27
iurygregorycongrats JayF ^^23:48

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