Friday, 2021-06-04

*** tmazur has quit IRC00:20
*** benj_ has quit IRC01:37
*** benj_ has joined #openstack-horizon02:01
*** vishalmanchanda has joined #openstack-horizon06:15
*** dklyle has quit IRC06:16
opendevreviewVishal Manchanda proposed openstack/horizon stable/wallaby: doc: Update our IRC server to OFTC  https://review.opendev.org/c/openstack/horizon/+/79462906:33
*** josecastroleon has joined #openstack-horizon06:34
*** lvdombrkr has joined #openstack-horizon06:34
opendevreviewVishal Manchanda proposed openstack/horizon stable/victoria: doc: Update our IRC server to OFTC  https://review.opendev.org/c/openstack/horizon/+/79463006:34
*** ralonsoh has joined #openstack-horizon06:43
ralonsohhi folks, can you help me with this patch https://review.opendev.org/c/openstack/horizon/+/794263 ?06:44
ralonsohlogs: https://5eff182f98534d7a4f80-3f28c2c0c6b192e8ac5a4ae954bec2d0.ssl.cf2.rackcdn.com/794263/1/check/horizon-integration-tests/ea355aa/job-output.txt06:44
ralonsohI'm checking the Neutron logs and I don't see anything wrong there06:44
ralonsohdo you know where exactly those tests are failing?06:45
vishalmanchandaralonsoh: hi basically these tests are failing.06:46
vishalmanchandahttps://5eff182f98534d7a4f80-3f28c2c0c6b192e8ac5a4ae954bec2d0.ssl.cf2.rackcdn.com/794263/1/check/horizon-integration-tests/ea355aa/tox/test_reports/06:46
amotokiralonsoh: vishalmanchanda: I also started to investigate the integration test failure in detail today.06:47
vishalmanchandaralonsoh: somehow devstack recent changes the Neutron default backend to OVN causes the failure.06:47
vishalmanchandaralonsoh: If I changed backend to OVN for integration job it pass https://review.opendev.org/c/openstack/horizon/+/78867306:48
ralonsohvishalmanchanda, but did you identify the issue? I mean, what command is failing?06:49
opendevreviewOpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/79471206:51
vishalmanchandaralonsoh: I think not able to delete router and router interfaces in the integration tests.06:51
opendevreviewOpenStack Proposal Bot proposed openstack/horizon stable/victoria: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/79471306:51
opendevreviewVishal Manchanda proposed openstack/horizon master: Explicitly set horizon integration jobs to use ML2/OVS  https://review.opendev.org/c/openstack/horizon/+/78867306:53
amotokiralonsoh: vishalmanchanda: perhaps I identify what is the cause now.06:56
ralonsohamotoki, what did you see?06:57
ralonsohI can06:57
amotokiralonsoh: vishalmanchanda: the reason is the horizon integration test check the status of a new router interface too strict.06:57
ralonsohhow is that?06:57
amotokiin L3-agent case, a new router interface will be created with "Down" status06:57
ralonsohself.assertTrue(06:58
ralonsoh            interfaces_page.is_interface_status(interface_name, 'Down'))06:58
ralonsohahhhhhh06:58
amotokiyeah06:58
vishalmanchandaohk.06:58
amotokiI am looking for URL in opendev.org but you are faster06:58
amotokiin case of OVN, a new port has "ACTIVE" status06:58
amotokithis is a page capture https://a51aacd792b2e969869d-8e1073b04daf76ff4b20d216b286b6f9.ssl.cf2.rackcdn.com/788673/2/check/horizon-integration-tests/d089bf4/tox/test_reports/TestRouters.test_router_add_delete_interface/page.html06:58
ralonsohright, status is active06:59
ralonsohincredible catch06:59
ralonsohvery good, for sure06:59
amotokias far as I checked, subsequent tests fail due to the failuree in the first test.06:59
vishalmanchandaamotoki: yes right.06:59
amotokiralonsoh: I will take care of the fix.06:59
ralonsohamotoki, thanks a lot!07:00
amotokiralonsoh: thanks for checking it anyway. I could not take enough time to look into it till today :(07:00
*** tosky has joined #openstack-horizon07:23
opendevreviewAkihiro Motoki proposed openstack/horizon master: integration tests: Relax router interface status check  https://review.opendev.org/c/openstack/horizon/+/79471807:24
amotokivishalmanchanda: let's see if anything changes in the above patch ^07:25
*** rdopiera has joined #openstack-horizon07:32
*** CeeMac has joined #openstack-horizon08:18
vishalmanchandardopiera: hi, Could you please take a look at https://review.opendev.org/c/openstack/horizon/+/79471809:09
*** e0ne has joined #openstack-horizon09:30
opendevreviewVishal Manchanda proposed openstack/horizon stable/ussuri: doc: Update our IRC server to OFTC  https://review.opendev.org/c/openstack/horizon/+/79475809:33
amotokivishalmanchanda: regarding on your backport of doc/source/contributor/contributing.rst, did you see http://lists.openstack.org/pipermail/openstack-discuss/2021-June/022867.html ?09:54
amotokivishalmanchanda: according to this, global redirect will be setup so it will be no longerr referred. do we really need this backport?09:55
amotokivishalmanchanda: on the other hand, the first item says "Agreed to backport the changes as much as possible". I am not sure what we want.09:56
amotokivishalmanchanda: I am not against the backport. I just would like to clarify the situation.09:57
vishalmanchandaamotoki: I didn't see any issue in backporting  to stable branches.10:00
vishalmanchandaamotoki: So you want to remove doc/source/contributor/contributing.rst from stable branches10:00
vishalmanchandaamotoki: I saw that thread that' s why I purpose backport to stable branches "Agreed to backport the changes as much as possible".10:02
amotokivishalmanchanda: from what I read from the email, a backport would be okay. contributing.rst will have no meaning once the global redirect is setup,. After the redirect is setup, contributing.rst in stable branches will not be referred and a project can remove it for clarification (per project decision),. right?10:04
vishalmanchandaamotoki: yes.10:05
amotokivishalmanchanda: okay, thanks10:06
vishalmanchandaamotoki: So you are in favor of removing  ``contributing.rst``  from stable branches once global redirect is setup?10:07
amotokivishalmanchanda: no, at the moment the global redirect is not setup yet, so I don't think we should drop 'contributing.rst' right now.10:08
amotokivishalmanchanda: I think an option right now would be either of a backport or to wait for a while. I am okay with either.10:09
amotokivishalmanchanda: I believe I understand the situation correctly and the backport itself is simple enough, so I am okay to approve the bacports.10:09
opendevreviewVishal Manchanda proposed openstack/horizon master: [DNR] Test horizon with latest XStatic-Angular version  https://review.opendev.org/c/openstack/horizon/+/79477410:33
opendevreviewMerged openstack/horizon master: integration tests: Relax router interface status check  https://review.opendev.org/c/openstack/horizon/+/79471810:40
opendevreviewMerged openstack/horizon master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/79471210:40
opendevreviewMerged openstack/horizon stable/victoria: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/79471310:41
opendevreviewVadym Markov proposed openstack/horizon master: CSS fix makes "Delete item" button active  https://review.opendev.org/c/openstack/horizon/+/79342010:44
opendevreviewVadym Markov proposed openstack/horizon master: Fix wrong source when volume launched as instance  https://review.opendev.org/c/openstack/horizon/+/79397010:45
*** e0ne has quit IRC13:02
opendevreviewRadomir Dopieralski proposed openstack/horizon master: Initial test of django sass processor  https://review.opendev.org/c/openstack/horizon/+/79480913:33
*** tmazur has joined #openstack-horizon13:50
vmarkovQuestion for discussion. In Admin-System-System Information-Compute Services we have "Last Updated" column, which always shows "0 minutes" because nova returns heartbeat timer on this report. However, documentation for novaclient shows example reports with reasonable update times and these examples haven't updated since 2016. From position of UX, it is reasonable to rename "Last Updated" column or remove it at all, because failed14:00
vmarkovheartbeat anyway raises alert14:00
*** gmann is now known as gmann_afk14:40
*** dklyle has joined #openstack-horizon14:46
*** josecastroleon has quit IRC15:04
*** josecastroleon has joined #openstack-horizon15:05
*** gmann_afk is now known as gmann15:13
*** josecastroleon has quit IRC16:20
*** ralonsoh has quit IRC16:47
*** rdopiera has quit IRC17:41
*** lvdombrkr has quit IRC18:04
opendevreviewMerged openstack/horizon master: Default role checker should be case-insensitive.  https://review.opendev.org/c/openstack/horizon/+/79130118:45
*** lvdombrkr has joined #openstack-horizon19:37
*** vishalmanchanda has quit IRC19:54
opendevreviewTatiana Ovchinnikova proposed openstack/horizon master: Magic Search filter facet removal fix  https://review.opendev.org/c/openstack/horizon/+/79489920:51
*** gmann is now known as gmann_afk21:51
*** tosky has quit IRC22:01
*** tmazur has quit IRC22:27
*** whoami-rajat has quit IRC23:40

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