Tuesday, 2022-03-22

*** pmannidi is now known as pmannidi|Away02:58
*** pmannidi|Away is now known as pmannidi04:49
rpittaugood morning ironic! o/06:32
arne_wiebalckGood morning rpittau and Ironic+07:13
arne_wiebalck!07:13
arne_wiebalckhere we go :)07:13
* arne_wiebalck is not sure why disconnecting the keyboard resets the layout07:13
rpittauhey arne_wiebalck :)07:51
jandersgood morning rpittau arne_wiebalck and Ironic o/10:19
rpittauhey janders :)10:19
opendevreviewMerged openstack/ironic-python-agent-builder master: Update qemu version  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/77650710:24
iurygregorygood morning Ironic o/11:05
dtantsurmorning iurygregory 11:06
*** ChanServ changes topic to "Bare Metal Provisioning | Status: http://bit.ly/ironic-whiteboard | Docs: http://docs.openstack.org/ironic/ | Bugs: https://storyboard.openstack.org/#!/project_group/75 | Contributors are generally present between 6 AM and 12 AM UTC, If we do not answer, please feel free to pose questions to openstack-discuss mailing list."11:56
*** osmanlicilegi is now known as Guest211:59
dtantsurhmm, what's the difference ^^^?11:59
arne_wiebalckhey janders iurygregory and dtantsur o/12:05
TheJuliagood morning12:55
cbouchar_good morning12:56
cbouchar_TheJulia: the root_gb changes didn't work.  Seeing  "last_error": "Failed to prepare to deploy. Exception: 'root_gb'"12:56
cbouchar_TheJulia:  I'll dig into it after meeting12:58
TheJuliaarne_wiebalck: adding some more questions to the survey13:05
TheJuliacbouchar_: ack13:05
TheJuliathat gives me a really good idea of where it is occuring13:06
arne_wiebalckTheJulia: great, thanks!13:14
iurygregorygood morning TheJulia =)13:29
iurygregorydtantsur, thoughts on doing a major release for bifrost since we merged https://opendev.org/openstack/bifrost/commit/f65b52ed8d0b2644657589cf8f22ac12efd98c25 ?  Elod is asking in https://review.opendev.org/c/openstack/releases/+/834316 , I think we good with the minor bump since we are also cutting the stable/branch 14:19
dtantsuriurygregory: a bit on the fence... maybe a major version is fine (to be strict with semver)14:20
iurygregoryack, I will update the patch 14:21
opendevreviewOpenStack Release Bot proposed openstack/bifrost stable/yoga: Update .gitreview for stable/yoga  https://review.opendev.org/c/openstack/bifrost/+/83470415:32
opendevreviewOpenStack Release Bot proposed openstack/bifrost stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga  https://review.opendev.org/c/openstack/bifrost/+/83470515:32
opendevreviewOpenStack Release Bot proposed openstack/bifrost master: Update master for stable/yoga  https://review.opendev.org/c/openstack/bifrost/+/83470615:32
opendevreviewOpenStack Release Bot proposed openstack/bifrost master: Add Python3 zed unit tests  https://review.opendev.org/c/openstack/bifrost/+/83470715:32
TheJuliacbouchar_: first patch updated15:44
cbouchar_TY VM!15:44
TheJuliacbouchar_: second patch I may end up abandoning. dtantsur gave me an idea with his question in an unrelated direction. You *did* run into that issue where image_source if a directory or even if it has any redirects, things go sideways15:45
TheJuliaso I want to fix that, but also it seemed like it was closely wired in15:45
TheJuliabut! I don't remember exactly where it was pulling that from, so if you have that exception/error handy in memory or chat or something, send it my way15:45
TheJuliaI'm likely loosing power in a little bit, don't know if I'll be back on since I have a semi-complex electrical system they likely will need me available for the panels to be rewired properly.15:46
opendevreviewJulia Kreger proposed openstack/ironic master: Allow an image_url override  https://review.opendev.org/c/openstack/ironic/+/83454215:46
opendevreviewJulia Kreger proposed openstack/ironic master: WIP: Make non-image deploys more sane...  https://review.opendev.org/c/openstack/ironic/+/83470915:46
dtantsurTheJulia: we should really stop putting internal stuff like image_url to instance_info...15:48
dtantsurless a comment to your patch, more shouting in the darkness15:49
dtantsurhold on, your release note reads as if image_url was something we expected users to provide15:49
TheJuliaAgree, in her case they are trying to use image url in part because we don’t handle cases gracefully15:50
TheJuliaSo there are like…. 4 paths to take15:50
TheJuliaI kind of lake the latest patch if I can find where the lookup happens at again15:50
dtantsurokay, let's fix it properly *somehow*. what I'd not like to see is image_url getting a documented part of the public API15:50
TheJuliaI literally had it on my screen yesterday15:50
dtantsurbecause it's a duplicate of image_source (I like the name image_url better, but the ship has sailed)15:50
TheJuliaYeah, that is the direction I’m thinking too15:51
TheJuliaI think making image source more sane15:51
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder stable/yoga: Update .gitreview for stable/yoga  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/83473215:52
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/83473315:52
opendevreviewOpenStack Release Bot proposed openstack/ironic-python-agent-builder master: Update master for stable/yoga  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/83473415:52
dtantsurhttps://review.opendev.org/c/openstack/ironic/+/834542/3/ironic/tests/unit/drivers/modules/test_deploy_utils.py#2080 feels weird15:54
dtantsuris image_source a stage1 image or an ISO?15:54
dtantsurwe also have stage2 in instance_info, how does it all play together?15:54
TheJuliaYeah, I think stsge2 was an explicit route around based on upstream anaconda docs15:57
TheJuliaI *think*15:57
TheJuliaBut I think with what I know as of yesterday, we can ci this thing15:57
opendevreviewDmitry Tantsur proposed openstack/ironic master: Link from deploy interface docs to anaconda docs and move it to advanced  https://review.opendev.org/c/openstack/ironic/+/83473916:01
dtantsurTheJulia: ^^^16:01
cbouchar_TheJulia:  I forward an email which contains my host screen16:01
cbouchar_TheJulia:  I'm in a meeting for an hour.  Will come back and review this discussion16:02
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Remove _create_network & _get_server_port_id_and_ip4 methods  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83442416:05
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Remove setup_clients method  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83442516:05
TheJuliadtantsur: thanks16:09
arne_wiebalckbye everyone o/16:51
*** tosky is now known as Guest3817:04
*** tosky_ is now known as tosky17:04
cbouchar_TheJulia:  With the exchange above, my understand is it needs more discussion.17:23
rpittaugood night! o/17:40
zer0c00lRedhat support case for %onerror issues in anaconda is 0317908919:37
zer0c00lhttps://github.com/rhinstaller/anaconda/pull/397419:53
opendevreviewMerged openstack/ironic-python-agent-builder stable/yoga: Update .gitreview for stable/yoga  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/83473220:24
opendevreviewMerged openstack/ironic-python-agent-builder stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/83473320:24
iurygregoryWOOT, I was invited to participate in the OpenInfra Live: OpenStack Yoga =O20:34
iurygregoryTheJulia, https://review.opendev.org/c/openstack/ironic/+/818299 is something urgent we want in Yoga or it can wait?20:56
TheJuliaiurygregory: wait, the upstream side of that is Z release I believe20:57
iurygregoryTheJulia, ack =), I was checking all open patches for master to see if there is something urgent20:59
opendevreviewMerged openstack/ironic master: Link from deploy interface docs to anaconda docs and move it to advanced  https://review.opendev.org/c/openstack/ironic/+/83473920:59
TheJuliaiurygregory: congrats w/r/t openinfra live21:00
iurygregorytks =)21:00

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