Thursday, 2022-08-04

opendevreviewZhouHeng proposed openstack/neutron master: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85199700:54
opendevreviewMerged openstack/neutron master: Fix return value in BaseScheduler class  https://review.opendev.org/c/openstack/neutron/+/85180001:05
*** tweining|off is now known as tweining06:51
sahido/07:00
*** amoralej|off is now known as amoralej07:05
opendevreviewWeronika Sikora proposed openstack/neutron master: Avoid unnecessary db calls with l2pop  https://review.opendev.org/c/openstack/neutron/+/85208907:53
opendevreviewayenachew molla proposed openstack/neutron-tempest-plugin master: Delete tcp rule from a security group  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/84826809:44
opendevreviewRodolfo Alonso proposed openstack/neutron master: [DNM] [OVN][QoS] Add minimum bandwidth rule support to ML2/OVN  https://review.opendev.org/c/openstack/neutron/+/84229209:51
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85213009:59
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85213110:00
opendevreviewMerged openstack/neutron stable/yoga: Implement specific tracked resource count method per quota driver  https://review.opendev.org/c/openstack/neutron/+/85191510:15
opendevreviewMerged openstack/neutron stable/xena: Implement specific tracked resource count method per quota driver  https://review.opendev.org/c/openstack/neutron/+/85191810:15
opendevreviewMerged openstack/neutron stable/train: Add workaround for eventlet.greendns bug  https://review.opendev.org/c/openstack/neutron/+/85153710:15
opendevreviewMerged openstack/neutron-dynamic-routing master: Fix missing functions in StaticScheduler  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/84917810:41
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85215510:50
opendevreviewRodolfo Alonso proposed openstack/neutron stable/victoria: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85215610:51
opendevreviewRodolfo Alonso proposed openstack/neutron stable/ussuri: [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions  https://review.opendev.org/c/openstack/neutron/+/85215710:51
*** amoralej is now known as amoralej|lunch11:06
opendevreviewMerged openstack/neutron stable/ussuri: Port update will trigger less notifications to the DHCP agents  https://review.opendev.org/c/openstack/neutron/+/85138912:16
*** elvira2 is now known as elvira12:30
*** amoralej|lunch is now known as amoralej12:30
opendevreviewMerged openstack/networking-bagpipe master: Remove "distutils" library  https://review.opendev.org/c/openstack/networking-bagpipe/+/84236912:33
*** dasm|off is now known as dasm13:15
opendevreviewMerged openstack/neutron stable/train: [stable/train] Convert neutron-tempest-postgres-full to zuul v3  https://review.opendev.org/c/openstack/neutron/+/85151214:25
*** gibi is now known as gibi_pto15:37
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint  https://review.opendev.org/c/openstack/neutron/+/84145915:39
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host  https://review.opendev.org/c/openstack/neutron/+/84183815:39
*** amoralej is now known as amoralej|off15:56
spatelralonsoh or anyone else available, this is where i stuck in my ovn-bgp-agent  EVPN mode testing - https://paste.opendev.org/show/bLPjGNButUU2x3umEepp/16:04
spatelfollowing this doc - https://ltomasbo.wordpress.com/2021/06/25/openstack-networking-with-evpn/16:04
spatelDo i need to add this by hand or agent will do ( ovs-vsctl add-port br-ex vrf-1001 ) ?16:05
ralonsohspatel, I don't even know where this repo is hosted16:06
ralonsohwhere can I find this code?16:06
ralonsohI think you should ping Luis Tombaso16:06
spatelhttps://opendev.org/x/ovn-bgp-agent16:07
spatelThis is the code of EVPN mode driver - https://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/drivers/openstack/ovn_evpn_driver.py16:08
ralonsohspatel, do you see in your logs this16:09
ralonsohLOG.debug('Either "%s" or "%s" were not found or have an '16:09
ralonsoh                      'invalid value in the port %s '16:09
ralonsoh                      'external_ids %s', constants.OVN_EVPN_VNI_EXT_ID_KEY,16:09
ralonsoh                      constants.OVN_EVPN_AS_EXT_ID_KEY, port.logical_port,16:09
ralonsoh                      port.external_ids)16:09
ralonsohyes, first line16:10
spatelYes i can that in logs16:10
ralonsohyou didn't set "neutron_bgpvpn:as"16:10
ralonsohin external_ids16:10
ralonsohhttps://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/drivers/openstack/utils/ovn.py#L251-L26316:11
spatelhmm 16:13
spateli didn't set anything in external_ids 16:13
spateli am following doc and there are no instruction related that16:14
ralonsohspatel, you did16:14
ralonsoh# At OVN NB DB16:14
ralonsoh# ovn-nbctl set logical_switch_port 5bc97046-6483-4e5a-98db-0e616acfac07 external_ids:"neutron_bgpvpn\:vni"=1001                  16:14
ralonsoh# ovn-nbctl set logical_switch_port 64e99514-6e13-43c9-a11f-7861bf6f75a4 external_ids:"neutron_bgpvpn\:vni"=1001  16:14
ralonsohI know there is nothing in the doc16:14
ralonsohbut please read the code16:14
ralonsohhttps://opendev.org/x/ovn-bgp-agent/src/branch/master/ovn_bgp_agent/drivers/openstack/utils/ovn.py#L251-L26316:14
spatelohhh i thought you are talking about ovs .. sorry 16:14
spatelI did set vni in extranal_ids 16:14
spatelI only set neutron_bgpvpn:vni"="2001" so code saying i should add neutron_bgpvpn:as too.. hmm16:18
spatelLogs is saying Either "neutron_bgpvpn:vni" or "neutron_bgpvpn:as" so i thought it just required either vni or AS 16:18
spateli can set AS and see how it goes 16:19
spatelralonsoh that works... i can see it created vxlan-2001 interface and added vm ip in bgp expose 16:23
ralonsohperfect then16:23
spatelralonsoh thank you for second eyes on that.. sorry i am not very expert in python coding so i miss understood that block :( 16:26
*** dasm is now known as dasm|off22:11

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