opendevreview | Merged openstack/neutron master: Fix wrong indentation in release note https://review.opendev.org/c/openstack/neutron/+/894808 | 01:03 |
---|---|---|
opendevreview | likui proposed openstack/neutron-fwaas-dashboard master: Use py3 as the default runtime for tox https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/894861 | 02:26 |
opendevreview | likui proposed openstack/neutron-fwaas-dashboard master: Add python3.10 support in testing runtime https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/894862 | 02:28 |
opendevreview | likui proposed openstack/networking-bgpvpn master: Add python3.10 support in testing runtime https://review.opendev.org/c/openstack/networking-bgpvpn/+/894865 | 06:21 |
opendevreview | liuxie proposed openstack/neutron-fwaas master: Support l3 firewall for ovn driver https://review.opendev.org/c/openstack/neutron-fwaas/+/845756 | 06:40 |
*** ozzzo1 is now known as ozzzo | 07:02 | |
opendevreview | liuxie proposed openstack/neutron-fwaas master: Support l3 firewall for ovn driver https://review.opendev.org/c/openstack/neutron-fwaas/+/845756 | 07:40 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron master: Add support for FDB aging https://review.opendev.org/c/openstack/neutron/+/893333 | 08:04 |
opendevreview | Merged openstack/ovn-bgp-agent master: Fix spelling errors https://review.opendev.org/c/openstack/ovn-bgp-agent/+/893339 | 08:18 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron master: Add support for FDB aging https://review.opendev.org/c/openstack/neutron/+/893333 | 08:27 |
opendevreview | liuxie proposed openstack/neutron-fwaas master: Support l3 firewall for ovn driver https://review.opendev.org/c/openstack/neutron-fwaas/+/845756 | 08:37 |
opendevreview | Elvira García Ruiz proposed openstack/neutron stable/2023.1: [OVN] Fix rate and burst for stateless security groups https://review.opendev.org/c/openstack/neutron/+/893460 | 10:24 |
opendevreview | Elvira García Ruiz proposed openstack/neutron stable/zed: [OVN] Fix rate and burst for stateless security groups https://review.opendev.org/c/openstack/neutron/+/894846 | 10:25 |
sahid | o/ | 10:25 |
sahid | We are suffering a strange behavior with rpc | 10:26 |
sahid | we are execeding the default message_size limit of 128mega | 10:26 |
sahid | any idea of what could be so big? | 10:27 |
sahid | looks like it's between ovs agent and neutron server | 10:27 |
sahid | we have about 250 segements | 10:28 |
ralonsoh | and how many ports, security groups and SG rules do you have? | 10:52 |
ralonsoh | in any case, the ovs agent rpc messages are batched, if I'm not wrong | 10:52 |
opendevreview | Bence Romsics proposed openstack/neutron master: contributor docs: Architectural overview for metadata https://review.opendev.org/c/openstack/neutron/+/894911 | 12:21 |
opendevreview | Bence Romsics proposed openstack/neutron master: contributor docs: Architectural overview for metadata https://review.opendev.org/c/openstack/neutron/+/894911 | 12:25 |
sahid | all of those resources are passed via rpc message? | 12:29 |
sahid | I just feel like this looks quite big | 12:29 |
opendevreview | Bence Romsics proposed openstack/neutron master: contributor docs: Architectural overview for metadata https://review.opendev.org/c/openstack/neutron/+/894911 | 12:31 |
sahid | we are about to think increasing the max_message_size | 12:34 |
sahid | ralonsoh: what do you mean by batched, i'm remember of something like that for the dhcp agent | 12:40 |
ralonsoh | sahid, yes, everything is sent via RPC | 12:52 |
ralonsoh | however that should not be a problem in the OVS agent because it uses a local cache | 12:53 |
ralonsoh | is it listening to the resource updates | 12:53 |
ralonsoh | that issue could be present when the agent is restarted, for example | 12:53 |
ralonsoh | haleyb, hello! I have a question about IPv6+isolated metadata | 13:06 |
ralonsoh | I deployed an environment and I really don't understand how this is actually working | 13:07 |
ralonsoh | let me explain: in the VM I have a LLA fe80::f816:3eff:fe5f:dffd/64 | 13:07 |
ralonsoh | when I curl the /128 bit prefix metadata IP, how this is routed? I mean, the /128 traffic should be routed, right? | 13:08 |
haleyb | ralonsoh: i'm in a meeting marathon, but will try and answer between them | 13:08 |
ralonsoh | for example, inside the VM I delete the "ip neigh" entry | 13:08 |
ralonsoh | sure, no problem and thanks! | 13:08 |
haleyb | i think it should just resolve it with an NS | 13:09 |
ralonsoh | (just to finish) then I curl and I see, inside the DHCP namespace the NS for a9fe:a9fe | 13:10 |
ralonsoh | but how is that? how can we have a NS from a /128 address? | 13:10 |
haleyb | i don't remember exactly, but does the NS have a prefix length? | 13:11 |
ralonsoh | let me check | 13:11 |
* haleyb hopes he didn't mess that code up | 13:11 | |
opendevreview | Bence Romsics proposed openstack/neutron master: contributor docs: Architectural overview for metadata https://review.opendev.org/c/openstack/neutron/+/894911 | 13:12 |
opendevreview | Merged openstack/ovn-octavia-provider master: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/893839 | 13:28 |
opendevreview | Merged openstack/neutron master: Prevent internal IP change for floating IP https://review.opendev.org/c/openstack/neutron/+/889791 | 14:09 |
opendevreview | Merged openstack/neutron stable/xena: [neutron-api] remove leader_only for sb connection https://review.opendev.org/c/openstack/neutron/+/894783 | 14:28 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/2023.1: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894925 | 14:34 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/zed: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894926 | 14:35 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/yoga: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894927 | 14:36 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/xena: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894928 | 14:38 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/wallaby: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894929 | 14:39 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/zed: Cover the use case of a member non existing https://review.opendev.org/c/openstack/ovn-octavia-provider/+/894926 | 14:42 |
opendevreview | Terry Wilson proposed openstack/neutron master: Add support for OVN MAC_Binding aging https://review.opendev.org/c/openstack/neutron/+/893575 | 14:46 |
opendevreview | Lajos Katona proposed openstack/ovsdbapp master: TAAS: Add commands for creating Mirrors https://review.opendev.org/c/openstack/ovsdbapp/+/890328 | 14:55 |
opendevreview | Daniel Alvarez proposed openstack/neutron master: [ovn] Add support for IPv6 metadata https://review.opendev.org/c/openstack/neutron/+/894026 | 15:37 |
haleyb | ralonsoh: i'm back, and i'll start up an OVS devstack to see how it works | 15:39 |
ralonsoh | haleyb, I think we found how it is working | 15:39 |
ralonsoh | the dhcp interface has a LLA address | 15:40 |
ralonsoh | that is used to route the packets back | 15:40 |
ralonsoh | that was NOT in the ovn metadata namespace interface | 15:40 |
ralonsoh | ^^^^ this last PS includes it | 15:40 |
ralonsoh | and, btw, it is now using the metadata IP/128 (same as in the OVS case) | 15:40 |
haleyb | ack, will take a look. the ipv4 one uses a /32 as well, so i was assuming the /128 was fine | 15:41 |
opendevreview | Daniel Alvarez proposed openstack/neutron master: [ovn] Add support for IPv6 metadata https://review.opendev.org/c/openstack/neutron/+/894026 | 15:58 |
opendevreview | Merged openstack/neutron stable/wallaby: [OVN] Prevent Trunk creation/deletion with parent port bound https://review.opendev.org/c/openstack/neutron/+/887606 | 16:13 |
opendevreview | yatin proposed openstack/neutron stable/2023.1: Switch fullstack/functional fips jobs to 9-stream https://review.opendev.org/c/openstack/neutron/+/894857 | 16:19 |
aprats- | Hi ! My patch https://review.opendev.org/c/openstack/neutron/+/890459 has finally passed Zuul \o/ What are the next steps ? What should I do to get this patch approved :) | 18:18 |
opendevreview | Miro Tomaska proposed openstack/neutron master: OVN Metadata handle process exceptions https://review.opendev.org/c/openstack/neutron/+/890986 | 18:32 |
frickler | aprats-: usually you don't need to do anything at this point, just wait for reviews on the patch, this can take a couple of days depending on people's workload. if nothing has happened in say a week, you could try mentioning it here once more, preferrably during the team meeting on tuesdays | 18:53 |
opendevreview | Elod Illes proposed openstack/neutron-fwaas-dashboard master: DNM: gate health test https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/894979 | 19:21 |
opendevreview | Elod Illes proposed openstack/neutron-vpnaas-dashboard master: DNM: gate health test https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/894980 | 19:22 |
opendevreview | Elod Illes proposed openstack/neutron-vpnaas master: DNM: gate health test https://review.opendev.org/c/openstack/neutron-vpnaas/+/894981 | 19:22 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!