Monday, 2021-10-25

opendevreviewManu B proposed openstack/neutron-dynamic-routing master: Updating status, name field and handling reboot operation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/81130006:16
*** bcafarel_ is now known as bcafarel07:01
*** MikeCTZA_ is now known as MikeCTZA07:23
kevkoHi guys08:21
kevkoi would like to ask if there is a way how to schedule multiple speakers on neutron-dragent08:22
kevkothere is also https://bugs.launchpad.net/neutron/+bug/1528003 << but it looks like it was not implemented ? 08:23
fricklerkevko: iiuc is wasn't implemented because os-ken/ryu doesn't support it. what would be your use case?08:34
kevkofrickler: I have several (2 in this moment) external networks and want to advertise next-hops via dragent to 2 BGP remote AS08:36
kevkoit's possible to create speaker with two peers ..but that's  not acceptable by security team :( ..and I little bit understand them .. in this case openstack's side AS is same 08:37
kevkoso ideally i would like to have multiple address scopes, multiple speakers (and peers) and speakers schedulable to dragent at once 08:39
kevkowhich is not possible with osken08:39
fricklerkevko: hmm, o.k., in that case you need to use multiple dragents currently. though then you'll also suffer from https://bugs.launchpad.net/neutron/+bug/192006508:39
kevkoyeah, that's the point ... for now I have to run 2x more dragents and split schenario to 50:50 dragents :/08:42
fricklerI'm wondering whether one could run two dragents per host08:42
kevkoyeah, I was thinking about it also .. but currently we using kolla-ansible deployment ..where I have to change code in non-trivial way to reach this08:46
eugenmayerGood morning. I'am trying to setup a provider network for self-service. I'am using OVN. I configured the neutron bridge mappings on my controller/computes. I did map eth2:br-lan and eth3:br-lan. Checking on the compute1 box for example, it looks right for both (here the overview https://gist.github.com/EugenMayer/81747df977e15f2d7dd284af75fb4747). For this all looks right (on the neutron server as on the agents on the 08:47
eugenmayercomputes). All use the right interface for br-lan (physnet1). Now i created a openstack network 'flat' like this https://ibb.co/bFFhJBR using the subnet of the interface (for eth2/br-lan/physnet1 it is 10.0.0.0/24) and then spawned an instance in that network. That instance fails to get the network up and is disconnect 08:47
eugenmayerAny hints what i might do wrong in the core setup here? Trying to wrestle with the docs and fairly new ovn concept for me, but i'am not able to spot the mistake08:47
fricklerkevko: well changing the code in n-d-r would be even less trivial I guess. and noone will do it for you, either, as the projects is mostly in maintenance mode08:48
kevkofrickler: yeah, understand, will this help me https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/780675 if I patch the code even if it is not merged now ? 08:55
kevko(in case I will use 2x more dragents and split the traffic on half ..)08:55
kevkofrickler: and btw, why it is in maintanance ? Will it be removed ? neutron-dynamic-rounting is nice and cool feature ..or is it just because it is quite simple and working ..so code is not changing ? 08:56
fricklerkevko: it may, I haven't tested it yet, because I'm trying to implement the solution that I suggested in the latest comment - try to do a static scheduler08:56
fricklerkevko: it was about to be removed some cycles ago because noone wanted to maintain it. so for now I adopted it, but not sure how sustainable that is in the long run08:57
fricklerthere's also some new patches submitted and other neutron cores promised to take those up, we'll see how that goes08:58
kevkofrickler: hmm, hope it won't be removed :'( , we are using it quite a lot 08:59
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Don't setup bridge controller if it is already set  https://review.opendev.org/c/openstack/neutron/+/81525509:03
fricklerkevko: I'm curious, do you use it for FIPs or tenant networks? if the latter, v4 or v6 or both?09:04
kevkofrickler: for tenant networks, only ipv4 as it's medium/bigger openstack cluster  - but private .. do not need to use ipv609:07
opendevreviewManu B proposed openstack/neutron-lib master: Addition of status and name field to bgp_associations API  https://review.opendev.org/c/openstack/neutron-lib/+/81355709:13
kevkofrickler: can I replace neutron-dynamic-routing with something else ? 09:14
fricklerkevko: there's a ovn-bgp-agent project, in case moving to ovn is an option for you. otherwise, if it works fine for you, maybe consider just contributing to maintaining it?09:27
opendevreviewMaxim Korezkij proposed openstack/neutron-vpnaas master: Added strongswan supported diffie-helllman-groups  https://review.opendev.org/c/openstack/neutron-vpnaas/+/80271409:48
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/81526509:53
opendevreviewMaxim Korezkij proposed openstack/neutron-vpnaas master: Added strongswan supported diffie-helllman-groups  https://review.opendev.org/c/openstack/neutron-vpnaas/+/80271409:55
fricklerkevko: ^^ I'm a bit astonished that it seems to be that simple09:55
fricklerwill add CI testing and things, but maybe you can also give it a spin in your environment09:56
opendevreviewRodolfo Alonso proposed openstack/neutron master: Check a namespace existence by checking only its own directory  https://review.opendev.org/c/openstack/neutron/+/81486809:59
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Don't setup bridge controller if it is already set  https://review.opendev.org/c/openstack/neutron/+/81525510:16
opendevreviewMaxim Babushkin proposed openstack/neutron master: Add "FLAVOR_NAME" to ovn migration resources creation  https://review.opendev.org/c/openstack/neutron/+/81397210:24
opendevreviewMerged openstack/neutron stable/xena: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/neutron/+/81487210:26
eugenmayerUsing OVN, is it possible to assign a flat-network or am i forced to use something like geneve?10:27
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/wallaby: Move dns-integration extension to the ML2_SUPPORTED_API_EXTENSIONS list  https://review.opendev.org/c/openstack/neutron/+/81250910:35
opendevreviewMerged openstack/neutron stable/wallaby: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/neutron/+/81487110:38
opendevreviewRodolfo Alonso proposed openstack/neutron master: [TESTING ONLY- DNM]Add Local IP Extension and DB  https://review.opendev.org/c/openstack/neutron/+/81509510:48
opendevreviewManu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker router association  https://review.opendev.org/c/openstack/python-neutronclient/+/80331811:06
opendevreviewRodolfo Alonso proposed openstack/neutron master: Check subnet UUID in "_remove_subnet_dhcp_options"  https://review.opendev.org/c/openstack/neutron/+/81528011:16
opendevreviewRodolfo Alonso proposed openstack/neutron master: Check subnet in "_remove_subnet_dhcp_options"  https://review.opendev.org/c/openstack/neutron/+/81528011:17
eugenmayerlooking at https://docs.openstack.org/neutron/latest/admin/ovn/refarch/refarch.html it seems like gateway-nodes are dedicated nodes. Is this mandatory, can i stick the gateway node to the controller for now?11:24
lajoskatonaeugenmayer: I would say you can't  based on the refarch doc, if such documentation is not clear You can open doc bug for it on https://bugs.launchpad.net/neutron11:36
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Execute OVN migration transactions independently  https://review.opendev.org/c/openstack/neutron/+/81418111:45
eugenmayerlajoskatona, considering the inventory of kolla / kolla-ansible it can be done in terms it is their default11:45
eugenmayerlajoskatona, https://gist.github.com/EugenMayer/97ba4d8c7927ca4606c5c50d3c485c9911:46
eugenmayerlooking at those groups, north is located on db, and db is located on control, thus on the controller11:47
eugenmayeri think for anything HA related (which can be quiet critical for the gateway nodes of course) it sure is rerquired to deploy the gateways on dedicated nodes11:48
lajoskatonaeugenmayer: so if I understand well kolla mixes the controller and gateway?11:49
eugenmayeryes, at least that is how they are running multinode11:50
eugenmayerthey split controller / compute and possible storage / network, but not the gateway IMHO11:51
lajoskatonaeugenmayer: thanks, to tell the truth I never used kolla/kolla-ansible, so not sure if it is possible to force it by config to separeta controller and gw-node11:58
eugenmayerlajoskatona, what are you deploying with, charms?12:00
slaweqralonsoh: can You check my reply in https://review.opendev.org/c/openstack/neutron/+/810870 and let me know wdyt about it?12:01
slaweqthx in advanc12:01
slaweq*advance12:01
lajoskatonabcafarel: Hi, have you seen the pads from elod: https://etherpad.opendev.org/p/neutron-stable-ussuri-em (from http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025276.html ) ?12:01
lajoskatonabcafarel: we have open patches in neutron, networking-bgpvpn and neutron-fwaas as I see in the list (and in gerrit)12:03
ralonsohslaweq, sure12:03
slaweqralonsoh: thx, can You also add https://review.opendev.org/c/openstack/neutron-specs/+/798704 to Your review list (it's not urgent at all)12:08
lajoskatonaeugenmayer: for development I use devstack12:08
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Revert "[Fullstack] Mark TestHAL3Agent fip_qos test as unstable"  https://review.opendev.org/c/openstack/neutron/+/81523512:10
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Revert "[Fullstack] Mark TestHAL3Agent fip_qos test as unstable"  https://review.opendev.org/c/openstack/neutron/+/81523512:11
ralonsohslaweq, sure, the spec for tomorrow hehehe12:11
slaweqralonsoh: sure12:13
slaweqralonsoh: please also check my reply in https://review.opendev.org/c/openstack/neutron/+/81318712:13
bcafarellajoskatona: I have not checked yet, thanks for the heads-up12:17
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/xena: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523612:17
bcafarelsigh that is a few in neutron ussuri12:17
lajoskatonabcafarel: we still have ~3weeks :-)12:17
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/wallaby: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523712:18
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/victoria: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523812:18
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/ussuri: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523912:18
opendevreviewSlawek Kaplonski proposed openstack/networking-ovn stable/train: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/networking-ovn/+/81528912:22
opendevreviewMerged openstack/neutron-lib master: Add binding-profile.allocation converter  https://review.opendev.org/c/openstack/neutron-lib/+/81365012:30
ralonsohslaweq, https://review.opendev.org/c/openstack/neutron/+/813187. I think you can propose backports now12:33
ralonsohabout https://review.opendev.org/q/Ibffbbd3b529c31372715d9a064f7cb6bada8c424, ping me if you want me to backport my patch 12:40
ralonsohif not, I'll +2 your backports12:40
opendevreviewManu B proposed openstack/neutron-dynamic-routing master: Support router association to BGP speaker  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/79233812:42
opendevreviewManu B proposed openstack/neutron-dynamic-routing master: Support peer association to BGP speaker  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/80088212:43
opendevreviewManu B proposed openstack/neutron-dynamic-routing master: BGPaaS server side implementation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/80244512:43
opendevreviewManu B proposed openstack/neutron-dynamic-routing master: BGP speaker route handling  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/80917312:43
opendevreviewManu B proposed openstack/neutron-dynamic-routing master: Updating status, name field and handling reboot operation  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/81130012:43
opendevreviewManu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker router association  https://review.opendev.org/c/openstack/python-neutronclient/+/80331812:46
opendevreviewDr. Jens Harbott proposed openstack/neutron-tempest-plugin master: DNM: Test n-d-r with static scheduler  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81529412:49
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/81526512:50
opendevreviewMerged openstack/neutron master: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81318713:07
opendevreviewBalazs Gibizer proposed openstack/neutron master: Enable min pps tempest tests  https://review.opendev.org/c/openstack/neutron/+/81174613:08
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/xena: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81524513:25
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/wallaby: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81529813:25
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/victoria: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81529913:27
opendevreviewBernard Cafarelli proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and drop lower-constraints job  https://review.opendev.org/c/openstack/neutron-fwaas/+/80095413:30
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/ussuri: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81530013:37
opendevreviewMerged openstack/os-ken master: Fix convertion of ipv4 to string on i386 and arch  https://review.opendev.org/c/openstack/os-ken/+/81382913:38
opendevreviewMerged openstack/os-ken master: mrtlib: Define JSON representation types  https://review.opendev.org/c/openstack/os-ken/+/81382813:38
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/train: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81530213:38
opendevreviewAlex Kavanagh proposed openstack/neutron stable/wallaby: Move dns-integration extension to the ML2_SUPPORTED_API_EXTENSIONS list  https://review.opendev.org/c/openstack/neutron/+/81530613:44
opendevreviewBernard Cafarelli proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and drop lower-constraints job  https://review.opendev.org/c/openstack/neutron-fwaas/+/80095413:50
opendevreviewDr. Jens Harbott proposed openstack/neutron-tempest-plugin master: DNM: Test n-d-r with static scheduler  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81529413:52
opendevreviewTobias Urdin proposed openstack/neutron master: Add configurable RPC timeout to PluginReportStateAPI  https://review.opendev.org/c/openstack/neutron/+/81531013:59
opendevreviewTobias Urdin proposed openstack/neutron master: Add configurable RPC timeout to PluginReportStateAPI  https://review.opendev.org/c/openstack/neutron/+/81531014:00
kevkofrickler: sorry, wasn't here for a while ..so migrate to OVN should be option for us right ? 14:30
kevkofrickler: is it already CI tested ? 14:30
fricklerkevko: I can't say whether it is an option for you. OVN is the default in the CI since one cycle I think. it is missing some features though and the migration is still being developed it seems14:50
kevkohmm, ovn-bgp-agent here -> https://opendev.org/x/ovn-bgp-agent (if you meant this) looks quite new (probably not production ready)14:52
blmtHi everyone we hit what looks like a OVS bug on Neutron with OVN-DVR on Victoria15:14
blmtwe got FIP traffic to certain destinations routed through the central tenant router but with the FIP MAC address: as you can probably immagine our switches got busy moving MAC back and forth between the hypervisor switch port and the (network) controller one15:16
blmtanyone has ever seen something alike?15:16
opendevreviewTobias Urdin proposed openstack/neutron master: Set RPC timeout in PluginReportStateAPI to report_interval  https://review.opendev.org/c/openstack/neutron/+/81531015:31
mlavallelajoskatona: hi. since this is your last day before vacation, do you think I need to host the drivers meeting while you are gone?15:45
fricklertobias-urdin: haven't seens you in a while, are you still interested in looking at n-d-r things? https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/815294 vs. https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/780675 would be an interesting one15:46
frickler-s15:46
lajoskatonamlavalle: Hi15:50
lajoskatonamlavalle: I haven't seen new RFE, so we can skip this weeks drivers meeting15:51
mlavallelajoskatona: cool. enjoy your vacation and have fun!15:52
lajoskatonamlavalle: for tomorrow's team meeting I added things to the wiki page: https://wiki.openstack.org/wiki/Network/Meetings15:52
lajoskatonamlavalle: what is important is the new bug deputy schedule, please check it and raise your hand if the week is not ok :-)15:53
mlavallelajoskatona: are you going to be around or do you want me to faciliate?15:53
lajoskatonamlavalle: thanks15:53
lajoskatonamlavalle: could you facilitate it?15:54
mlavallelajoskatona: yes, no problem. I just wanted to make sure I was understanding your intent15:54
lajoskatonamlavalle: thanks15:59
opendevreviewMerged openstack/neutron stable/wallaby: [OVN] Change ControllerAgent type dinamically  https://review.opendev.org/c/openstack/neutron/+/81465416:54
tobias-urdinfrickler: my bad actually since the move to oftc i seem to have missed joining this channel17:13
tobias-urdinactually noticed it this morning when i wanted to raise a question about bug linked in https://review.opendev.org/c/openstack/neutron/+/81531017:13
tobias-urdinanyway, yes i can check it out your way seems much easier17:14
opendevreviewDr. Jens Harbott proposed openstack/neutron-tempest-plugin master: Add a config option for BGP speaker scheduling  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81529417:37
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/81526517:37
opendevreviewTobias Urdin proposed openstack/neutron master: Set RPC timeout in PluginReportStateAPI to report_interval  https://review.opendev.org/c/openstack/neutron/+/81531019:12
opendevreviewSlawek Kaplonski proposed openstack/neutron-lib master: Add oneline_string validators  https://review.opendev.org/c/openstack/neutron-lib/+/81170820:06
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Remove router_info from agent's cache when processing failed  https://review.opendev.org/c/openstack/neutron/+/81489220:30

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