Tuesday, 2020-09-01

*** tsmith2 has joined #openstack-horizon00:15
*** rcernin has quit IRC02:40
*** gyee has quit IRC03:13
*** rcernin has joined #openstack-horizon03:13
*** rcernin has quit IRC03:19
*** rcernin has joined #openstack-horizon03:19
*** ircuser-1 has joined #openstack-horizon04:01
openstackgerritNafiz Haider proposed openstack/horizon stable/train: Add policy_rules to aggregates dashboard  https://review.opendev.org/74917704:36
openstackgerritNafiz Haider proposed openstack/horizon stable/train: Add policy_rules to flavors dashboard  https://review.opendev.org/74917804:36
*** e0ne has joined #openstack-horizon06:06
*** ChanServ sets mode: +o e0ne06:06
openstackgerritVishal Manchanda proposed openstack/horizon master: Update geckodriver version to v0.27.0.  https://review.opendev.org/74888106:16
*** jtomasek has joined #openstack-horizon07:12
*** tosky has joined #openstack-horizon07:21
*** rcernin has quit IRC07:36
*** rcernin has joined #openstack-horizon07:59
*** rcernin has quit IRC08:02
*** adriant has quit IRC08:03
*** adriant has joined #openstack-horizon08:03
*** priteau has joined #openstack-horizon08:04
openstackgerritTobias Urdin proposed openstack/horizon master: Support allowing extention of in-use volumes  https://review.opendev.org/74901308:16
openstackgerritTobias Urdin proposed openstack/horizon master: Support allowing extention of in-use volumes  https://review.opendev.org/74901308:23
openstackgerritTobias Urdin proposed openstack/horizon master: Support extending in-use volumes  https://review.opendev.org/74901308:59
*** viks____ has joined #openstack-horizon09:02
*** tkajinam has quit IRC09:54
*** tkajinam has joined #openstack-horizon09:55
openstackgerritMerged openstack/horizon master: Update geckodriver version to v0.27.0.  https://review.opendev.org/74888110:04
*** rdopiera has joined #openstack-horizon10:24
*** rdopiera has quit IRC10:32
*** mgagne has quit IRC10:39
*** tonyb has quit IRC11:05
*** tonyb has joined #openstack-horizon11:31
*** vishalmanchanda has joined #openstack-horizon11:39
openstackgerritTobias Urdin proposed openstack/horizon master: Support extending in-use volumes  https://review.opendev.org/74901311:43
openstackgerritVishal Manchanda proposed openstack/horizon stable/ussuri: Update geckodriver version to v0.27.0.  https://review.opendev.org/74924911:54
openstackgerritVishal Manchanda proposed openstack/horizon stable/train: Update geckodriver version to v0.27.0.  https://review.opendev.org/74925211:55
openstackgerritVishal Manchanda proposed openstack/horizon stable/stein: [DNM] Testing CI  https://review.opendev.org/73752011:58
*** chenhaw has quit IRC12:00
vishalmanchandae0ne: amotoki : Hi there is a small update on focal-migration.12:12
vishalmanchandae0ne: amotoki : I have added libfontconfig1 package in bindep.txt for those plugins which are failing with this error "error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory" as discuss in last meeting.12:13
vishalmanchandabut it only works for openstack/designate-dashboard (https://review.opendev.org/#/c/744714/)not for others like ironic-ui (https://review.opendev.org/#/c/744708/)12:14
vishalmanchandaI wonder why this is happening.12:14
vishalmanchandaAlso if I remove depends-on patch https://review.opendev.org/#/c/744647/ for designate-dashboard nodejs jobs fails with "py38: InterpreterNotFound: python3.8" error.12:15
vishalmanchandaSo I think we have to merge horizon patch first.12:15
*** dave-mccowan has joined #openstack-horizon12:33
*** dave-mccowan has quit IRC12:38
e0nevishalmanchanda: looking on it12:48
*** spatel has joined #openstack-horizon12:58
e0nevishalmanchanda: I just updated your patch to ironic-ui. I'm not sure yet that it's absolutely correct13:00
vishalmanchandae0ne: thanks Let's see if it's works.13:01
e0nevishalmanchanda: the issue is: 'selenium' profile is not used for bindep for nodejs tests. we need to figure out the correct one13:01
e0ne'tests' bindep profile is too wide, but I didn't find more suitable yet13:05
*** chenhaw has joined #openstack-horizon13:05
*** spatel has quit IRC13:11
openstackgerritVishal Manchanda proposed openstack/horizon stable/stein: Update geckodriver version to v0.27.0.  https://review.opendev.org/74928113:14
*** chenhaw has quit IRC13:18
*** tmazur has joined #openstack-horizon13:19
amotokie0ne: vishalmanchanda: I thought 'selenium' profile was used. sorry for the confusion.13:20
amotokie0ne: vishalmanchanda: we can define a new bindep profile for nodejs test (like 'npm') as the npm jobs are defined in the horizon repo.13:21
amotokie0ne: vishalmanchanda: that's one option, but what we need to do first is to make it work on focal envs of course.13:21
amotokie0ne: vishalmanchanda: note that 'test' is the correct name instead of 'tests'.13:22
e0neamotoki, vishalmanchanda: as I understood, only these jobs http://codesearch.openstack.org/?q=bindep_profile%3A%20selenium&i=nope&files=&repos= uses bindep profile 'selenium'13:23
amotokie0ne: yeah, I was confused with selenium tests and npm tests somehow when I commented the focal migration patch in ironic-ui......13:24
amotokie0ne: so 'selenium' profile in ironic-ui bindep is unnecessary.13:25
e0neamotoki: let's see if my fix actually works13:25
e0neamotoki: ironic-ui has integration tests too. need to check how it works13:25
e0neamotoki: https://github.com/openstack/ironic-ui/blob/master/.zuul.yaml#L3 will it use bindep from horizon?13:27
e0neamotoki, vishalmanchanda: it works now https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_34f/744708/13/check/horizon-nodejs10-run-test/34fb340/job-output.txt13:28
vishalmanchandae0ne: yeah it's works now. thanks for help.13:32
e0nevishalmanchanda: np13:33
amotokie0ne: yes, ironic-ui integration test consumes horizon integration test and bindep from horizon is called in pre-run, so it will be used.13:33
e0neamotoki: oh.. I didn't know it13:34
e0nebut it means we can introduce 'node' bindep profile in horizon to get it working in plugins13:35
e0ne'node' or 'nodejs' I really don'te care a lot on this naming13:35
amotokie0ne: bindep.txt itself is per-project. what I thought is just to add a task to call bindep with 'node' or 'npm' in playbooks/horizon-nodejs/pre.yaml13:37
*** chenhaw has joined #openstack-horizon13:37
amotokie0ne: but if you are okay to use 'test' profile in bindep I am okay with it too.13:37
amotokie0ne: I just comment an idea to avoid a generic bindep profile like 'test' :)13:38
vishalmanchandae0ne: amotoki : Should I add this profile "libfontconfig1 [ npm platform:dpkg]" in bindep.txt for this patch https://review.opendev.org/#/c/744647/ ?13:40
amotokivishalmanchanda: I don't think so. horizon does not need it.13:41
e0neamotoki: speciffic bindep profile is better13:41
vishalmanchandaamotoki: ok I will add it only for failed plugins....13:41
amotokie0ne: I am fine with it.13:42
amotokie0ne: vishalmanchanda: so is our current plan as follows?13:42
amotoki1. merge horizon focal migration patch as-is13:42
amotoki2. update horizon-nodejs10-run-test to look up 'npm' bindep profile13:43
amotoki3. update plugin bindep.txt files to install libfontconfig1 if required13:43
amotokiright?13:43
vishalmanchandaamotoki: sounds good.13:43
vishalmanchandaamotoki: e0ne : but there are 2-3 plugins where some jobs like py36, pep8 or others are failing on focal13:45
amotokivishalmanchanda: can I find them in the etherpad?13:46
vishalmanchandaSo if we lands horizon patch then it can those plugins.13:46
vishalmanchandaamotoki: yup https://etherpad.opendev.org/p/Focal-migration-status-horizon13:46
amotokivishalmanchanda: which plugins are failing with other reasons?13:54
vishalmanchandaamotoki: like for this https://review.opendev.org/#/c/744726/  "neutron-tempest-plugin-bgpvpn-bagpipe" job is failing.13:56
amotokivishalmanchanda: in case of bgpvpn, most part is neutron plugin. Unless you want to work on bgpvpn itself it is a separate topic.13:57
amotokivishalmanchanda: bpnvpn is a repository of a neutron plugin with horizon support.13:59
vishalmanchandaamotoki: yeah but don't we need to fix failed job first before moving horizon to focal.14:00
amotokivishalmanchanda: it is case by case.14:01
vishalmanchandaamotoki: openstack/mistral-dashboard (https://review.opendev.org/#/c/744718/) and openstack/ freezer-eb-ui (https://review.opendev.org/#/c/747165/) also needs attention.14:04
vishalmanchandaI can fix mistral-dashboard atleast https://review.opendev.org/#/c/744718/14:04
e0nevishalmanchanda: do they have the same issue as ironic-ui?14:06
vishalmanchandae0ne: no it's completely different.14:06
amotokivishalmanchanda: my main point is how *horizon* focal migration affects horizon plugins. If you are talking about the whole focal migration in plugins, it is a different topic.14:07
vishalmanchandae0ne: Something that should be taken care by the plugins maintainer not horizon-team works...14:07
e0nefreezer-web-ui seems to be a plugin issue14:11
amotokimistral-dashboard too14:11
e0nemistral-dashboard could be fixed by us - it's a pep8 issue14:11
openstackgerritMatthias Runge proposed openstack/horizon stable/train: Fix use of ngettext in registry getName  https://review.opendev.org/74929114:12
vishalmanchandayeah.14:12
amotoki"freezer-web-ui" job in freezer-web-ui repo does not inherit horizon jobs. it is a plugin specific issue14:12
e0neTBH, we can ask plugin maintainers to fix their plugins14:12
vishalmanchandae0ne: ok. I will check with these plugins maintainer on IRC first.14:14
e0neit's their responsibility to keep plugins CI working. we just help as much  as we can14:14
amotokiTBH, as minimum, we need to care plugin healthiness affected by horizon changes.14:14
e0neamotoki: +114:15
vishalmanchanda+1.14:15
amotokias best effort, we can help plugin maintenance14:15
e0neamotoki: that's why I asked for +2 permissions14:15
amotokie0ne: +10014:15
amotokibut we are not maintainers of plugins.14:15
e0neamotoki: that's what I ment14:15
amotokiyeah14:15
e0neit14:16
e0neit's great if we can fix plugins but it's not our top-priority task.14:16
amotokiso in this case our first priority is about horizon-nodejs10-jobs including plugins14:16
amotokiwe are totally in a same page14:17
vishalmanchandaPeople starts adding me as a reviewer for their bug-fixes in plugins🙂)14:17
e0neI mean we're doing our best in plugin maintenance, but we hope to get a help from projects teams14:17
amotokivishalmanchanda: it shows you work on many plugin issues :)14:17
e0nevishalmanchanda: that's because you do a lot of reviews :)14:17
amotokie0ne: vishalmanchanda: I changed my score to +2 in the focal migration patch https://review.opendev.org/#/c/744647/14:20
amotokiI will care "2. update horizon-nodejs10-run-test to look up 'npm' bindep profile" soon14:20
e0neapproved14:21
vishalmanchandathanks guys.14:21
e0nevishalmanchanda: amotoki: according to https://review.opendev.org/#/c/705886/. we've got this patch too long in open state. since it fixes a real issue, I'm OK to +2 on it if somebody agrees to merge14:22
amotokie0ne: I totally forgot it :p   it is my patch but I need to refresh my memory. Let's check it and discuss it tomorrow meeting.14:25
e0neamotoki: I +2'ed on it. it was on my todo list for a while and it's time to move it forward14:25
vishalmanchandaamotoki: I have already +2ed on it but removed my vote due to Ivan concern.14:25
vishalmanchandaIf it's fine for everyone then i can approve it or we can discuss it in tomorrow meting....14:27
amotokie0ne: vishalmanchanda: thanks for your feedback. I am not a fan of this kind changes but it is a real solution. Before we move it forward, I need to add a release note on this anyway.14:30
vishalmanchandaamotoki: cool.14:31
openstackgerritMerged openstack/horizon master: Fix Angular mediumDateFilter  https://review.opendev.org/74704614:33
openstackgerritMerged openstack/horizon master: Fix tooltips and popovers for flavor details on the instance list.  https://review.opendev.org/73968514:59
*** e0ne has quit IRC15:02
openstackgerritVishal Manchanda proposed openstack/horizon master: [goal] Migrate testing to ubuntu focal  https://review.opendev.org/74464715:38
tmazurHey everyone! Do we have same integration tests issue in stable/train?15:55
vishalmanchandatmazur: yup, I have purpose a backport https://review.opendev.org/#/c/749252/ to fix it.15:56
tmazur@vishalmanchanda cool thanks!15:56
vishalmanchandatmazur: yw.15:56
*** gyee has joined #openstack-horizon16:38
*** priteau has quit IRC16:59
*** jtomasek has quit IRC17:26
*** tonyb has quit IRC17:44
*** adriant has quit IRC17:44
*** tonyb has joined #openstack-horizon17:46
*** adriant has joined #openstack-horizon17:46
*** noonedeadpunk has quit IRC17:48
*** noonedeadpunk has joined #openstack-horizon17:51
*** openstackgerrit has quit IRC19:21
*** viks____ has quit IRC19:28
*** openstackgerrit has joined #openstack-horizon19:45
openstackgerritMerged openstack/horizon master: doc: Enable parallel build  https://review.opendev.org/74705819:45
*** e0ne has joined #openstack-horizon19:45
*** ChanServ sets mode: +o e0ne19:45
*** e0ne has quit IRC20:19
*** spatel has joined #openstack-horizon20:28
*** spatel has quit IRC20:38
*** vishalmanchanda has quit IRC20:58
*** tosky has quit IRC22:43
*** rcernin has joined #openstack-horizon23:01

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