Wednesday, 2024-01-17

opendevreviewVishal Manchanda proposed openstack/horizon master: Make "horizon-tox-python3-django42" job voting  https://review.opendev.org/c/openstack/horizon/+/90586414:04
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed Jan 17 15:00:17 2024 UTC and is due to finish in 60 minutes.  The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'horizon'15:00
vishalmanchandahello anyone around for the horizon weekly meeting?15:00
profcoreyhi, I am15:00
tmazuro/15:01
vishalmanchandahello everyone15:01
profcoreyo/15:01
vishalmanchandalet's wait for few minutes if more people join us.15:01
lajoskatonao/15:02
vishalmanchandalet's start the meeting.15:03
vishalmanchandaagenda of the meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L4615:03
vishalmanchanda#topic Notices15:04
vishalmanchandaone announcement from my side for this week.15:04
vishalmanchandaOpenStack D Release Name is announced last week. It is Dalmatian.15:05
tmazurYay!15:05
vishalmanchandahttps://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/3OZILLG26HZ3KEDHGPB2HUDZ72WPP4JJ/15:05
vishalmanchandamoving to the next topic15:06
vishalmanchanda#topic Release priorities15:06
vishalmanchandaI discussed the status of all priorities items in the last weekly meeting but only radomir joined that meeting.15:07
vishalmanchandaanyway let's discuss any update on those topic.15:08
vishalmanchandapytest-based selenium tests progress is good, patch to fix the CI job also got merged last week.15:09
vishalmanchandaMigrate to Django version =>4.2 from Django 3.215:09
vishalmanchandaThis migration is almost completed, I pushed a patch today to make django 4.2 job as voting15:10
vishalmanchandahttps://review.opendev.org/c/openstack/horizon/+/90586415:10
vishalmanchandaPlease review the patch once you have time.15:10
vishalmanchandaI also pushed a patch to bump upper Django version in openstack/requirements.15:11
vishalmanchandahttps://review.opendev.org/c/openstack/requirements/+/90420215:11
vishalmanchandanext is Migration to next nodejs LTS version nodejs v18-> nodejs v2015:12
vishalmanchandaThis migration is completed. So I will not discuss it in upcoming weekly meeting.15:13
vishalmanchandamarking it as completed on etherpad.15:13
vishalmanchandanext is Switching to openstacksdk15:14
vishalmanchandaInitial Patch is up for this https://review.opendev.org/c/openstack/horizon/+/89120515:15
lajoskatonathanks for mentioning it, I am strugling with one integration test15:15
vishalmanchandabut CI is failing as of now.15:15
vishalmanchandaok15:16
lajoskatonato tell the truth I am not sure if I really cause of it to fail, or if I cause it it what is it exactly15:16
vishalmanchandasome time these failure for integration test are random and may not related to your change.15:16
lajoskatonain the current state I skipped most of the integration tests to make debugging simpler (for me at least)15:16
vishalmanchandathese fails randomly that's why we are switching to pytest based test.15:17
vishalmanchandalajoskatona: ok I will take a look.15:17
lajoskatonaah,, ok, because the last failures (no instance is visible in list after clicking to launch instance seems unrelated (see the png from selenium: https://4d269e69f7d5f4f1ace3-14d2aaee87a52e6f9b0dc86ecc0fbd6c.ssl.cf2.rackcdn.com/891205/15/check/horizon-integration-tests/23998b1/tox/test_reports/TestInstances.test_create_delete_instance/screenshot.png )15:17
lajoskatonathanks anyway for the attention15:18
vishalmanchandalajoskatona: other than integration test your patch is ready to review?15:19
lajoskatonaI remove the tests skips and I think otherwise it is ready for review, tomorrow (perhaps even this evening) I push it again than15:19
vishalmanchandaok15:20
vishalmanchandathanks.15:20
vishalmanchandanext is Use placement API for the hypervisor stats15:20
lajoskatonaThis patch was merged for it: https://review.opendev.org/c/openstack/horizon/+/89052515:21
vishalmanchandaOne patch is already merge for this issue https://review.opendev.org/c/openstack/horizon/+/89052515:21
vishalmanchandatmazur: Is there anything pending for this issue which you are working on?15:22
tmazurI need to submit a cosmetic patch correcting the confusing diagrams. 15:23
vishalmanchandaok.15:24
lajoskatonaI asked this week a related question : is it possible to backport this to older branches15:24
lajoskatona?15:24
tmazurWhat both hypervisors and placement call total VCPUs are in fact the cores, so the diagrams are incorrect15:25
vishalmanchandatmazur: ok.15:25
tmazurlajoskatona: I was just about to raise this topic15:25
tmazurDo we want it backported?15:25
lajoskatona+1, sorry to be too quick15:25
lajoskatonayes, acually we need it even on victoria for some of our customers, but any backport can help our downstream teams15:26
tmazurI see it pretty reasonable. This issue was here for a long while, so we probably want it fixed in earlier versions15:26
tmazurThe question is: how far back do we want to do it?15:27
lajoskatonaas I checked you need placement microversion 1.6, and that is quite old, older than victoria so from tha perspective it is safe15:27
lajoskatonabut this is a grey area as  it is not just  a backport as I see15:27
vishalmanchandaI am not sure if backport it  to more stable branches may cause any issues.15:28
lajoskatonatmazur: stable victoria would be the final as I wrote, we will see if it can work with CI and branches closing and moving to unmaintained.... etc...15:28
lajoskatonavishalmanchanda: ok15:29
lajoskatonavishalmanchanda:  I see it the same way, but better to discuss such things15:29
vishalmanchandaI am fine with backport it to till antelope release which I can test in my local env.15:30
tmazurvishalmanchanda: agreed. what do you think will be the best?15:30
tmazurOk, sounds good15:30
lajoskatonaack15:30
vishalmanchandabut older than antelope release I see it as a risk.15:30
tmazurAnd from antelope we can backport it downstream15:30
vishalmanchandayeah.15:31
lajoskatonasounds great15:31
tmazurOkay. I'll work on the upcoming cosmetic patch today and make those backports15:31
vishalmanchandaok let's wait for tmazur to push the patch15:31
vishalmanchandatmazur: +1.15:32
lajoskatonatmazur: if you have no time for backports just ping me I can help with that of course15:32
tmazurlajoskatona: thanks!15:33
lajoskatonathanks for discussing this topic15:33
vishalmanchandaok that's all updated from my side for this week.15:34
vishalmanchandamoving to the next topic15:34
vishalmanchanda#topic open-discussion15:34
profcoreyYes I have a small request please15:34
vishalmanchandaDoes anyone have any other topic to discuss?15:34
vishalmanchandaprofcorey: please go ahead.15:34
profcoreyI teach cloud computing and have a student who would like to contribute to your project this semester15:35
vishalmanchandaprofcorey: ok.15:35
profcoreyIs it possible to speak to someone about mentoring her to contribute15:35
vishalmanchandaprofcorey: I will be happy to help.15:35
profcoreyThank you!15:36
tmazurI am happy to help15:36
profcoreyThank you so much!15:36
profcoreyEmail or Dm here?15:36
tmazuremail is better15:36
vishalmanchandayeah.15:37
profcoreyOk, my email is cleong2@valenciacollege.edu15:37
profcoreyI've been working with Kendall on other openstack projects as well15:37
vishalmanchandamy email is manchandavishal143@gmail.com15:37
profcoreyManila and Tempest15:37
profcoreyGreat thank you!15:37
profcoreyI will email you, thanks!15:37
vishalmanchandashe can ping me on irc dm.15:37
tmazurt.v.ovtchinnikova@gmail.com15:37
vishalmanchandaif need any help.15:37
profcoreyI'll have her start an irc account asap15:38
profcoreyThank you!15:38
profcoreyI will email the two of you later this afternoon.15:38
profcoreythanks!15:38
vishalmanchandacool.15:38
profcoreyThat's all from me15:39
vishalmanchandaanyone else have any topic to discuss?15:39
tmazurNothing from me15:40
vishalmanchandaif no other topic to discuss, let's end this meeting.15:40
vishalmanchandathanks everyone for joining, see you in the next meeting.15:40
vishalmanchanda#endmeeting15:40
opendevmeetMeeting ended Wed Jan 17 15:40:55 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:40
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-17-15.00.html15:40
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-17-15.00.txt15:40
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2024/horizon.2024-01-17-15.00.log.html15:40
lajoskatonao/15:48
opendevreviewLajos Katona proposed openstack/horizon master: SDK for Neutron networks and subnets  https://review.opendev.org/c/openstack/horizon/+/89120516:34
opendevreviewTatiana Ovchinnikova proposed openstack/horizon master: Add allocation ratios to Placement stats  https://review.opendev.org/c/openstack/horizon/+/90600420:59
opendevreviewTatiana Ovchinnikova proposed openstack/horizon master: Add allocation ratios to Placement stats  https://review.opendev.org/c/openstack/horizon/+/90600421:00

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