opendevreview | yatin proposed openstack/neutron stable/wallaby: [OVN] Correctly set dns_server in dhcpv4/v6 options https://review.opendev.org/c/openstack/neutron/+/824022 | 05:35 |
---|---|---|
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826212 | 05:36 |
opendevreview | yatin proposed openstack/neutron-lib stable/victoria: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826213 | 05:37 |
opendevreview | yatin proposed openstack/neutron-lib stable/ussuri: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826214 | 05:37 |
opendevreview | yatin proposed openstack/neutron stable/xena: [stable-only] Update Placement allocation when min bw rule direction is changed https://review.opendev.org/c/openstack/neutron/+/817529 | 05:49 |
opendevreview | Merged openstack/neutron master: Create a PeriodicWorker for DbQuotaNoLockDriver clean up https://review.opendev.org/c/openstack/neutron/+/825521 | 07:06 |
ykarel | slaweq, hi | 07:42 |
ykarel | slaweq, recheck will not work in xena, would need https://review.opendev.org/c/openstack/neutron/+/817529 to clear xena jobs | 07:42 |
slaweq | ykarel: thx | 07:44 |
ykarel | ralonsoh, bcafarel please check ^ when around | 07:46 |
ralonsoh | let me check | 07:47 |
ralonsoh | ykarel, and why is that? | 07:48 |
ralonsoh | did you check what the problem is? | 07:48 |
ykarel | ralonsoh, it's mentioned in related bug | 07:48 |
ykarel | it was not merged after neutron-lib release | 07:49 |
ykarel | and recently tempest test added in master, this test started running in branches where tempest master is used | 07:49 |
ykarel | ohkk seems neutron-lib minimum in requirements.txt also needs to be bumped along? | 07:51 |
ralonsoh | you can't bump the version in stable releases | 07:51 |
ykarel | ack | 07:52 |
ykarel | was just reading comment in patch | 07:52 |
bcafarel | hmm so xena started to fail because new neutron-lib release? | 07:56 |
bcafarel | that fix may be valid to merge but that reminds me we may be missing a release step, looking | 07:57 |
bcafarel | hmm nevermind that was a change on neutron I was thinking of, like https://review.opendev.org/c/openstack/requirements/+/793108 | 08:01 |
bcafarel | adding neutron in stable requirements (though this should still be done, missing in xena)à | 08:02 |
ykarel | bcafarel, no not neutron-lib, neutron-lib was released couple of weeks back | 08:20 |
ykarel | https://review.opendev.org/c/openstack/releases/+/823780 | 08:20 |
ykarel | https://review.opendev.org/c/openstack/tempest/+/809198 add new test and since then xena job failing | 08:22 |
ykarel | and with https://review.opendev.org/c/openstack/neutron/+/817529 patch that job is passing | 08:22 |
bcafarel | OK https://review.opendev.org/c/openstack/releases/+/823780 we have neutron-lib with the mentioned depends-on tagged in xena | 08:36 |
bcafarel | so https://review.opendev.org/c/openstack/neutron/+/817529 does indeed look good to go I will wait on ralonsoh for final ack | 08:37 |
ralonsoh | let me check | 08:37 |
ralonsoh | bcafarel, yeah, we decided to push this one | 08:38 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Add support for fullypopulated load balancers https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826257 | 09:19 |
opendevreview | yangjianfeng proposed openstack/neutron master: [Server Side] L3 router support ndp proxy https://review.opendev.org/c/openstack/neutron/+/743142 | 09:25 |
opendevreview | Merged openstack/neutron stable/xena: [stable-only] Update Placement allocation when min bw rule direction is changed https://review.opendev.org/c/openstack/neutron/+/817529 | 10:25 |
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: Fix pep8 check https://review.opendev.org/c/openstack/neutron-lib/+/826219 | 10:40 |
opendevreview | Rodolfo Alonso proposed openstack/networking-ovn stable/train: [OVN] Prevent OVS to OVN migration if firewall "iptables_hybrid" https://review.opendev.org/c/openstack/networking-ovn/+/826265 | 10:55 |
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: Dropping lower constraints testing (stable Only) https://review.opendev.org/c/openstack/neutron-lib/+/826266 | 10:58 |
openNaj | Hi Openstack community! | 11:02 |
opendevreview | yatin proposed openstack/neutron-lib stable/victoria: Dropping lower constraints testing (stable Only) https://review.opendev.org/c/openstack/neutron-lib/+/826267 | 11:02 |
openNaj | I’ve installed openstack all-in-one in Centos 7. But, i have an issue with networking. I created an external network in ‘flat’ form (192.168.242.0/24 with gateway 192.168.242.1), and a private network (10.10.10.0/24 with gateway 10.10.10.1). my instances can ping the router’s gateway (192.168.242.22), the floating ip (192.168.242.37), and the host (192.168.242.42), but they can’t reach the real external gateway (192.168.242.1) nor i | 11:03 |
openNaj | In return my host (192.168.242.42) can ping the tenant network’s gateway (10.10.10.1), the floating ip, and the router’s gateway. Also i can ssh in both sides, and i've already permited ICMP in both sides. Could you please help me with this issue? I'm really stuck with that. | 11:04 |
opendevreview | yatin proposed openstack/neutron-lib stable/ussuri: Dropping lower constraints testing (stable Only) https://review.opendev.org/c/openstack/neutron-lib/+/826268 | 11:06 |
ralonsoh | openNaj, that sounds like a network problem between your deployment and the infrastructure backend. If you can't ping the GW IP from a controller node, then this could be a problem in your network | 11:27 |
ralonsoh | (ok, you are not here...) | 11:27 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/train: [OVN] Check new added segments in OVN mech driver https://review.opendev.org/c/openstack/neutron/+/826271 | 11:32 |
ralonsoh | bcafarel, slaweq lajoskatona ^^ please read NOTE 2. I know we don't have OVN in train | 11:32 |
ralonsoh | but this is needed to fix the bug in networking-ovn too | 11:32 |
ralonsoh | thanks!! | 11:32 |
ralonsoh | (I'll push the n-ovn patch in some mins) | 11:33 |
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: [Stable Wallaby Only] CI Jobs fixes https://review.opendev.org/c/openstack/neutron-lib/+/826266 | 11:42 |
opendevreview | Rodolfo Alonso proposed openstack/networking-ovn stable/train: [OVN] Check new added segments in OVN mech driver https://review.opendev.org/c/openstack/networking-ovn/+/826272 | 11:49 |
bcafarel | ralonsoh: sure, looking | 11:51 |
opendevreview | Arnau Verdaguer proposed openstack/neutron master: Add diff log on mech_logger https://review.opendev.org/c/openstack/neutron/+/826275 | 12:21 |
ralonsoh | lajoskatona, hi, I have one question about https://github.com/openstack/tap-as-a-service | 12:23 |
ralonsoh | if I'm not wrong, this extension is for SRIOV backend. | 12:23 |
ralonsoh | does it support OVS? | 12:23 |
ralonsoh | id does, yes | 12:24 |
ralonsoh | another question: how TaaS handles the tunnelled traffic? In other words, does it push the traffic to the TAP port with the headers? or is the same traffic as the original port? | 12:28 |
opendevreview | Arnau Verdaguer proposed openstack/neutron master: Add diff log on mech_logger https://review.opendev.org/c/openstack/neutron/+/826275 | 13:13 |
ykarel | ralonsoh, hi | 13:21 |
ykarel | i am seeing pep8 failures in neutron-lib stable/wallaby https://review.opendev.org/c/openstack/neutron-lib/+/826266 | 13:22 |
ykarel | is it ok to backport https://review.opendev.org/c/openstack/neutron-lib/+/790399 to fix it? | 13:22 |
ykarel | or disabling the failing check in .pylintrc is preferred? | 13:23 |
ykarel | deprecated-decorator one is failing | 13:23 |
slaweq | ralonsoh: lajoskatona mlavalle : hi, when You will have a moment, please take a look at https://review.opendev.org/c/openstack/neutron/+/821208 | 13:33 |
slaweq | thx in advance | 13:33 |
ralonsoh | ykarel, I think so, if needed | 13:46 |
ralonsoh | slaweq, sure | 13:47 |
ykarel | ralonsoh, ack will squash that too | 13:47 |
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: [Stable Wallaby Only] CI Jobs fixes https://review.opendev.org/c/openstack/neutron-lib/+/826266 | 13:52 |
opendevreview | Bence Romsics proposed openstack/neutron stable/victoria: WIP Wait for add_flow before delete_flows https://review.opendev.org/c/openstack/neutron/+/826291 | 13:58 |
mlavalle | slaweq, ralonsoh: no meeting today, right? | 14:02 |
mlavalle | I mean, Neutron meeting | 14:02 |
ralonsoh | mlavalle, we should have the meeting, I don't remember any cancellation | 14:04 |
mlavalle | ralonsoh: I think lajoskatona mentioned last week that today's meeting is canccelled | 14:05 |
ralonsoh | ah right, that's correct | 14:05 |
mlavalle | ralonsoh: https://meetings.opendev.org/meetings/networking/2022/networking.2022-01-18-14.05.log.html#l-92 | 14:05 |
mlavalle | officially cancelled | 14:06 |
openNaj | Hi ! I hope you doing well | 14:08 |
openNaj | I've an issue with openstack-neutron | 14:09 |
ralonsoh | openNaj, I've replied to you before | 14:09 |
ralonsoh | but you left the channel | 14:09 |
ralonsoh | that sounds like a network problem between your deployment and the infrastructure backend. If you can't ping the GW IP from a controller node, then this could be a problem in your network | 14:09 |
openNaj | Oh thank you I didn't see your reply | 14:10 |
openNaj | even if i can ssh my physical host | 14:11 |
amotoki | openNaj: btw, you can find the channel logs at https://meetings.opendev.org/ If you are offline/disconnected, you can check it. | 14:20 |
openNaj | @amotoki Many thanks | 14:27 |
opendevreview | Bence Romsics proposed openstack/neutron stable/victoria: WIP Wait for add_flow before delete_flows https://review.opendev.org/c/openstack/neutron/+/826291 | 14:28 |
opendevreview | Merged openstack/neutron stable/xena: [OVN] Correctly set dns_server in dhcpv4/v6 options https://review.opendev.org/c/openstack/neutron/+/824137 | 14:48 |
slaweq | #startmeeting neutron_ci | 15:00 |
opendevmeet | slaweq: Error: Can't start another meeting, one is in progress. Use #endmeeting first. | 15:00 |
mlavalle | LOL | 15:01 |
slaweq | #endmeeting | 15:01 |
opendevmeet | Meeting ended Tue Jan 25 15:01:21 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:01 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-18-15.00.html | 15:01 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-18-15.00.txt | 15:01 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-18-15.00.log.html | 15:01 |
mlavalle | we had another one of those very looong meetings | 15:01 |
slaweq | ups, I think I didn't close last ci meeting a week ago :) | 15:01 |
slaweq | sorry for that | 15:01 |
slaweq | #startmeeting neutron_ci | 15:01 |
opendevmeet | Meeting started Tue Jan 25 15:01:49 2022 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:01 |
mlavalle | o/ | 15:01 |
ralonsoh | hi | 15:01 |
slaweq | o/ | 15:01 |
mlavalle | LOL, it was a one week long CI meeting | 15:02 |
slaweq | yeah :) | 15:02 |
slaweq | so lets do this one quick as we had last one very long :D | 15:03 |
slaweq | Grafana dashboard: http://grafana.openstack.org/dashboard/db/neutron-failure-rate | 15:03 |
mlavalle | yeap | 15:03 |
slaweq | #topic Actions from previous meetings | 15:03 |
slaweq | lajoskatona to check if we can use neutron from master in the networking-bgpvpn master branch jobs | 15:03 |
mlavalle | you must be exhausted | 15:03 |
slaweq | LOL | 15:03 |
slaweq | yeah | 15:03 |
bcafarel | o / | 15:03 |
slaweq | I think lajoskatona is not available now, so I will keep this action item for him for next week | 15:04 |
ykarel | o/ | 15:04 |
mlavalle | he is not | 15:04 |
slaweq | #action lajoskatona to check if we can use neutron from master in the networking-bgpvpn master branch jobs | 15:04 |
slaweq | and that was the only AI from last week for today | 15:04 |
slaweq | #topic Stable branches | 15:04 |
slaweq | bcafarel: any updates about stable branches CI? | 15:04 |
bcafarel | with xena fix merged a few hours ago (looking for link) we are good from my last checks | 15:05 |
bcafarel | ah https://review.opendev.org/c/openstack/neutron/+/817529 | 15:05 |
ykarel | for neutron-lib stable branches i see ci jobs have issues | 15:06 |
ykarel | so pushed https://review.opendev.org/c/openstack/neutron-lib/+/826266 for wallaby | 15:06 |
slaweq | thx ykarel | 15:07 |
ykarel | for victoria/ussuri also pushed patches but those need some updates | 15:07 |
slaweq | yes, we usually don't push patches to stable branches in neutron-lib so we could not know about it | 15:07 |
ykarel | yeap i too noticed when i pushed a backport :) | 15:08 |
bcafarel | :) | 15:08 |
slaweq | but why this is only for wallaby? | 15:08 |
slaweq | isn't something similar needed also for newer stable branches? | 15:08 |
slaweq | like change to use proper neutron-tempest-plugin-api job there | 15:08 |
ykarel | actually changes are wallaby specific | 15:08 |
ykarel | like job name contains -wallaby | 15:08 |
slaweq | ok, but will You push similar changes to other branches too? | 15:09 |
ykarel | yes | 15:09 |
slaweq | ok, thx a lot | 15:09 |
slaweq | so we can move on to the next topic | 15:10 |
slaweq | #topic Stadium projects | 15:11 |
slaweq | lajoskatona: is not here so probably we will not have a lot of updates here | 15:11 |
slaweq | we already know about neutron-lib issues in stable branch | 15:11 |
slaweq | do You know about any other issues with stadium CI? | 15:11 |
bcafarel | not that I saw at least | 15:12 |
slaweq | ok, good | 15:12 |
slaweq | so I think we can move on :) | 15:12 |
slaweq | #topic Grafana | 15:12 |
slaweq | #link http://grafana.openstack.org/dashboard/db/neutron-failure-rate | 15:12 |
slaweq | IMO numbers looks pretty good this week | 15:13 |
ralonsoh | +1 | 15:13 |
slaweq | the only job on a bit high failure rate is functional tests job | 15:13 |
gmann | sorry missed the topic for stable branch CI. can i just update a quick think for stable/train testing ? | 15:13 |
slaweq | but it's also not very bad | 15:13 |
slaweq | gmann: sure | 15:13 |
gmann | as stable/train is in EM, I am capping it with older tempest (26.1.0). | 15:13 |
gmann | with some workaround I am able to run it successfully. I have tested neutron (master, stable/train, neutron-tempest-plugin) along with other projects | 15:14 |
gmann | #link https://review.opendev.org/q/topic:%22train-tempest-cap%22+(status:open%20OR%20status:merged) | 15:14 |
gmann | we might be merging devstack and tempest change soon, so if you encounter any issue please ping me anytime | 15:14 |
gmann | also tested neutron stable/ussuri grenade job | 15:15 |
slaweq | https://0735506f8023839b161e-58818f8d6a88f31ae0841c158a7f2252.ssl.cf2.rackcdn.com/816597/6/check/networking-ovn-tempest-dsvm-ovs-release/beb12c3/job-output.txt | 15:15 |
gmann | or anything more to be tested before we merge the change | 15:15 |
slaweq | I think we may need to update also networking-ovn job there | 15:15 |
gmann | slaweq: ah, sorry missed that. I will check after meeting | 15:16 |
slaweq | thx gmann | 15:16 |
slaweq | if You will need anything, please ping me | 15:16 |
gmann | sure | 15:17 |
gmann | I will debug today and update you on this | 15:17 |
gmann | that is all for me | 15:17 |
gmann | from me for meeting | 15:17 |
slaweq | now, number of rechecks to get patch merged | 15:17 |
slaweq | +---------+----------+... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/hXiNdGcZOfaENfXPQmyTmtJw) | 15:17 |
slaweq | it looks really good in last weeks | 15:17 |
slaweq | :) | 15:17 |
slaweq | if there is nothing else regarding grafana, I think we can move on | 15:20 |
slaweq | #topic fullstack/functional | 15:20 |
slaweq | I found some issues in functional jobs | 15:20 |
slaweq | neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi.test_agent_list | 15:20 |
slaweq | https://12d9c9014a31cd38106f-d99046410a2db92aeb18e96327c94fc0.ssl.cf1.rackcdn.com/825513/1/gate/neutron-functional-with-uwsgi/8857dcc/testr_results.html | 15:20 |
ralonsoh | this is still under development | 15:20 |
ralonsoh | there is a patch to use the Neutron DB | 15:20 |
ralonsoh | instead of a local cache | 15:20 |
slaweq | so it's known issue, right? | 15:21 |
ralonsoh | yes | 15:21 |
slaweq | great, one less :) | 15:21 |
slaweq | thx ralonsoh | 15:21 |
slaweq | next one is something what I saw most often this week | 15:21 |
slaweq | assertion errors in nb_gobal_event.wait() | 15:22 |
slaweq | https://zuul.opendev.org/t/openstack/build/bece91989f6b4436be91557509e396b2... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/QMzBsFrbvDRHnipkWXYFAviC) | 15:22 |
slaweq | did You saw it already maybe? | 15:22 |
ralonsoh | yes and lajoskatona pushed a patch for this | 15:22 |
ralonsoh | one sec | 15:22 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/825530 | 15:23 |
slaweq | ahh, ok | 15:23 |
slaweq | I saw that patch today | 15:23 |
slaweq | but it is also failing on functional tests and it seems that it's related | 15:23 |
slaweq | next one | 15:24 |
slaweq | network interface not found in namespace | 15:24 |
slaweq | https://zuul.opendev.org/t/openstack/build/002e6bbc4a5a4cd698db8beaa77e971a | 15:24 |
slaweq | https://zuul.opendev.org/t/openstack/build/de9d16f06d2a477ab2a355268c0fcf3d | 15:24 |
slaweq | this one happens from time to time | 15:24 |
slaweq | I think I saw it already earlier | 15:24 |
ralonsoh | https://bcf5e84ce85dfd740e48-c3fbbb652718002c010964532c238f5b.ssl.cf2.rackcdn.com/825428/5/check/neutron-functional-with-uwsgi/de9d16f/testr_results.html | 15:24 |
ralonsoh | is this one related to the problem of the "shy" port? | 15:25 |
ralonsoh | no, that was a problem in Train | 15:25 |
ralonsoh | and you pushed the fix | 15:25 |
mlavalle | lol, "el puerto penoso" | 15:25 |
ralonsoh | timido | 15:25 |
mlavalle | +1 | 15:26 |
slaweq | but I think this may be something similar to what we saw in one of the d/s issues | 15:27 |
slaweq | with dhcp port | 15:27 |
slaweq | that ovs transaction was aborted and port wasn't created | 15:27 |
ralonsoh | yes, that's the bug I was talking about | 15:27 |
slaweq | I will check that deeper | 15:27 |
ralonsoh | ++ | 15:27 |
slaweq | #action slaweq to check missing devices in the namespace, like in https://11881b08dc5457b2ffc3-34db3bac40a43d535a8bfaf3904b1b2c.ssl.cf5.rackcdn.com/821208/8/check/neutron-functional-with-uwsgi/002e6bb/testr_results.html | 15:27 |
slaweq | and the last one | 15:28 |
slaweq | neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCaseOwnBridge.test_good_address_allocation | 15:28 |
slaweq | https://49a71c27f1891b6ef61e-c80779e78a1a20b721125eb9333742c5.ssl.cf2.rackcdn.com/825428/4/check/neutron-functional-with-uwsgi/7ca0cf1/testr_results.html | 15:28 |
slaweq | this one I saw only once | 15:28 |
mlavalle | so just keep an eye on it? | 15:29 |
slaweq | but I really don't think it could be related to the patch on which it was run | 15:29 |
slaweq | mlavalle: yes, if nobody saw it before, I think it will be good idea | 15:29 |
mlavalle | +1 | 15:29 |
opendevreview | Frode Nordahl proposed openstack/neutron master: [OVN] Add unit test for binding profile validation https://review.opendev.org/c/openstack/neutron/+/826099 | 15:30 |
opendevreview | Frode Nordahl proposed openstack/neutron master: [OVN] Extend port binding parameter validation https://review.opendev.org/c/openstack/neutron/+/818420 | 15:30 |
opendevreview | Frode Nordahl proposed openstack/neutron master: WIP ovn: Off-path SmartNIC DPU Port Binding with OVN https://review.opendev.org/c/openstack/neutron/+/808961 | 15:30 |
slaweq | ok, so that are all functional jobs issues from me for today | 15:31 |
obondarev | https://bugs.launchpad.net/neutron/+bug/1955008 - saw it couple of times | 15:31 |
obondarev | sorry for being late | 15:31 |
slaweq | obondarev: ahh, yes | 15:32 |
obondarev | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_f76/825521/3/gate/neutron-functional-with-uwsgi/f76cef6/testr_results.html | 15:32 |
slaweq | that one I saw too but didn't mention it here as it is reported already :) | 15:32 |
obondarev | ah | 15:32 |
obondarev | right | 15:32 |
slaweq | I have it on my todo list already | 15:32 |
obondarev | just raised here as it has no assignee | 15:32 |
slaweq | so I will try to investigate it | 15:32 |
obondarev | cool :) | 15:32 |
slaweq | obondarev: thx for reminding about it | 15:32 |
slaweq | #action slaweq to check bug https://bugs.launchpad.net/neutron/+bug/1955008 | 15:33 |
slaweq | ok, next topic | 15:33 |
slaweq | #topic Tempest/Scenario | 15:33 |
slaweq | I think ykarel added one issue there: | 15:34 |
slaweq | https://cfaa2d1e4f6a936642aa-ae5561c9d080274a217713c4553af257.ssl.cf5.rackcdn.com/824022/2/check/neutron-tempest-plugin-scenario-openvswitch-wallaby/a7c128e/testr_results.html | 15:34 |
slaweq | https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_803/824022/2/check/neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-wallaby/803c276/testr_results.html | 15:34 |
ykarel | yes i noticed ^ in a backport patch | 15:34 |
ykarel | not sure if similar issue is known | 15:34 |
ykarel | also i couldn't trace why those failed | 15:34 |
slaweq | hmm | 15:35 |
slaweq | in both cases it seems that metadata was configured properly on instances | 15:35 |
slaweq | so connection from vm to router worked fine | 15:36 |
ykarel | yes | 15:37 |
slaweq | I'm looking at https://cfaa2d1e4f6a936642aa-ae5561c9d080274a217713c4553af257.ssl.cf5.rackcdn.com/824022/2/check/neutron-tempest-plugin-scenario-openvswitch-wallaby/a7c128e/testr_results.html | 15:39 |
slaweq | and if You look for the IP address 172.24.5.205 You will find IMO strange entry in the arp entries: | 15:39 |
slaweq | 172.24.5.205 0x1 0x0 00:00:00:00:00:00 * br-ex | 15:39 |
slaweq | for all other FIPs it is properly set to MAC of some qg- interface | 15:40 |
ykarel | yes correct, what can cause that? | 15:40 |
slaweq | do You know why it's 00:00:00:00:00:00 | 15:40 |
ykarel | nope | 15:40 |
slaweq | maybe that causes problem? | 15:40 |
ykarel | possibly yes | 15:40 |
slaweq | ralonsoh: can You take a look at it maybe? | 15:42 |
ralonsoh | I can, yes, probably at the end of this week | 15:42 |
slaweq | thx a lot | 15:43 |
slaweq | #action ralonsoh to check ssh failures and arp entry with 00:00:00:00:00:00 | 15:43 |
slaweq | thx ykarel for reporting this here | 15:43 |
slaweq | last one for today | 15:43 |
slaweq | https://278f4cf4e040bdd4e722-74c6967b9c388ca77dd0a83c1c662326.ssl.cf5.rackcdn.com/824378/3/check/neutron-tempest-plugin-scenario-linuxbridge/3b878c4/testr_results.html | 15:43 |
slaweq | it's again bug https://bugs.launchpad.net/neutron/+bug/1945283 | 15:44 |
slaweq | someone will need to take a look at it | 15:44 |
slaweq | any volunteer? | 15:44 |
slaweq | :) | 15:44 |
mlavalle | chiI'll take it | 15:44 |
slaweq | chil'll ? :D | 15:44 |
mlavalle | I'll take it | 15:45 |
mlavalle | :-) | 15:45 |
slaweq | :) | 15:45 |
slaweq | thx mlavalle | 15:45 |
slaweq | #action mlavalle to investigate https://bugs.launchpad.net/neutron/+bug/1945283 | 15:45 |
slaweq | and that's all what I had for today | 15:45 |
slaweq | periodic jobs are all green last few days | 15:45 |
slaweq | so it's very good | 15:45 |
slaweq | do You have anything else related to CI to discuss today? | 15:46 |
ralonsoh | nothing from me | 15:47 |
slaweq | if not, I have one last thing | 15:47 |
slaweq | next week I will be busy with some internal meetings so I would like to cancel CI meeting | 15:47 |
slaweq | and in 2 weeks I should be on holidays so also I will not be able to chair it | 15:47 |
ralonsoh | we can skip next week meeting | 15:47 |
ralonsoh | I can chair it in 2 weeks | 15:47 |
mlavalle | +1 | 15:48 |
slaweq | will that be ok for You if we will cancel next 2 CI meetings and get back it it on 15.02 ? | 15:48 |
slaweq | ralonsoh: ok, thx a lot | 15:48 |
slaweq | so I will cancel meeting next week and You will do it in 2 weeks | 15:48 |
slaweq | thx a lot | 15:48 |
mlavalle | I think it is better if ralonsoh CHAIRS IN 2 WEEKS | 15:48 |
ralonsoh | perfect then | 15:48 |
slaweq | thx for attending the meeting today | 15:49 |
slaweq | have a great day and see You online | 15:49 |
mlavalle | CI is mischivious. Likes to give us surprises when we don't mind it | 15:49 |
slaweq | #endmeeting | 15:49 |
opendevmeet | Meeting ended Tue Jan 25 15:49:19 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:49 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-25-15.01.html | 15:49 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-25-15.01.txt | 15:49 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-01-25-15.01.log.html | 15:49 |
ralonsoh | bye | 15:49 |
mlavalle | o/ | 15:49 |
obondarev | o/ | 15:49 |
slaweq | ok, today I closed the meeting properly :) | 15:49 |
ykarel | bye | 15:49 |
mlavalle | slaweq: that's good, otherwise we were going to have a 2 weeks meeting | 15:50 |
slaweq | ++ | 15:50 |
mlavalle | exhausting | 15:50 |
opendevreview | yatin proposed openstack/neutron-lib stable/wallaby: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826212 | 15:58 |
opendevreview | Merged openstack/neutron master: Update secure RBAC policies accordingly to the new guidelines https://review.opendev.org/c/openstack/neutron/+/821208 | 16:01 |
opendevreview | yatin proposed openstack/neutron-lib stable/victoria: Dropping lower constraints testing (stable Only) https://review.opendev.org/c/openstack/neutron-lib/+/826267 | 16:03 |
opendevreview | yatin proposed openstack/neutron-lib stable/victoria: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826213 | 16:04 |
opendevreview | Ghanshyam proposed openstack/networking-ovn stable/train: Pin neutron-tempest-plugin for EM stable/train testing https://review.opendev.org/c/openstack/networking-ovn/+/826321 | 16:23 |
opendevreview | Ghanshyam proposed openstack/neutron stable/train: DNM: test tempest 26.1.0 tag https://review.opendev.org/c/openstack/neutron/+/816597 | 16:24 |
opendevreview | Rodolfo Alonso proposed openstack/ovn-octavia-provider master: [WIP] [FT] Enable OVS and OVN compilation from source https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826323 | 16:30 |
opendevreview | yatin proposed openstack/neutron-lib stable/ussuri: Dropping lower constraints testing (stable Only) https://review.opendev.org/c/openstack/neutron-lib/+/826268 | 16:30 |
ralonsoh | froyo, ^^ check this patch | 16:30 |
ralonsoh | well, the previous one | 16:30 |
ralonsoh | froyo, https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826323 | 16:30 |
ralonsoh | https://zuul.opendev.org/t/openstack/status#826323 | 16:30 |
opendevreview | yatin proposed openstack/neutron-lib stable/ussuri: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826214 | 16:31 |
froyo | ralonsoh: lets see :) | 16:34 |
opendevreview | Rodolfo Alonso proposed openstack/ovn-octavia-provider master: [WIP] [FT] Enable OVS and OVN compilation from source https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826323 | 16:46 |
opendevreview | Rodolfo Alonso proposed openstack/ovn-octavia-provider master: [FT] Enable OVS and OVN compilation from source https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826323 | 17:10 |
opendevreview | Roman Goncharov proposed openstack/neutron-lib stable/train: Enforce policy for qos_policy_id attribute https://review.opendev.org/c/openstack/neutron-lib/+/826225 | 19:08 |
opendevreview | Elvira García Ruiz proposed openstack/neutron master: [OVN] Fix overlapping security group objects not correctly applied https://review.opendev.org/c/openstack/neutron/+/822096 | 19:28 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/ussuri: [OVS] Workaround when OpenFlow controller restarts https://review.opendev.org/c/openstack/neutron/+/826226 | 19:36 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/train: [OVS] Workaround when OpenFlow controller restarts https://review.opendev.org/c/openstack/neutron/+/826227 | 19:36 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/train: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs https://review.opendev.org/c/openstack/neutron/+/819443 | 19:37 |
*** jlibosva is now known as Guest591 | 22:12 | |
gmann | slaweq: ovs job with tempest cap in train working fine with this fix https://review.opendev.org/c/openstack/networking-ovn/+/826321 | 22:44 |
opendevreview | Terry Wilson proposed openstack/neutron master: WIP Use neutron db for ovn agents https://review.opendev.org/c/openstack/neutron/+/818850 | 23:07 |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Fix gerrit dashboards url's in docs https://review.opendev.org/c/openstack/neutron/+/826397 | 23:18 |
opendevreview | Merged openstack/neutron-vpnaas master: Change BUILD_OVS_FROM_SOURCE to Q_BUILD_OVS_FROM_GIT https://review.opendev.org/c/openstack/neutron-vpnaas/+/824560 | 23:59 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!