Wednesday, 2023-05-03

opendevreviewVishal Manchanda proposed openstack/horizon master: [DNR] Test Gate CI job status  https://review.opendev.org/c/openstack/horizon/+/88211505:45
vishalmanchanda#startmeeting horizon15:00
opendevmeetMeeting started Wed May  3 15:00:14 2023 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
rdopierao/15:04
tmazuro/15:04
vishalmanchandahello everyone15:04
vishalmanchandaagenda of meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L3915:04
vishalmanchandalet's start the meeting15:04
vishalmanchanda#topic Notices15:04
vishalmanchandaFirst of all, a casual reminder about the schedule. This week is R-22 week.15:05
vishalmanchandaNext week is Bobcat-1 milestone week.15:06
vishalmanchandaFor more info. about schedule please refer https://releases.openstack.org/bobcat/schedule.html15:06
vishalmanchandamoving to next announcement15:07
vishalmanchandarelease team purposed a patch to move stable/rocky branch of horizon to EOL and we discuss this topic in the past and agreed with that.15:07
vishalmanchandaSo I +1ed on the patch https://review.opendev.org/c/openstack/releases/+/88162615:08
vishalmanchandathat's all announcement for this week from my side.15:08
vishalmanchandamoving to next topic15:10
vishalmanchanda#topic Release priorities15:10
vishalmanchandaOne update from my side on jQuery update.15:10
vishalmanchandaThe VM from where I am pushing jQuery update patches is not booting Up.15:11
vishalmanchandaI tried to recover it, but looks like it will be difficult.15:11
vishalmanchandaLost some code changes which I done on that VM.15:12
vishalmanchandaAnyway, I already set up a new devstack env. in another VM but am getting many error messages for angular in the browser 'Developer Tool' option.15:12
vishalmanchandaLike this https://paste.openstack.org/show/b2v6zxyyuUKJSNNZpCOK/15:13
vishalmanchandaCan you check if you are also getting the same error messages.15:14
vishalmanchandaLike If I try to Launch or create an instance I am seeing these errors although the instance was created without any issues.15:14
rdopierayou can get your patches back from gerrit15:15
vishalmanchandano I have more code which I didn't push on Gerrit.15:16
rdopieraoof15:16
vishalmanchandayup.15:16
rdopierathat error looks like there is a spurious [15:16
rdopieraor maybe a missing ]15:16
vishalmanchandayes15:16
rdopieraisn't "!--" a comment in html? 15:17
vishalmanchandaare you also getting those errors with the latest horizon code?15:17
rdopieraI havent tried the latest code in a while, my env is broken at the moment15:17
rdopieraI'm mostly working on backports right now15:17
vishalmanchandaok15:17
rdopieraI will try and let you know tomorrow15:18
vishalmanchandathanks.15:18
vishalmanchandamoving to next topic15:19
vishalmanchandasetup tool bug https://bugs.launchpad.net/horizon/+bug/200757415:19
rdopierayup, \x3C!-- is <!-- which is start of a comment...15:19
vishalmanchandasorry what do you mean, is it due to some patch we merged recently?15:20
rdopierano idea, but I suspect that the parser is getting confused by this somehow15:21
vishalmanchandaok15:21
rdopierathat setuptools bug should be fixed with that patch I submitted for xstatic15:22
vishalmanchandayour patch is merged https://github.com/xstatic-py/xstatic/pull/1115:22
vishalmanchandabut I am not sure if it fixes the issue.15:22
rdopierayeah, I suppose we need to make a release and make horizon require that version?15:22
vishalmanchandaI rechecked on Kolla patch https://review.opendev.org/c/openstack/kolla/+/87646015:22
rdopieramnasiadka: do you think you could try with the xstatic version from master?15:23
vishalmanchandardopiera: ok. I will cut a new release then and see.15:23
vishalmanchandardopiera: yeah, that would be good if somehow we can test locally first.15:24
vishalmanchandardopiera: we can drop a comment on https://review.opendev.org/c/openstack/kolla/+/87646015:25
rdopieraI meant a pypi release for xstatic15:25
vishalmanchandaOhh ok.15:26
rdopieraI added a comment15:27
vishalmanchandardopiera: Could you take care of the release thing for this pypi, if required.15:27
rdopierayeah, I will look into it15:28
vishalmanchandacool.15:28
vishalmanchandathanks15:28
vishalmanchandaok, one more thing I would like to discuss here.15:28
vishalmanchandaI am seeing a lot of warnings in CI jobs like "Package would be ignored" , do we need to worry about this 15:30
vishalmanchandasee https://zuul.opendev.org/t/openstack/build/b965c032465549ed86ac2ed45670715c/log/job-output.txt#25810-2583415:30
rdopierano idea, I haven't been paying attention to what new marvelous changes our python 3 overlords are making to pypi15:31
vishalmanchandaok.15:32
vishalmanchandathat's all update from my side for this week.15:33
vishalmanchandamoving to next topic15:33
vishalmanchanda#topic open-discussion15:33
rdopierarelevant: https://setuptools.pypa.io/en/latest/deprecated/distutils/sourcedist.html#specifying-the-files-to-distribute15:34
rdopierahttps://setuptools.pypa.io/en/latest/deprecated/distutils/setupscript.html#distutils-installing-package-data15:34
vishalmanchandathanks, will look in the documentations.15:35
vishalmanchandaI just want to raise some awareness about bug https://bugs.launchpad.net/horizon/+bug/201823215:35
vishalmanchandaIt is a valid bug.15:35
rdopieralooks like we just need to list those directories in https://github.com/openstack/horizon/blob/master/setup.cfg#L3215:36
vishalmanchandardopiera: ok got it.15:36
vishalmanchandatmazur: If you have time, please take a look at https://bugs.launchpad.net/horizon/+bug/201823215:37
tmazurLooking 15:38
vishalmanchandaI fixed the bug partially like I handled the exception but still not able to see any entries in the Ui side and not seeing error after updating the code.15:38
tmazurI don't have any env with trunks, so I'll need to deploy one and take a proper look15:39
vishalmanchandawhat about qos?15:39
tmazurSame I'm afraid15:40
vishalmanchandaI done some changes in the previous env. 15:40
vishalmanchandaok.15:40
tmazurIt looks like my upgrade missed something15:41
vishalmanchandaPlease check if you have some time to look into those issues. I will also try again.15:41
tmazurSimply because I didn't have an env to check. I'll start on the new env asap and take a look15:41
tmazurYeah15:41
vishalmanchandaThanks.15:42
vishalmanchandaDoes anyone have any other topic to discuss?15:42
vishalmanchandaif no other topic to discuss, let's end this meeting15:46
vishalmanchandaThanks everyone for joining.15:47
tmazurThanks!15:47
vishalmanchanda#endmeeting15:47
opendevmeetMeeting ended Wed May  3 15:47:10 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:47
opendevmeetMinutes:        https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-05-03-15.00.html15:47
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-05-03-15.00.txt15:47
opendevmeetLog:            https://meetings.opendev.org/meetings/horizon/2023/horizon.2023-05-03-15.00.log.html15:47

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