Monday, 2023-08-21

*** dmellado81918134 is now known as dmellado819181304:48
opendevreviewyatin proposed openstack/devstack master: Revert "Woraround systemd issue on CentOS 9-stream"  https://review.opendev.org/c/openstack/devstack/+/89209006:28
*** ykarel|away is now known as ykarel06:28
kopecmartinayhanilhan: melwitt the test in question passed with the patch - https://review.opendev.org/c/openstack/tempest/+/884804 , see e.g. this https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e67/884804/2/gate/tempest-slow-py3/e6755c0/testr_results.html07:30
kopecmartini wonder what's the difference between the env in the CI where it worked and the env where it failed 07:31
kopecmartinfrickler: i wouldn't drop support for centos and rocky , let's keep the bug open until both distros work with global env .. in the meantime we can use the workaround (setting the global venv to false)07:32
kopecmartinall the changes required to fix this need to land to devstack? or something else , e.g. the distro, has to be modified too?07:33
fricklerkopecmartin: are you mixing two issues here? for global_venv, I have no idea why it is failing for rocky, but I also have no motivation to find out. the issue is that we default GLOBAL_VENV=true except in some CI jobs, which is breaking local installs for those poor people choosing the wrong distro07:37
fricklerthe other things that concerns me is that neutron was also having some further issues seemingly with unclear cause https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89155007:38
kopecmartinmy understanding is that if the job fails, setting GLOBAL_VENV=false helps as that overrides the default value set in devstack 07:41
fricklerkopecmartin: yes, but how do you tell that to someone deploying devstack locally?07:43
kopecmartinthey google it, find a bug and notice what others did in a similar situation 07:43
fricklerthat's not very friendly to users, so my idea was to improve the distro check in stack.sh07:45
kopecmartinright, ok, we know that it affects only centos and rocky (any others?) .. then we can override the default to false just for those, and then we'll find a volunteer for the task - remove the override without hitting failures 07:47
kopecmartinif it's documented, clearly stated the goal, easily reproducable I can pass it maybe to some of my interns or i can dedicate some time myself07:49
hamidlotfi_mornings08:27
hamidlotfi_i have problem in create network on admin section08:27
hamidlotfi_when click on the create button08:27
hamidlotfi_show me this error `Danger: An error occurred. Please try again later.` and on the log write this message:08:28
hamidlotfi_`[wsgi:error] [pid 2674:tid 140131176224320] [remote 172.17.111.1:42434] Undefined provider network types are found: ['f', 'l', 'a', 't', ',', 'v', 'l', 'a', 'n', ',', 'v', 'x', 'l', 'a', 'n']`08:28
hamidlotfi_`[wsgi:error] [pid 2674:tid 140131176224320] [remote 172.17.111.1:42434] Internal Server Error: /admin/networks/create/`08:28
hamidlotfi_help me please08:28
fricklerkopecmartin: the neutron failures were on ubuntu I think, not sure how easy reproducing those would be, iirc they resulted in job timeouts rather than failures08:37
fricklerhamidlotfi_: is that a devstack deployment?08:37
hamidlotfi_frickler: No, it's openstack ansible (OSA)08:51
kopecmartinfrickler: have you ever seen a patch which was approved but didn't get merged automatically? .. and now it says the change is submittable but I can't submit it o.O weird - https://review.opendev.org/c/openinfra/python-tempestconf/+/88987409:10
kopecmartinoh, and regarding the bug, let's set GLOBAL_VENV = false as a workaround in every project that experience an issue like that and the task will be to remove the workaround, overtime, i'll try find someone who can work on that on devstack and tempest repos, if the issue is in another repo and the job is not only inherited, than that will be up to the maintainers of that repo 09:14
hamidlotfi_frickler: what's the problem in my environment?09:35
fricklerkopecmartin: for the tempestconf patch, yes, it needs a rebase. you can notice it by the orange color of the "(Merged)" comment on the relation chain10:03
kopecmartini commented and that triggered the jobs again :D maybe this time it gets merged 10:04
fricklerhamidlotfi_: it looks like a configuration issue, using a string in a place where a list would be expected10:04
kopecmartinit's interesting though, it's a state between merge conflict and no merge conflict :D10:04
fricklerI don't think the submittability has changed, not sure why zuul runs anyway, it might be a pure gerrit thing10:08
fricklerwhat the review asks gerrit to do is merge that change on top of an outdated version of a different patch. it cannot do that, since a newer version of that other patch was merged10:08
kopecmartinyeah, that makes sense, I would expect that gerrit either merges it (with auto rebase) or throws a conflict .. i'll wait what happens this time around and then, if still needed, will rebase it10:10
*** ralonsoh is now known as ralonsoh_afk11:06
*** ralonsoh_afk is now known as ralonsoh13:02
ralonsohfrickler, qq: why "openstack-tox-py311" is on debian?13:20
ralonsohthere is a issue with a library, but in ubuntu 22.04 this library is present13:21
ralonsoherror: https://06e0331b462ed6fdf264-7660c6eb3fc520d2639a30e0db226704.ssl.cf1.rackcdn.com/892132/2/check/openstack-tox-py311/009f134/job-output.txt13:21
fricklerralonsoh: this was discussed in the patch, ubuntu has only a rc version of py3.11 in universe, debian has a recent, supported version13:39
fricklerI've seen a similar patch to bindep to adapt this somewhere, I think it was nova, let me check13:40
fricklerralonsoh: seems I've seen it because I wrote it ... time flies ;) https://review.opendev.org/c/openstack/nova/+/89125613:42
ralonsohfrickler, perfect, I'll check that patch to do the same for Neutron CI13:45
ralonsohthanks13:45
gmannsent the python 3.11 plan in ML also, I think many other might have same question and about the plan.18:17
opendevreviewsean mooney proposed openstack/whitebox-tempest-plugin master: [WIP] add role for multinode networking  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/89217018:38
gmannmelwitt: I have same question what kopecmartin asked. test is passing in upstream CI right?18:57
*** elodilles is now known as elodilles_pto19:21
melwittkopecmartin: thanks for pointing that out, I had managed to not find the test running in upstream CI at the time. so must be some difference in environment 🤔 cc gmann 21:10

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