Wednesday, 2023-06-21

opendevreviewMiguel Lavalle proposed openstack/neutron master: [PoC][DNM] Router flavors and service type for OVN  https://review.opendev.org/c/openstack/neutron/+/88398800:22
opendevreviewMerged openstack/neutron stable/yoga: Return 409 Conflict to tenant user deleting port attached to FIP  https://review.opendev.org/c/openstack/neutron/+/88627202:59
*** dmellado170420 is now known as dmellado1704205:05
*** amoralej|off is now known as amoralej07:43
opendevreviewFrode Nordahl proposed openstack/neutron master: Add extra router attributes for ECMP and BFD  https://review.opendev.org/c/openstack/neutron/+/87479709:18
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Implement support for external-gateway-multihoming extension  https://review.opendev.org/c/openstack/neutron/+/87419909:18
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Honor `enable_default_route_ecmp` attribute  https://review.opendev.org/c/openstack/neutron/+/87853109:18
opendevreviewFrode Nordahl proposed openstack/neutron master: [ovn] Make scheduling of unhosted gateways aware of current transaction  https://review.opendev.org/c/openstack/neutron/+/87476009:18
ralonsohslaweq, https://review.opendev.org/c/openstack/neutron/+/88616709:45
ralonsohif you have 1 min09:45
ralonsohto unblock the CI09:45
ralonsohthanks!09:45
slaweqralonsoh sure09:51
slaweqlooking now09:51
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [S-RBAC] Fix policies for CUD subnets APIs  https://review.opendev.org/c/openstack/neutron/+/88623109:52
opendevreviewRodolfo Alonso proposed openstack/neutron master: [sqlalchemy-20] Remove redundant indexes from some tables  https://review.opendev.org/c/openstack/neutron/+/88621309:58
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Removed ``HasProjectPrimaryKeyIndex`` class  https://review.opendev.org/c/openstack/neutron-lib/+/88658910:06
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2023.1: Delete the "Chassis_Private" register when deleting an agent  https://review.opendev.org/c/openstack/neutron/+/88659010:08
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: Delete the "Chassis_Private" register when deleting an agent  https://review.opendev.org/c/openstack/neutron/+/88659110:09
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: Delete the "Chassis_Private" register when deleting an agent  https://review.opendev.org/c/openstack/neutron/+/88659210:09
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: Delete the "Chassis_Private" register when deleting an agent  https://review.opendev.org/c/openstack/neutron/+/88659310:09
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: Delete the "Chassis_Private" register when deleting an agent  https://review.opendev.org/c/openstack/neutron/+/88659410:09
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Remove unnecessary required extension for "network_ha" extension  https://review.opendev.org/c/openstack/neutron-lib/+/88659810:37
opendevreviewMaximilian Sesterhenn proposed openstack/ovn-bgp-agent master: [WIP] Implement L2 EVPN functionality  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/88609010:51
opendevreviewRodolfo Alonso proposed openstack/neutron master: Use the new network HA parameter  https://review.opendev.org/c/openstack/neutron/+/88174210:57
opendevreviewNickKush proposed openstack/neutron master: Handle fixed_ip delete in port with FIP  https://review.opendev.org/c/openstack/neutron/+/88599911:16
opendevreviewMerged openstack/neutron master: Functional: assert multiple calls for update_virtual_port_host  https://review.opendev.org/c/openstack/neutron/+/88616711:18
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Fix port for Load Balancer Health Check for FIP  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/88660311:39
*** amoralej is now known as amoralej|lunch11:45
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Remove SB "Chassis"/"Chassis_Private" duplicated registers  https://review.opendev.org/c/openstack/neutron/+/88579411:45
vvr-plvHi, I have a DevStack environment with OVS/DPDK (netdev datapath), huge pages on flavor, firewall driver openvswitch and enabled port security. I created security group with enabled egress and ingress icmp rules and added it to VM. Ping from VM to router/dhcp namespace doesn't work. Ping from router/dhcp namespace to VM works. Is it expected? I tried different combination of ovs_use_veth, use_namespaces. It didn't help. Please comment it.11:51
*** mgoddard- is now known as mgoddard12:28
*** amoralej|lunch is now known as amoralej12:49
ralonsohvvr-plv, you can't/shouldn't use veth with DPDK. From the VM, you should be able to ping, for example, one of the DHCP interface IP address13:13
ralonsohwhat IP address are you trying to ping from the VM? do you receive IP address during the boot process?13:14
ralonsohvia dnsmasq13:14
vvr-plvralonsoh: I tried only without veth. server got IP address in boot process. I tried to ping IPs which I got from ip netns of router and dhcp. Ping back from namespaces works and I can disable it by removing security rules13:28
ralonsohok, ok, so this is a problem of the SG rules you have13:31
ralonsohthis is not a problem in the deployment13:31
vvr-plvopenstack security group rule create --protocol icmp --ingress and openstack security group rule create --protocol icmp --egress only these rules13:35
slaweqlajoskatona hi, can You check https://review.opendev.org/c/openstack/neutron/+/886231 ?13:36
slaweqthx in advance13:36
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Remove SB "Chassis"/"Chassis_Private" duplicated registers  https://review.opendev.org/c/openstack/neutron/+/88579413:44
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Add missing port_binding policy  https://review.opendev.org/c/openstack/neutron/+/88498314:10
vvr-plvralonsoh: and also two VMs ping each according to security groups correctly. only from with connection to namespaces from VM14:15
ralonsohvvr-plv, are you using remote group or remote cidr in the SG rules?14:16
ralonsohmost probably remote group (by default). Use remote cidr instead14:16
opendevreviewMerged openstack/neutron master: [OVN] The all() and count() methods should be inside a DB txn  https://review.opendev.org/c/openstack/neutron/+/88645714:16
vvr-plvralonsoh, I see that by default it use remove ip, because when I tried add new rule with it openstack security group rule create --protocol icmp --ingress --remote-ip 0.0.0.0/0, I got Security group rule already exists14:20
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: [OVN] Hash Ring: Set nodes as offline upon exit  https://review.opendev.org/c/openstack/neutron/+/88627914:21
slaweq gmann hi, I'm starting looking at the service-to-service role in S-RBAC in neutron now and I actually wonder if it isn't something what we kind of already have by it's called "advsvc" in our case: https://github.com/openstack/neutron/blob/master/neutron/conf/policies/base.py#L7514:35
slaweqdo You think it will be ok if we will deprecate that existing rule and have "service" role as replacement for it?14:36
*** gthiemon1e is now known as gthiemonge16:00
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN trunk] Add bound info on subport when parent is bound  https://review.opendev.org/c/openstack/neutron/+/88258116:46
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN[[Trunk] Add bound info on subport when parent is bound  https://review.opendev.org/c/openstack/neutron/+/88258116:47
gmannslaweq: yes, at the end goal, we want all services calling with 'service' role. it will be consistent to change that to 'service'17:05
gmannslaweq: one thing I experienced in nova service role change (not yet merged) whihc can be helpful for you. I need to use admin context in many internal/to-cinder call of service API as those API on cinder side is admin. I mean only service role does not work for 'swap volume' nova API which call many cinder APIs internally 17:06
gmannslaweq: if we have integration test for those service API then these things can be verified. I am adding  for those service role in tempest as first step.17:07
gmannyou can also make sure there are tests verifying that service role token work perfectly 17:07
opendevreviewRodolfo Alonso proposed openstack/neutron master: [sqlalchemy-20] Remove redundant indexes from some tables  https://review.opendev.org/c/openstack/neutron/+/88621317:13
*** amoralej is now known as amoralej|off17:19
opendevreviewMerged openstack/neutron master: Do not update static routes in snat-ns for dvr router with ha  https://review.opendev.org/c/openstack/neutron/+/86767822:43

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