opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Updating status, name field and handling reboot operation https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/811300 | 06:16 |
---|---|---|
*** bcafarel_ is now known as bcafarel | 07:01 | |
*** MikeCTZA_ is now known as MikeCTZA | 07:23 | |
kevko | Hi guys | 08:21 |
kevko | i would like to ask if there is a way how to schedule multiple speakers on neutron-dragent | 08:22 |
kevko | there is also https://bugs.launchpad.net/neutron/+bug/1528003 << but it looks like it was not implemented ? | 08:23 |
frickler | kevko: iiuc is wasn't implemented because os-ken/ryu doesn't support it. what would be your use case? | 08:34 |
kevko | frickler: I have several (2 in this moment) external networks and want to advertise next-hops via dragent to 2 BGP remote AS | 08:36 |
kevko | it'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 |
kevko | so ideally i would like to have multiple address scopes, multiple speakers (and peers) and speakers schedulable to dragent at once | 08:39 |
kevko | which is not possible with osken | 08:39 |
frickler | kevko: 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/1920065 | 08:39 |
kevko | yeah, that's the point ... for now I have to run 2x more dragents and split schenario to 50:50 dragents :/ | 08:42 |
frickler | I'm wondering whether one could run two dragents per host | 08:42 |
kevko | yeah, 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 this | 08:46 |
eugenmayer | Good 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 |
eugenmayer | computes). 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 |
eugenmayer | Any 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 mistake | 08:47 |
frickler | kevko: 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 mode | 08:48 |
kevko | frickler: 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 |
kevko | frickler: 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 |
frickler | kevko: 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 scheduler | 08:56 |
frickler | kevko: 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 run | 08:57 |
frickler | there's also some new patches submitted and other neutron cores promised to take those up, we'll see how that goes | 08:58 |
kevko | frickler: hmm, hope it won't be removed :'( , we are using it quite a lot | 08:59 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Don't setup bridge controller if it is already set https://review.opendev.org/c/openstack/neutron/+/815255 | 09:03 |
frickler | kevko: I'm curious, do you use it for FIPs or tenant networks? if the latter, v4 or v6 or both? | 09:04 |
kevko | frickler: for tenant networks, only ipv4 as it's medium/bigger openstack cluster - but private .. do not need to use ipv6 | 09:07 |
opendevreview | Manu B proposed openstack/neutron-lib master: Addition of status and name field to bgp_associations API https://review.opendev.org/c/openstack/neutron-lib/+/813557 | 09:13 |
kevko | frickler: can I replace neutron-dynamic-routing with something else ? | 09:14 |
frickler | kevko: 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 |
opendevreview | Maxim Korezkij proposed openstack/neutron-vpnaas master: Added strongswan supported diffie-helllman-groups https://review.opendev.org/c/openstack/neutron-vpnaas/+/802714 | 09:48 |
opendevreview | Dr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/815265 | 09:53 |
opendevreview | Maxim Korezkij proposed openstack/neutron-vpnaas master: Added strongswan supported diffie-helllman-groups https://review.opendev.org/c/openstack/neutron-vpnaas/+/802714 | 09:55 |
frickler | kevko: ^^ I'm a bit astonished that it seems to be that simple | 09:55 |
frickler | will add CI testing and things, but maybe you can also give it a spin in your environment | 09:56 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Check a namespace existence by checking only its own directory https://review.opendev.org/c/openstack/neutron/+/814868 | 09:59 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Don't setup bridge controller if it is already set https://review.opendev.org/c/openstack/neutron/+/815255 | 10:16 |
opendevreview | Maxim Babushkin proposed openstack/neutron master: Add "FLAVOR_NAME" to ovn migration resources creation https://review.opendev.org/c/openstack/neutron/+/813972 | 10:24 |
opendevreview | Merged openstack/neutron stable/xena: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint https://review.opendev.org/c/openstack/neutron/+/814872 | 10:26 |
eugenmayer | Using OVN, is it possible to assign a flat-network or am i forced to use something like geneve? | 10:27 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/wallaby: Move dns-integration extension to the ML2_SUPPORTED_API_EXTENSIONS list https://review.opendev.org/c/openstack/neutron/+/812509 | 10:35 |
opendevreview | Merged openstack/neutron stable/wallaby: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint https://review.opendev.org/c/openstack/neutron/+/814871 | 10:38 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [TESTING ONLY- DNM]Add Local IP Extension and DB https://review.opendev.org/c/openstack/neutron/+/815095 | 10:48 |
opendevreview | Manu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker router association https://review.opendev.org/c/openstack/python-neutronclient/+/803318 | 11:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Check subnet UUID in "_remove_subnet_dhcp_options" https://review.opendev.org/c/openstack/neutron/+/815280 | 11:16 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Check subnet in "_remove_subnet_dhcp_options" https://review.opendev.org/c/openstack/neutron/+/815280 | 11:17 |
eugenmayer | looking 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 |
lajoskatona | eugenmayer: 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/neutron | 11:36 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Execute OVN migration transactions independently https://review.opendev.org/c/openstack/neutron/+/814181 | 11:45 |
eugenmayer | lajoskatona, considering the inventory of kolla / kolla-ansible it can be done in terms it is their default | 11:45 |
eugenmayer | lajoskatona, https://gist.github.com/EugenMayer/97ba4d8c7927ca4606c5c50d3c485c99 | 11:46 |
eugenmayer | looking at those groups, north is located on db, and db is located on control, thus on the controller | 11:47 |
eugenmayer | i 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 nodes | 11:48 |
lajoskatona | eugenmayer: so if I understand well kolla mixes the controller and gateway? | 11:49 |
eugenmayer | yes, at least that is how they are running multinode | 11:50 |
eugenmayer | they split controller / compute and possible storage / network, but not the gateway IMHO | 11:51 |
lajoskatona | eugenmayer: 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-node | 11:58 |
eugenmayer | lajoskatona, what are you deploying with, charms? | 12:00 |
slaweq | ralonsoh: can You check my reply in https://review.opendev.org/c/openstack/neutron/+/810870 and let me know wdyt about it? | 12:01 |
slaweq | thx in advanc | 12:01 |
slaweq | *advance | 12:01 |
lajoskatona | bcafarel: 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 |
lajoskatona | bcafarel: we have open patches in neutron, networking-bgpvpn and neutron-fwaas as I see in the list (and in gerrit) | 12:03 |
ralonsoh | slaweq, sure | 12:03 |
slaweq | ralonsoh: 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 |
lajoskatona | eugenmayer: for development I use devstack | 12:08 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Revert "[Fullstack] Mark TestHAL3Agent fip_qos test as unstable" https://review.opendev.org/c/openstack/neutron/+/815235 | 12:10 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Revert "[Fullstack] Mark TestHAL3Agent fip_qos test as unstable" https://review.opendev.org/c/openstack/neutron/+/815235 | 12:11 |
ralonsoh | slaweq, sure, the spec for tomorrow hehehe | 12:11 |
slaweq | ralonsoh: sure | 12:13 |
slaweq | ralonsoh: please also check my reply in https://review.opendev.org/c/openstack/neutron/+/813187 | 12:13 |
bcafarel | lajoskatona: I have not checked yet, thanks for the heads-up | 12:17 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/xena: [OVN Migration] Remove qr and dhcp ports from the nodes https://review.opendev.org/c/openstack/neutron/+/815236 | 12:17 |
bcafarel | sigh that is a few in neutron ussuri | 12:17 |
lajoskatona | bcafarel: we still have ~3weeks :-) | 12:17 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/wallaby: [OVN Migration] Remove qr and dhcp ports from the nodes https://review.opendev.org/c/openstack/neutron/+/815237 | 12:18 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/victoria: [OVN Migration] Remove qr and dhcp ports from the nodes https://review.opendev.org/c/openstack/neutron/+/815238 | 12:18 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/ussuri: [OVN Migration] Remove qr and dhcp ports from the nodes https://review.opendev.org/c/openstack/neutron/+/815239 | 12:18 |
opendevreview | Slawek 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/+/815289 | 12:22 |
opendevreview | Merged openstack/neutron-lib master: Add binding-profile.allocation converter https://review.opendev.org/c/openstack/neutron-lib/+/813650 | 12:30 |
ralonsoh | slaweq, https://review.opendev.org/c/openstack/neutron/+/813187. I think you can propose backports now | 12:33 |
ralonsoh | about https://review.opendev.org/q/Ibffbbd3b529c31372715d9a064f7cb6bada8c424, ping me if you want me to backport my patch | 12:40 |
ralonsoh | if not, I'll +2 your backports | 12:40 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support router association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/792338 | 12:42 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support peer association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/800882 | 12:43 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: BGPaaS server side implementation https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/802445 | 12:43 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: BGP speaker route handling https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/809173 | 12:43 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Updating status, name field and handling reboot operation https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/811300 | 12:43 |
opendevreview | Manu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker router association https://review.opendev.org/c/openstack/python-neutronclient/+/803318 | 12:46 |
opendevreview | Dr. 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/+/815294 | 12:49 |
opendevreview | Dr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/815265 | 12:50 |
opendevreview | Merged openstack/neutron master: [OVN Migration] Remove trunk's subports from the nodes https://review.opendev.org/c/openstack/neutron/+/813187 | 13:07 |
opendevreview | Balazs Gibizer proposed openstack/neutron master: Enable min pps tempest tests https://review.opendev.org/c/openstack/neutron/+/811746 | 13:08 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/xena: Delete log entries when SG or port is deleted https://review.opendev.org/c/openstack/neutron/+/815245 | 13:25 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/wallaby: Delete log entries when SG or port is deleted https://review.opendev.org/c/openstack/neutron/+/815298 | 13:25 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/victoria: Delete log entries when SG or port is deleted https://review.opendev.org/c/openstack/neutron/+/815299 | 13:27 |
opendevreview | Bernard Cafarelli proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and drop lower-constraints job https://review.opendev.org/c/openstack/neutron-fwaas/+/800954 | 13:30 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/ussuri: Delete log entries when SG or port is deleted https://review.opendev.org/c/openstack/neutron/+/815300 | 13:37 |
opendevreview | Merged openstack/os-ken master: Fix convertion of ipv4 to string on i386 and arch https://review.opendev.org/c/openstack/os-ken/+/813829 | 13:38 |
opendevreview | Merged openstack/os-ken master: mrtlib: Define JSON representation types https://review.opendev.org/c/openstack/os-ken/+/813828 | 13:38 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/train: Delete log entries when SG or port is deleted https://review.opendev.org/c/openstack/neutron/+/815302 | 13:38 |
opendevreview | Alex Kavanagh proposed openstack/neutron stable/wallaby: Move dns-integration extension to the ML2_SUPPORTED_API_EXTENSIONS list https://review.opendev.org/c/openstack/neutron/+/815306 | 13:44 |
opendevreview | Bernard Cafarelli proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and drop lower-constraints job https://review.opendev.org/c/openstack/neutron-fwaas/+/800954 | 13:50 |
opendevreview | Dr. 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/+/815294 | 13:52 |
opendevreview | Tobias Urdin proposed openstack/neutron master: Add configurable RPC timeout to PluginReportStateAPI https://review.opendev.org/c/openstack/neutron/+/815310 | 13:59 |
opendevreview | Tobias Urdin proposed openstack/neutron master: Add configurable RPC timeout to PluginReportStateAPI https://review.opendev.org/c/openstack/neutron/+/815310 | 14:00 |
kevko | frickler: sorry, wasn't here for a while ..so migrate to OVN should be option for us right ? | 14:30 |
kevko | frickler: is it already CI tested ? | 14:30 |
frickler | kevko: 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 seems | 14:50 |
kevko | hmm, ovn-bgp-agent here -> https://opendev.org/x/ovn-bgp-agent (if you meant this) looks quite new (probably not production ready) | 14:52 |
blmt | Hi everyone we hit what looks like a OVS bug on Neutron with OVN-DVR on Victoria | 15:14 |
blmt | we 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 one | 15:16 |
blmt | anyone has ever seen something alike? | 15:16 |
opendevreview | Tobias Urdin proposed openstack/neutron master: Set RPC timeout in PluginReportStateAPI to report_interval https://review.opendev.org/c/openstack/neutron/+/815310 | 15:31 |
mlavalle | lajoskatona: 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 |
frickler | tobias-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 one | 15:46 |
frickler | -s | 15:46 |
lajoskatona | mlavalle: Hi | 15:50 |
lajoskatona | mlavalle: I haven't seen new RFE, so we can skip this weeks drivers meeting | 15:51 |
mlavalle | lajoskatona: cool. enjoy your vacation and have fun! | 15:52 |
lajoskatona | mlavalle: for tomorrow's team meeting I added things to the wiki page: https://wiki.openstack.org/wiki/Network/Meetings | 15:52 |
lajoskatona | mlavalle: what is important is the new bug deputy schedule, please check it and raise your hand if the week is not ok :-) | 15:53 |
mlavalle | lajoskatona: are you going to be around or do you want me to faciliate? | 15:53 |
lajoskatona | mlavalle: thanks | 15:53 |
lajoskatona | mlavalle: could you facilitate it? | 15:54 |
mlavalle | lajoskatona: yes, no problem. I just wanted to make sure I was understanding your intent | 15:54 |
lajoskatona | mlavalle: thanks | 15:59 |
opendevreview | Merged openstack/neutron stable/wallaby: [OVN] Change ControllerAgent type dinamically https://review.opendev.org/c/openstack/neutron/+/814654 | 16:54 |
tobias-urdin | frickler: my bad actually since the move to oftc i seem to have missed joining this channel | 17:13 |
tobias-urdin | actually noticed it this morning when i wanted to raise a question about bug linked in https://review.opendev.org/c/openstack/neutron/+/815310 | 17:13 |
tobias-urdin | anyway, yes i can check it out your way seems much easier | 17:14 |
opendevreview | Dr. 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/+/815294 | 17:37 |
opendevreview | Dr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add a StaticScheduler without automatic scheduling https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/815265 | 17:37 |
opendevreview | Tobias Urdin proposed openstack/neutron master: Set RPC timeout in PluginReportStateAPI to report_interval https://review.opendev.org/c/openstack/neutron/+/815310 | 19:12 |
opendevreview | Slawek Kaplonski proposed openstack/neutron-lib master: Add oneline_string validators https://review.opendev.org/c/openstack/neutron-lib/+/811708 | 20:06 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Remove router_info from agent's cache when processing failed https://review.opendev.org/c/openstack/neutron/+/814892 | 20:30 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!