Wednesday, 2022-11-30

opendevreviewMerged openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/84711703:10
opendevreviewOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/86609803:49
opendevreviewTakashi Kajinami proposed openstack/os-vif master: Fix how deprecated_reason of ovsdb_interface is logged  https://review.opendev.org/c/openstack/os-vif/+/86610205:13
labedz__hello, do you think it is good idea to backport this 'improvement' https://review.opendev.org/c/openstack/neutron/+/860471 to older releases?09:12
*** labedz__ is now known as labedz09:12
ralonsohlabedz, actually I don't know why this patch is merged09:13
ralonsohI would prefer Terry Wilson to check it first09:13
ralonsohI'm not sure about it09:13
labedzsure09:13
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: fix issue when network is already removed  https://review.opendev.org/c/openstack/neutron/+/86582309:28
sahido/09:28
sahidralonsoh: ^ I fixed the patch based on your suggestion09:28
ralonsohok, let me check09:29
marlincHey there, last year this patch was introduced that makes a 'parent' interface for VXLAN interfaces mandatory https://opendev.org/openstack/neutron/commit/16a793af19a2dc13e3d121b36db52d6b9ec25278, it refers to this bug in Launchpad which mentions the kernel documentation as reason for it https://bugs.launchpad.net/neutron/+bug/195431609:48
marlincThis is however not a requirement in the kernel and actually causes problems for EVPN based VXLAN deployments09:49
ralonsohmarlinc, do you have a doc reference?09:49
marlincThis is the documentation you mention, it refers to no requirement for a parent interface https://www.kernel.org/doc/Documentation/networking/vxlan.txt09:50
ralonsohmarlinc, this is the document of the bug09:50
ralonsohfirst command:09:50
ralonsoh1. Create vxlan device09:50
ralonsoh # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 478909:50
ralonsoh--> dev eth109:50
marlincYes but it is not a requirement, in fact when you look in practice at for example EVPN-VXLAN deployments or even tools like CIlium on Kubernetes they don't define this09:51
ralonsohmarlinc, 09:51
ralonsohroot@u20ovn:~# ip link add vxlan0 type vxlan id 50 group 239.1.1.1 dstport 478909:51
ralonsohvxlan: 'group' requires 'dev' to be specified09:51
ralonsohif you don't specify a parent port, the vxlan port can't be created09:52
marlincYes if you use group which is only necessary in case of multicast based deployments09:52
marlincVXLAN however also can be used in unicast settings where neither group nor dev are required09:52
ralonsohmarlinc, you are right09:53
ralonsohplease open a bug09:53
marlincWill do!09:53
marlincWe recently discovered this while upgrading our stable xena release to the latest commit and discovered this was backported so I was just wondering what existing feature this was breaking09:54
ralonsohmarlinc, because we always use vxlan devices in multicast mode, that was mandatory09:55
ralonsohand pyroute2 was failing because of this09:55
marlincAh cool09:56
marlincMight be good time to upstream our VXLAN EVPN patch for the nolearning option10:03
ralonsohslaweq, https://bugs.launchpad.net/neutron/+bug/1998235. Is this related to this patch you were implementing?10:10
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP] Allow shared resources between physical and tunnelled networks  https://review.opendev.org/c/openstack/neutron/+/86612710:11
ralonsohfroyo, hi, do you mind checking https://bugs.launchpad.net/neutron/+bug/1998226? 10:12
froyoralonsoh: sure!! 10:13
opendevreviewRodolfo Alonso proposed openstack/networking-ovn stable/train: Remove "networking-ovn-dsvm-functional-py27" job  https://review.opendev.org/c/openstack/networking-ovn/+/86602210:49
opendevreviewRoberto Bartzen Acosta proposed openstack/neutron-dynamic-routing master: Fix address_scope calculation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/86370810:59
*** dasm|off is now known as dasm12:43
opendevreviewLajos Katona proposed openstack/neutron master: Fix bulk create without mac  https://review.opendev.org/c/openstack/neutron/+/86388112:44
opendevreviewTakashi Kajinami proposed openstack/os-vif master: Fix how deprecated_reason of ovsdb_interface is logged  https://review.opendev.org/c/openstack/os-vif/+/86610213:01
bcafarelralonsoh: for https://review.opendev.org/c/openstack/networking-ovn/+/866022 you can also remove playbooks/legacy/networking-ovn-dsvm-functional-py27/ directory (promised after that I will stop finding files to remove)13:57
ralonsohbcafarel, sure13:57
slaweqralonsoh sorry, I missed Your ping earlier14:08
slaweqyes I marked this LP as duplicate as it's the same, old and known issue14:08
ralonsohslaweq, thanks14:08
slaweqralonsoh: yw14:08
opendevreviewRodolfo Alonso proposed openstack/networking-ovn stable/train: Remove "networking-ovn-dsvm-functional-py27" job  https://review.opendev.org/c/openstack/networking-ovn/+/86602215:06
opendevreviewAnton Kurbatov proposed openstack/neutron master: Do not emit ssl warnings in the test_ssl_connection test  https://review.opendev.org/c/openstack/neutron/+/86617815:20
opendevreviewFelix Huettner proposed openstack/neutron master: Fix handling the restart of ovn-controllers  https://review.opendev.org/c/openstack/neutron/+/86569715:23
lajoskatonaseems fullstack is broken: https://zuul.opendev.org/t/openstack/builds?job_name=neutron-fullstack-with-uwsgi&branch=master&skip=015:51
lajoskatonaa lot of failures with test_packet_rate_limit_qos_policy_rule_lifecycle(ingress) & test_packet_rate_limit_qos_policy_rule_lifecycle(egress)15:52
lajoskatonathe bug for it: https://bugs.launchpad.net/neutron/+bug/199835315:56
ralonsohlajoskatona, checking now, most probably due to https://review.opendev.org/c/openstack/neutron/+/85641116:18
ralonsohbut why now??16:18
lajoskatonaralonsoh: ok, thanks, I checked more recent patches16:20
lajoskatonaralonsoh: perhaps somehow merged effect with https://review.opendev.org/c/openstack/neutron/+/837780 ?16:20
lajoskatonajust a tip, I have to check the details16:21
ralonsohlajoskatona, yes because of this https://review.opendev.org/c/openstack/neutron/+/837780/18/neutron/services/trunk/drivers/openvswitch/driver.py#9616:22
ralonsohor at least is what I think16:22
ralonsohI'll check it 16:22
*** labedz is now known as labedz_16:49
opendevreviewMerged openstack/ovn-octavia-provider stable/yoga: Make clear distinction between health check and health monitor  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/86590716:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: Load OVS Trunk extension if service plugin configured  https://review.opendev.org/c/openstack/neutron/+/86621020:22
*** Guest305 is now known as atmark21:07
*** dasm is now known as dasm|off22:23
opendevreviewBrian Haley proposed openstack/neutron master: Fix some pylint indentation warnings  https://review.opendev.org/c/openstack/neutron/+/86622522:41
opendevreviewBrian Haley proposed openstack/neutron master: Update .pylintrc  https://review.opendev.org/c/openstack/neutron/+/86622622:41
opendevreviewBrian Haley proposed openstack/neutron master: Fix some pylint indentation warnings  https://review.opendev.org/c/openstack/neutron/+/86392823:03

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