opendevreview | Merged openstack/neutron-fwaas master: [sqlalchemy-20] The Connection.connect() method is considered legacy https://review.opendev.org/c/openstack/neutron-fwaas/+/875219 | 00:25 |
---|---|---|
opendevreview | Merged openstack/neutron-fwaas master: Use upper-constraints in docs job https://review.opendev.org/c/openstack/neutron-fwaas/+/874062 | 00:25 |
opendevreview | Merged openstack/neutron master: Prevent router_ha_interface port from being removed via API https://review.opendev.org/c/openstack/neutron/+/874931 | 00:44 |
opendevreview | Miro Tomaska proposed openstack/neutron master: Reintroduce agent bridge resync test https://review.opendev.org/c/openstack/neutron/+/875586 | 03:21 |
opendevreview | Miro Tomaska proposed openstack/neutron master: Make retrieval of port mac column safe https://review.opendev.org/c/openstack/neutron/+/874342 | 03:48 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/zed: Ensure HM also apply to FIPs associated to LB VIPs https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875595 | 06:53 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/yoga: Ensure HM also apply to FIPs associated to LB VIPs https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875596 | 06:54 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/xena: Ensure HM also apply to FIPs associated to LB VIPs https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875597 | 06:54 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-octavia-provider stable/wallaby: Ensure HM also apply to FIPs associated to LB VIPs https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875598 | 06:55 |
opendevreview | Mamatisa Nurmatov proposed openstack/neutron master: Remove unused rbac rule https://review.opendev.org/c/openstack/neutron/+/875306 | 07:10 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron-lib master: ext-gw-multihoming: api-def and api-ref https://review.opendev.org/c/openstack/neutron-lib/+/870887 | 07:11 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron master: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/871252 | 07:20 |
pawan-gupta | https://www.irccloud.com/pastebin/FMR3QMWC/ | 07:53 |
opendevreview | Takashi Kajinami proposed openstack/neutron master: Add missing osprofiler options https://review.opendev.org/c/openstack/neutron/+/875622 | 09:04 |
opendevreview | Takashi Kajinami proposed openstack/neutron master: Add missing osprofiler options https://review.opendev.org/c/openstack/neutron/+/875622 | 09:04 |
opendevreview | Merged openstack/neutron master: Normalise format of OVN agent heartbeat timestamp https://review.opendev.org/c/openstack/neutron/+/874926 | 09:05 |
opendevreview | Takashi Kajinami proposed openstack/neutron master: Add missing osprofiler options https://review.opendev.org/c/openstack/neutron/+/875622 | 09:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-vpnaas master: [sqlalchemy-20] Add reader context to ``VPNPluginDb`` get methods https://review.opendev.org/c/openstack/neutron-vpnaas/+/875626 | 09:35 |
slaweq | ralonsoh lajoskatona hi, I had to check (again) failed functional tests due to "interface not found" error. I did some analysis and wrote it in https://paste.opendev.org/show/b2a6RB41JeeEt5Rv51Of/ - please check it if You will have some time and tell me what You think about it | 09:41 |
ralonsoh | slaweq, let me check | 09:41 |
slaweq | does it makes sense for You to add some "stupid" sleep(1) or something like that there? | 09:41 |
slaweq | I know it would be ugly but I don't have any better idea TBH | 09:41 |
slaweq | it's not urgent but would be good if You could check it before CI meeting today | 09:41 |
ralonsoh | so this is similar to the "shy ports" issue | 09:41 |
slaweq | ralonsoh thx | 09:42 |
ralonsoh | we can discuss it today in the CI meeting | 09:42 |
slaweq | I think it's still this "shy port" | 09:42 |
ralonsoh | but yes, if a sleep(2) solves that, +2 from me | 09:42 |
slaweq | yes, we can discuss it in the CI meeting but wanted to give You a heads up so You can prepare earlier :) | 09:42 |
ralonsoh | for sure, thanks! | 09:43 |
lajoskatona | slaweq: let's discuss it this afternoon, sleep or busy_wait can be a good try | 09:45 |
lajoskatona | slaweq, ralonsoh: I played with it, see: https://review.opendev.org/c/openstack/neutron/+/873111/4/neutron/agent/linux/interface.py | 09:45 |
ralonsoh | ah yes! | 09:46 |
lajoskatona | slaweq, ralonsoh: at that time it made no difference for me but perhaps it is just where we wait, perhaps I put it to the wrong place | 09:46 |
slaweq | thx lajoskatona I added comment in Your patch | 09:47 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-vpnaas master: [sqlalchemy-20] Add reader context to ``VPNPluginDb`` get methods https://review.opendev.org/c/openstack/neutron-vpnaas/+/875626 | 10:06 |
pawan-gupta | Hi, I am trying to set up NAT networking on openstack instances/VMS. 1st vm is acting as a gateway with 2 interfaces. eth0 has public access and eth1 is connected to a private network. Let's say these 2 IPs are 6X.2XX.1.2XX ( public IP) and 10.0.0.186 ( Private IP ). 2nd vm has only private IP on eth0 e.g. 10.0.0.251. This VM should be accessing the internet via gateway so I have set the default route as default | 10:07 |
pawan-gupta | via 10.0.0.186 dev eth0. Enabled IPv4 packet forwarding and Masquerading on VM1 via the following `sysctl -w net.ipv4.conf.all.forwarding=1` and `iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE`. When I am trying to ping 8.8.8.8 from VM2, I am not getting the packets back to this VM. I have installed tcpdump on VM1 to see the packets and noticed that packets are being sent to VM2 ( 10.0.0.251 ) but those are | 10:07 |
pawan-gupta | not reaching there as I notice 100% packet loss. I am not sure if DNAT is not happening properly. Any help in this will be greatly appreciated. below is the output of tcpdump | 10:07 |
pawan-gupta | IP 10.0.0.251 > 8.8.8.8: ICMP echo request, id 1752, seq 11, length 64 | 10:07 |
pawan-gupta | IP 6X.2XX.1.2XX > 8.8.8.8: ICMP echo request, id 1752, seq 11, length 64 | 10:07 |
pawan-gupta | IP 8.8.8.8 > 6X.2XX.1.2XX: ICMP echo reply, id 1752, seq 11, length 64 | 10:07 |
pawan-gupta | IP 8.8.8.8 > 10.0.0.251: ICMP echo reply, id 1752, seq 11, length 64 | 10:07 |
ralonsoh | pawan-gupta, this is not a Neutron routing problem. You can imitate how is done in the L3 code and what rules are added | 10:09 |
ralonsoh | or you can use a Neutron router instead | 10:09 |
pawan-gupta | thanks @ralonsoh for the quick response. If I use a neutron router, the packets will flow with the ip configured there, I want to control the traffic from my own gateway. I will try to look into L3 code | 10:12 |
opendevreview | Bodo Petermann proposed openstack/neutron-vpnaas master: VPNaaS support for OVN https://review.opendev.org/c/openstack/neutron-vpnaas/+/765353 | 10:15 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-vpnaas master: [sqlalchemy-20] Add writer context to ``BaseIPsecVPNDriver.create_vpnservice`` https://review.opendev.org/c/openstack/neutron-vpnaas/+/875628 | 10:27 |
ralonsoh | lajoskatona, slaweq ^^ please check this patch and the parent one | 10:28 |
ralonsoh | in order to merge it asap and release the RC1 | 10:28 |
*** elodilles is now known as elodilles_afk | 10:28 | |
opendevreview | Merged openstack/neutron-tempest-plugin master: Drop stateless_sg property check from base method https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874109 | 10:42 |
opendevreview | Merged openstack/neutron-vpnaas-dashboard master: Update master for stable/zed https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/857667 | 11:12 |
opendevreview | Merged openstack/neutron-vpnaas-dashboard master: Switch to 2023.1 Python3 unit tests and generic template name https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/857668 | 11:12 |
pawan-gupta | @ralonsh, just to clarify, you meant `ip tables rules in neuton L3 agent code` for this `You can imitate how is done in the L3 code and what rules are added` or something else | 11:22 |
pawan-gupta | @ralonsoh just to clarify, you meant `ip tables rules in neuton L3 agent code` for this `You can imitate how is done in the L3 code and what rules are added` or something else | 11:23 |
ralonsoh | yes, you can check how the routing is done in Neutron (legacy router code) | 11:24 |
ralonsoh | this is just an example, you can check in google too | 11:24 |
ralonsoh | if needed, you can spawn a router with two interfaces | 11:25 |
ralonsoh | one private, one public (GW) | 11:25 |
ralonsoh | and check the iptables rules in the router namespace | 11:25 |
ralonsoh | that will give you an idea of how to do the same in your VM | 11:25 |
opendevreview | Merged openstack/neutron-lib master: [sqlalchemy-20] Use Connection.execute() instead of Engine.execute() https://review.opendev.org/c/openstack/neutron-lib/+/874866 | 11:30 |
pawan-gupta | thanks @ralonsoh for your inputs | 11:32 |
ralonsoh | lucasagomes, hey! Do we need to backport https://review.opendev.org/c/openstack/neutron/+/875551/? | 12:01 |
opendevreview | Slawek Kaplonski proposed openstack/neutron-tempest-plugin master: [Stateless SG] Add test to check connectivity between vms https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874820 | 12:15 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/zed: [Secure RBAC] Add shared_qos_policy rule https://review.opendev.org/c/openstack/neutron/+/875605 | 12:19 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/zed: [Secure RBAC] Fix policy to get flavors https://review.opendev.org/c/openstack/neutron/+/875606 | 12:19 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/zed: [Secure RBAC] Allow network owner to delete ports plugged to the network https://review.opendev.org/c/openstack/neutron/+/875607 | 12:19 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/zed: Remove policy rule for get_network:router:external https://review.opendev.org/c/openstack/neutron/+/874398 | 12:20 |
opendevreview | Slawek Kaplonski proposed openstack/neutron-tempest-plugin master: [Secure RBAC] Add scope enforcement enabled job for Zed branch https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874709 | 12:21 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: [S-RBAC] Add release note about full support for new policies https://review.opendev.org/c/openstack/neutron/+/874706 | 12:28 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Remove HM uuiid from LB external_ids when the HM's pool is deleted https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875400 | 12:31 |
opendevreview | Merged openstack/networking-bgpvpn master: Remove TripleO job https://review.opendev.org/c/openstack/networking-bgpvpn/+/843362 | 12:39 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Remove HM uuiid from LB external_ids when the HM's pool is deleted https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875400 | 12:43 |
*** elodilles_afk is now known as elodilles | 12:44 | |
opendevreview | Merged openstack/neutron-dynamic-routing master: CI: Add periodic weekly job with sqlalchemy master https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/872562 | 12:54 |
lucasagomes | ralonsoh, hi there, it would be good. At least down to wallaby if possible. Wanna me to propose it ? | 13:03 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/zed: Apply Ironic's server-ip-address as TFTP next-server https://review.opendev.org/c/openstack/neutron/+/875662 | 13:07 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/yoga: Apply Ironic's server-ip-address as TFTP next-server https://review.opendev.org/c/openstack/neutron/+/875663 | 13:07 |
ralonsoh | lucasagomes, thanks! | 13:07 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/xena: Apply Ironic's server-ip-address as TFTP next-server https://review.opendev.org/c/openstack/neutron/+/875664 | 13:07 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/wallaby: Apply Ironic's server-ip-address as TFTP next-server https://review.opendev.org/c/openstack/neutron/+/875665 | 13:08 |
ralonsoh | ltomasbo, hi! please tell me what patches need to be merged in the next two days for the RC1 | 13:19 |
ralonsoh | https://review.opendev.org/q/project:openstack/ovn-octavia-provider+status:open | 13:19 |
ralonsoh | --> https://review.opendev.org/c/openstack/releases/+/875451 | 13:19 |
ltomasbo | ralonsoh, let me see | 13:19 |
ltomasbo | ralonsoh, these will be nice to have: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875400, https://review.opendev.org/c/openstack/ovn-octavia-provider/+/874609, the others I think can wait | 13:21 |
ltomasbo | froyo ^ | 13:21 |
ralonsoh | cool, I'll review them today | 13:22 |
ltomasbo | ralonsoh thanks! | 13:22 |
froyo | ralonsoh, ltomasbo: yeah, also I will upload today a new one adding FTs | 13:23 |
ralonsoh | perfect | 13:23 |
opendevreview | Bodo Petermann proposed openstack/neutron-vpnaas master: VPNaaS support for OVN https://review.opendev.org/c/openstack/neutron-vpnaas/+/765353 | 13:35 |
opendevreview | Lajos Katona proposed openstack/python-neutronclient master: WIP: OSC: Remove BGPVPN calls to neutronclient https://review.opendev.org/c/openstack/python-neutronclient/+/875728 | 13:44 |
*** luis5tb is now known as ltomasbo | 14:00 | |
opendevreview | Merged openstack/neutron master: Remove unused rbac rule https://review.opendev.org/c/openstack/neutron/+/875306 | 14:00 |
opendevreview | Merged openstack/neutron stable/yoga: Enable qos extension_driver in ovn_db_sync https://review.opendev.org/c/openstack/neutron/+/874143 | 14:00 |
opendevreview | Lajos Katona proposed openstack/networking-odl master: DNM: Test master https://review.opendev.org/c/openstack/networking-odl/+/875731 | 14:01 |
ralonsoh | #startmeeting networking | 14:02 |
opendevmeet | Meeting started Tue Feb 28 14:02:51 2023 UTC and is due to finish in 60 minutes. The chair is ralonsoh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:02 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:02 |
opendevmeet | The meeting name has been set to 'networking' | 14:02 |
ralonsoh | ping bcafarel, elvira, frickler, mlavalle, mtomaska, obondarev, sahid, slawek, tobias-urdin, ykarel, lajoskatona, jlibosva, averdagu | 14:03 |
lajoskatona | o/ | 14:03 |
frickler | \o | 14:03 |
rubasov | o/ | 14:03 |
obondarev | hi | 14:03 |
bcafarel | o/ | 14:03 |
haleyb | o/ | 14:03 |
ralonsoh | hello all | 14:04 |
ralonsoh | we have a tight agenda, so let's begin | 14:04 |
ralonsoh | #topic announcements | 14:04 |
ralonsoh | First of all, the OpenStack schedule | 14:04 |
ralonsoh | #link https://releases.openstack.org/antelope/schedule.html | 14:04 |
ralonsoh | this is the RC-1 week | 14:05 |
ralonsoh | and this is why we have a bunch of release patches to review | 14:05 |
ralonsoh | #link https://paste.opendev.org/show/bVXlabBzaJ1OXCaMWNVo/ | 14:05 |
ralonsoh | I've reviewed all of them here | 14:05 |
ralonsoh | https://etherpad.opendev.org/p/ralonsoh_cases | 14:05 |
ralonsoh | For ovn-octavia-provider, there are a couple of patches that need to be merged in the next days | 14:06 |
slaweq | o/ | 14:06 |
ralonsoh | but these patches are attended | 14:06 |
ralonsoh | about vpnaas, I have more doubts | 14:06 |
ralonsoh | https://review.opendev.org/q/project:openstack/neutron-vpnaas+status:open | 14:06 |
ralonsoh | apart from the sqlalchemy patches | 14:07 |
ralonsoh | do you know what should be merged before the RC1? | 14:07 |
lajoskatona | good question to discuss | 14:07 |
ralonsoh | 3 of them have a -W, I won't consider them | 14:08 |
ralonsoh | the OVN patch cannot be merged 2 days before the release | 14:08 |
lajoskatona | r1 is this week, so I would keep things back | 14:08 |
ralonsoh | and then we have older patches | 14:08 |
ralonsoh | so you propose to keep the current hash, right lajoskatona? | 14:09 |
ralonsoh | well, we should merge the sqlalchemy ones | 14:09 |
slaweq | if something is fix for critical issue we can always merge it next week, do backport to Antelope and have RC2 for that project | 14:09 |
ralonsoh | because those are legit bugs | 14:09 |
ralonsoh | https://review.opendev.org/c/openstack/neutron-vpnaas/+/875628 | 14:09 |
ralonsoh | https://review.opendev.org/c/openstack/neutron-vpnaas/+/875626 | 14:09 |
lajoskatona | ralonsoh, slaweq: yes we can backport anyway | 14:10 |
ralonsoh | slaweq, ok (in any case, please check ^^ these patches) | 14:10 |
slaweq | sure, I will | 14:10 |
ralonsoh | I'll update, if needed, the release patch hash | 14:10 |
ralonsoh | and about Neutron, I need to review the active patches | 14:10 |
ralonsoh | but we should focus now in bug fixes, not features | 14:11 |
lajoskatona | RC1 release patches are out now: https://review.opendev.org/q/project:openstack/releases+RC1 (at least some) | 14:11 |
ralonsoh | I've sent the link | 14:12 |
ralonsoh | #link https://paste.opendev.org/show/bVXlabBzaJ1OXCaMWNVo/ | 14:12 |
ralonsoh | this is the list of patches related to Neutron | 14:12 |
lajoskatona | ohh, yeah the same but filtered :-) | 14:12 |
ralonsoh | please don't hesitate to comment on them, I'll review them every day | 14:12 |
lajoskatona | ack | 14:13 |
ralonsoh | and a kindly reminder for the Bobcat etherpad: https://etherpad.opendev.org/p/neutron-bobcat-ptg | 14:13 |
ralonsoh | please add your topics for the next PTG | 14:13 |
ralonsoh | and check the openinfra videos: https://openinfra.dev/live/#all-episodes | 14:14 |
ralonsoh | two weeks ago we had a new one: VGPU Management by OpenStack Nova and Cyborg | 14:14 |
ralonsoh | #link https://www.youtube.com/watch?v=WUdkS9558p8 | 14:14 |
ralonsoh | any other announcement? | 14:14 |
ralonsoh | let's move then | 14:15 |
ralonsoh | #topic bugs | 14:15 |
ralonsoh | last week report is from bcafarel | 14:16 |
ralonsoh | #link https://lists.openstack.org/pipermail/openstack-discuss/2023-February/032453.html | 14:16 |
ralonsoh | another busy week | 14:16 |
bcafarel | some people are quite productive :) | 14:16 |
ralonsoh | the vpnaas bugs commented are already addressed | 14:16 |
bcafarel | and thanks ralonsoh for picking up the 2 vpnaas bugs | 14:16 |
ralonsoh | yw | 14:16 |
lajoskatona | +1 | 14:16 |
ralonsoh | the only one not assigned (or with a patch proposed) is | 14:17 |
ralonsoh | #link https://bugs.launchpad.net/neutron/+bug/2008062 | 14:17 |
opendevreview | Merged openstack/neutron stable/wallaby: Enable qos extension_driver in ovn_db_sync https://review.opendev.org/c/openstack/neutron/+/874145 | 14:17 |
ralonsoh | but maybe we'll go back to this one during the CI meeting (in 40 mins) | 14:18 |
ralonsoh | and this week lajoskatona is the deputy, next week will be slaweq | 14:18 |
slaweq | ++ | 14:18 |
slaweq | ok | 14:18 |
lajoskatona | ack | 14:18 |
ralonsoh | there are no new patches in ryu/os-ken so we can skip this section | 14:19 |
ralonsoh | same for the specs | 14:19 |
ralonsoh | so let's move to the next topic | 14:19 |
ralonsoh | #topic community_goals | 14:19 |
ralonsoh | 1) Consistent and Secure Default RBAC | 14:19 |
ralonsoh | here I would like to bring the topic proposed by lajoskatona | 14:20 |
ralonsoh | sRBAC patch backports to stable/zed | 14:20 |
ralonsoh | the community is asking us to backport the sRBAC functionality to Zed | 14:20 |
ralonsoh | slaweq, you have proposed most of the patches | 14:20 |
ralonsoh | but there are some of then that should be discussed | 14:21 |
slaweq | I proposed job for stable zed https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/874709 | 14:21 |
slaweq | and this patch depends on few backports | 14:21 |
ralonsoh | perfect, the commit message is a good summary for this | 14:21 |
slaweq | if I'm not mistaken, that should be complete list of what's needed to make this job greep | 14:21 |
opendevreview | Merged openstack/neutron-lib master: port-hint-ovs-tx-steering: api definition https://review.opendev.org/c/openstack/neutron-lib/+/873112 | 14:21 |
slaweq | *green | 14:21 |
lajoskatona | yeah, I just brought it again as last week we discussed it and after more discussion with gmann it seems it is better to backport these | 14:21 |
slaweq | but lets see CI result first | 14:21 |
ralonsoh | perfect, so we all agree to backport this funcitonality to Zed? | 14:22 |
slaweq | IMO it's good to backport those fixes | 14:22 |
ralonsoh | (if CI is green and there are no conflicts with the current functionality) | 14:22 |
lajoskatona | +1, from me | 14:22 |
slaweq | officially this new S-RBAC policies aren't supported in Zed but still some folks may want to use them | 14:22 |
slaweq | like e.g. mnaser | 14:23 |
ralonsoh | I know, this is why I'm bringing this topic here | 14:23 |
slaweq | :) | 14:23 |
ralonsoh | my main concern is that we don't break anything in Zed | 14:23 |
slaweq | no, it won't break anything for sure | 14:24 |
ralonsoh | perfect, so +1 from me. I'll review the patches during the week | 14:24 |
ralonsoh | and thanks for taking care of this | 14:24 |
ralonsoh | the next topic is | 14:24 |
ralonsoh | 2) Neutron client deprecation | 14:24 |
ralonsoh | lajoskatona, any comment on this? | 14:25 |
lajoskatona | openstacksdk 1.0.1 is out now | 14:25 |
lajoskatona | please check the etherpad: https://etherpad.opendev.org/p/python-neutronclient_deprecation | 14:25 |
lajoskatona | some ready to review patches: https://review.opendev.org/c/openstack/tap-as-a-service/+/867786 | 14:25 |
lajoskatona | https://review.opendev.org/c/openstack/python-neutronclient/+/868321 | 14:26 |
lajoskatona | And just to try it I jumped into designate and octavia, and the designate one was an easy: | 14:26 |
lajoskatona | https://review.opendev.org/c/openstack/designate/+/874991 | 14:26 |
lajoskatona | but I have to discuss it with designate team | 14:26 |
lajoskatona | so some progress to start Bobcat slowly :-) | 14:27 |
ralonsoh | that's a fantastic job | 14:27 |
ralonsoh | btw, I'll add this etherpad to the meeting agenda | 14:27 |
lajoskatona | thanks | 14:27 |
ralonsoh | and please, ^^^ @all check these patches | 14:27 |
lajoskatona | good idea to make it more visibl | 14:27 |
lajoskatona | e----^ | 14:27 |
ralonsoh | done (including the active patches) | 14:29 |
ralonsoh | ok, we are going faster than I expected (that's good) | 14:29 |
ralonsoh | last section | 14:29 |
ralonsoh | #topic on_demand | 14:30 |
ralonsoh | I have a topic here | 14:30 |
ralonsoh | There is a list of lieutenants for different areas | 14:30 |
ralonsoh | #link https://docs.openstack.org/neutron/latest/contributor/policies/neutron-teams.html | 14:30 |
ralonsoh | some of them have only one single assignee (API, DB, control plane, client, docs, testing) | 14:31 |
ralonsoh | so the idea is to have at least two | 14:31 |
lajoskatona | +1 | 14:31 |
slaweq | I can help with some of them for sure | 14:32 |
ralonsoh | of course we can't force anyone to be there, but the idea is to propose yourself | 14:32 |
ralonsoh | slaweq, you can suggest any area | 14:32 |
ralonsoh | of course, the more people we have, the better | 14:32 |
slaweq | You can add me to API and Testing | 14:32 |
ralonsoh | and, btw, you don't need to be core | 14:33 |
slaweq | and maybe Client if needed | 14:33 |
ralonsoh | slaweq, OK, I'll add you to these areas | 14:33 |
opendevreview | Anton Kurbatov proposed openstack/neutron stable/zed: Prevent router_ha_interface port from being removed via API https://review.opendev.org/c/openstack/neutron/+/875737 | 14:33 |
slaweq | ++ | 14:33 |
slaweq | thx | 14:33 |
lajoskatona | I can also add myself | 14:33 |
ralonsoh | lajoskatona, what areas? | 14:33 |
ralonsoh | btw, you can send your own patch hehehe | 14:34 |
lajoskatona | I anyway play with client code recently, but API can also be | 14:34 |
lajoskatona | sure | 14:34 |
ralonsoh | cool! | 14:34 |
ralonsoh | and this also for all the people in the ping list | 14:35 |
opendevreview | Anton Kurbatov proposed openstack/neutron stable/yoga: Prevent router_ha_interface port from being removed via API https://review.opendev.org/c/openstack/neutron/+/875738 | 14:35 |
slaweq | btw. I'm not sure if yamamoto wants still to be there :) | 14:35 |
ralonsoh | so please, you just need to push a patch and add your name in this list | 14:35 |
slaweq | he's not active recently | 14:35 |
bcafarel | +1 for folks in ping list especially as it does not require core | 14:35 |
ralonsoh | I'll add a separate patch removing him | 14:35 |
slaweq | ok, I will propose myself there | 14:35 |
ralonsoh | and I'll add him to the review | 14:35 |
ralonsoh | and then there is the release liaison | 14:36 |
opendevreview | Anton Kurbatov proposed openstack/neutron stable/xena: Prevent router_ha_interface port from being removed via API https://review.opendev.org/c/openstack/neutron/+/875739 | 14:36 |
ralonsoh | I talked to amotoki (slawek, lajoskatona and mlavalle were in this mail too) | 14:36 |
frickler | "Infra" means opendev-infra? | 14:37 |
ralonsoh | and he said that it will be better to step down from being the release liaison | 14:37 |
ralonsoh | frickler, yes and everything related to zuul and so | 14:37 |
frickler | ralonsoh: ok, if you drop yamamoto there, you can add me instead, then | 14:38 |
ralonsoh | frickler, I'll push a patch for that, thanks! | 14:38 |
* frickler can talk to self that way ;) | 14:38 | |
bcafarel | as long as you agree with yourself :) | 14:39 |
frickler | oh, mostly I don't, sadly :D | 14:39 |
ralonsoh | so I'm going to propose a patch to drop amotoki from here | 14:39 |
ralonsoh | #link https://opendev.org/openstack/releases/src/branch/master/data/release_liaisons.yaml#L86 | 14:39 |
slaweq | it will be like in this move "me, Irena and myself" | 14:39 |
amotoki | I could not review release patches in time recently, so I think it is better to pass the release liaison role to someone | 14:39 |
slaweq | but instead of Irena there will be "Infra" :P | 14:39 |
ralonsoh | amotoki, thanks for all these years taking care of it | 14:39 |
bcafarel | +100 | 14:40 |
amotoki | ralonsoh: yw | 14:40 |
slaweq | ralonsoh and I can help with releases and be release liaison if it's ok for everyone | 14:40 |
slaweq | amotoki++ thx for great work in that role for many years | 14:40 |
lajoskatona | thanks amotoki :-) | 14:40 |
ralonsoh | slaweq, that will be perfect. I'm going to add me too (despite the PTL is always added by default to those patches) | 14:41 |
ralonsoh | we can have more than one person | 14:41 |
amotoki | the list of cross project liaisons are found here https://wiki.openstack.org/wiki/CrossProjectLiaisons | 14:42 |
slaweq | ralonsoh You don't need to be added as release liaison - PTL is treated in the same way in that case | 14:42 |
ralonsoh | uhh this is something I need to review too | 14:42 |
ralonsoh | slaweq, ok | 14:43 |
ralonsoh | ok, I'll check https://wiki.openstack.org/wiki/CrossProjectLiaisons too, but after this meeting | 14:43 |
ralonsoh | amotoki, thanks for this! | 14:43 |
ralonsoh | (too many lists!) | 14:43 |
amotoki | I am not sure the list is well maintained, but it explains what is expected | 14:44 |
ralonsoh | ok folks, this is all we have in the agenda | 14:45 |
ralonsoh | any other topic?? | 14:45 |
opendevreview | Merged openstack/neutron master: Apply Ironic's server-ip-address as TFTP next-server https://review.opendev.org/c/openstack/neutron/+/875551 | 14:45 |
opendevreview | Merged openstack/neutron master: Remove two duplicated unit tests https://review.opendev.org/c/openstack/neutron/+/875571 | 14:46 |
slaweq | ralonsoh there is also https://github.com/openstack/releases/blob/master/data/release_liaisons.yaml | 14:46 |
opendevreview | Merged openstack/neutron master: Move register_common_config_options call to DietTestCase https://review.opendev.org/c/openstack/neutron/+/875552 | 14:46 |
slaweq | which I think is used in the releases tools to add release liaisons to reviews | 14:46 |
ralonsoh | yes, this is the link I sent before, I think | 14:46 |
slaweq | ahh, ok | 14:46 |
ralonsoh | (well, mine was from opendev) | 14:46 |
amotoki | slaweq: yes, the release liaisons are maintained in that file and it is mentioend in the wiki page too | 14:46 |
slaweq | maybe I missed it | 14:46 |
slaweq | sorry | 14:46 |
ralonsoh | hehehe | 14:46 |
ralonsoh | don't forget that we have the CI meeting in 15 mins in this channel (today via IRC, if I'm not wrong) | 14:47 |
ralonsoh | see you all | 14:47 |
bcafarel | o/ | 14:47 |
ralonsoh | #endmeeting | 14:47 |
opendevmeet | Meeting ended Tue Feb 28 14:47:34 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:47 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2023/networking.2023-02-28-14.02.html | 14:47 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2023/networking.2023-02-28-14.02.txt | 14:47 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2023/networking.2023-02-28-14.02.log.html | 14:47 |
lajoskatona | o/ | 14:47 |
slaweq | yes, via IRC | 14:47 |
amotoki | o/ | 14:47 |
opendevreview | Brian Haley proposed openstack/neutron master: [S-RBAC] Add release note about full support for new policies https://review.opendev.org/c/openstack/neutron/+/874706 | 14:47 |
bcafarel | lajoskatona: btw for neutron client deprecation, gthiemon told me it was almost done for octavia already (so you don't end up duplicating work) - and nice to see designate patch | 14:49 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron master: Update lieutenants for ovn-octavia-provider https://review.opendev.org/c/openstack/neutron/+/875637 | 14:50 |
opendevreview | Miro Tomaska proposed openstack/neutron master: Make retrieval of port mac column safe https://review.opendev.org/c/openstack/neutron/+/874342 | 14:50 |
ralonsoh | folks: https://review.opendev.org/c/openstack/releases/+/875740 | 14:51 |
ralonsoh | amotoki, slaweq ^^ | 14:51 |
lajoskatona | bcafarel: thanks, | 14:55 |
slaweq | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Feb 28 15:00:10 2023 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:00 |
slaweq | ping bcafarel, lajoskatona, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva for CI meeting | 15:00 |
ralonsoh | hi | 15:00 |
slaweq | o/ | 15:00 |
*** kopecmartin_ is now known as kopecmartin | 15:00 | |
slaweq | Grafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=1 | 15:00 |
mtomaska | o/ | 15:00 |
bcafarel | o/ | 15:01 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: Allow Multiple External Gateways https://review.opendev.org/c/openstack/neutron/+/873593 | 15:01 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: Add extra router attributes for ECMP and BFD https://review.opendev.org/c/openstack/neutron/+/874797 | 15:01 |
slaweq | ok, lets start | 15:01 |
slaweq | it needs to be a bit shorter meeting than usual as I need to finish around 16:45 today | 15:02 |
slaweq | sorry for that | 15:02 |
slaweq | #topic Actions from previous meetings | 15:02 |
lajoskatona | o/ | 15:02 |
slaweq | lajoskatona to continue checking dvr functional tests issues | 15:02 |
lajoskatona | not much progress, but we discussed today that some wait/sleep or busy-wait should be added to plug_new | 15:03 |
lajoskatona | so I will check it, thanks for the comment slaweq | 15:03 |
slaweq | yeah, I was checking other issue, with interface not found and my analysis is here: https://paste.opendev.org/show/b2a6RB41JeeEt5Rv51Of/ | 15:03 |
slaweq | maybe the same would fix that other DVR failures too | 15:03 |
lajoskatona | and the patch I used recently to try different aproaches: https://review.opendev.org/c/openstack/neutron/+/873111 | 15:04 |
slaweq | lajoskatona I will propose simple patch with sleep and will rebase Your test patch on top of it to test if that will help | 15:04 |
lajoskatona | yes most probably as I found the same root method plug_new, so I hope we can catch it there | 15:04 |
slaweq | ok for You? | 15:04 |
lajoskatona | yes let's do it | 15:04 |
slaweq | thx | 15:04 |
slaweq | #action slaweq to propose "sleep patch" to hopefully fix interface not found and dvr tests issues | 15:05 |
lajoskatona | but in recent runs I havent seen the issue, only other failures | 15:05 |
slaweq | slaweq to check https://64e9807acd80d4cab1ab-851182d93d98b3728f798963c90c7371.ssl.cf5.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-uwsgi-fips/1914083/testr_results.html | 15:06 |
slaweq | it's the one which I already mentioned above | 15:06 |
slaweq | so lets move on to the next one | 15:06 |
slaweq | slaweq to report bug about macspoofing_port test in ovn-tempest-slow job | 15:06 |
slaweq | ok, next one | 15:06 |
slaweq | bug reported https://bugs.launchpad.net/neutron/+bug/2008062 | 15:07 |
slaweq | it's the only one not assigned to anyone | 15:07 |
slaweq | as You mentioned in the previous meeting ralonsoh | 15:07 |
ralonsoh | if I have time this week, I'll check it and assign it to myself | 15:08 |
ralonsoh | but I can't promise that | 15:08 |
mtomaska | I can take a look next week | 15:08 |
slaweq | thx | 15:08 |
mtomaska | so let me take it | 15:08 |
slaweq | I didn't saw it this week | 15:08 |
slaweq | so it's not that often | 15:08 |
slaweq | thx mtomaska | 15:09 |
slaweq | I will assign AI for You for next week | 15:09 |
slaweq | #action mtomaska to check https://bugs.launchpad.net/neutron/+bug/2008062 | 15:09 |
mtomaska | ok | 15:09 |
slaweq | and last one: | 15:09 |
slaweq | ralonsoh to check neutron-functional-with-sqlalchemy-master failures | 15:09 |
ralonsoh | yes, I've opened a bug for oslo.db | 15:09 |
ralonsoh | https://bugs.launchpad.net/oslo.db/+bug/2008209 | 15:09 |
ralonsoh | there is a patch under review | 15:09 |
ralonsoh | and I've pushed this for Neutron | 15:09 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/874778 | 15:10 |
ralonsoh | this patch should NOT be merged, but I'll rebase it frequently | 15:10 |
ralonsoh | to check the warnings still present in the code | 15:10 |
ralonsoh | that's all | 15:10 |
slaweq | thx for taking care of it ralonsoh | 15:11 |
bcafarel | great work there :) | 15:11 |
slaweq | it's really important to make all those fixes and be ready for sqlalchemy 2.0 :) | 15:11 |
slaweq | and also thx zzzeek for huge help with this issue | 15:11 |
ralonsoh | for sure! | 15:11 |
slaweq | I think we can now move on to the next topic | 15:12 |
slaweq | #topic Stable branches | 15:12 |
slaweq | bcafarel the floor is Yours :) | 15:12 |
opendevreview | Christian Rohmann proposed openstack/neutron-vpnaas master: Improve the reconciling for VPNaaS https://review.opendev.org/c/openstack/neutron-vpnaas/+/875745 | 15:13 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add Slawomir Kaplonski as Lieutenant in API, Client and Testing areas https://review.opendev.org/c/openstack/neutron/+/875746 | 15:13 |
bcafarel | I was away a few days last week so I may have missed a few things - but overall stable branches are in good shape | 15:13 |
bcafarel | I wonder about ussuri 2 recent backports had a lot of failures https://review.opendev.org/c/openstack/neutron/+/873629 https://review.opendev.org/c/openstack/neutron/+/874979 but I did not have time to look into yet | 15:14 |
slaweq | yeah, worth to check | 15:15 |
haleyb | bcafarel: i am interested as well so can probably look as one of those is from someone here, let me know | 15:15 |
bcafarel | haleyb: that would be great! I don't think I will have lots of time this week | 15:16 |
slaweq | thx haleyb and bcafarel - if You will need any help, please let me know | 15:17 |
slaweq | ok, next topic | 15:18 |
slaweq | #topic Stadium projects | 15:18 |
slaweq | lajoskatona how things are going? | 15:18 |
slaweq | I saw that networking-sfc and networking-odl were red this week | 15:18 |
lajoskatona | yes, that is due to sqlalchemy2 with the new job, I will check it | 15:18 |
lajoskatona | I mean for sfc | 15:18 |
slaweq | ok | 15:18 |
opendevreview | Christian Rohmann proposed openstack/neutron-vpnaas master: Improve the reconciling for VPNaaS https://review.opendev.org/c/openstack/neutron-vpnaas/+/875745 | 15:18 |
lajoskatona | for ODL I am not sure, I started to check | 15:19 |
opendevreview | Brian Haley proposed openstack/neutron stable/ussuri: DNM: Testing Ussuri gate https://review.opendev.org/c/openstack/neutron/+/875747 | 15:19 |
slaweq | thx lajoskatona | 15:20 |
lajoskatona | that;s it from me | 15:20 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add Jens Harbott as Lieutenants in Infra area https://review.opendev.org/c/openstack/neutron/+/875748 | 15:20 |
slaweq | so lets move on | 15:20 |
slaweq | #topic Grafana | 15:20 |
slaweq | #link https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:21 |
slaweq | IMO things looks better this week | 15:21 |
slaweq | there are some failures, especially during weekend there were some spikes but I saw many patches marked as "WIP" this week and those were very red | 15:22 |
slaweq | so I don't see there any specific issue this week | 15:22 |
ralonsoh | much better since last week fixes | 15:22 |
slaweq | yeah | 15:22 |
slaweq | I think we can smoothly go to the next topic which is | 15:23 |
slaweq | #topic Rechecks | 15:23 |
slaweq | and here it also seems that it's better this week | 15:23 |
slaweq | we are again below 1 recheck in average to merge patches | 15:23 |
ralonsoh | cool | 15:23 |
lajoskatona | \o/ | 15:24 |
slaweq | thx all for hard work with the gate failures | 15:24 |
mtomaska | \o\` | 15:24 |
slaweq | I hope that if we will finally fix those functional tests issues it will be really good :) | 15:24 |
slaweq | so now lets talk about particular failures :) | 15:25 |
slaweq | #topic fullstack/functional | 15:25 |
slaweq | here I found few issues which we already discussed today, related to dvr lifecycle and interface not found issues | 15:25 |
slaweq | but except that I saw also: | 15:25 |
slaweq | Initial state of ha router failed: | 15:25 |
slaweq | https://45c66512638ca6be811a-ed2c0d9273209e4be8351fb65446e61d.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/90c9e81/testr_results.html | 15:25 |
slaweq | I think we saw that one few weeks ago too | 15:25 |
slaweq | ralonsoh do You maybe remember it? | 15:26 |
ralonsoh | yes but I didn't check it | 15:26 |
ralonsoh | this code, to be honest, is not very stable | 15:27 |
ralonsoh | (not the agent but the test itself) | 15:27 |
ralonsoh | I'll check it tomorrow | 15:27 |
slaweq | thx a lot | 15:27 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Add new FTs for health monitoring basic operations https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875749 | 15:28 |
slaweq | #action ralonsoh to check failed initail state of ha router test: https://45c66512638ca6be811a-ed2c0d9273209e4be8351fb65446e61d.ssl.cf1.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-oslo-master/90c9e81/testr_results.html | 15:28 |
slaweq | and next one | 15:28 |
slaweq | neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_good_address_allocation | 15:28 |
slaweq | https://359f4eae1c9be4d72e49-0343763e072aec8a44b36b196f4e6ba5.ssl.cf2.rackcdn.com/periodic/opendev.org/openstack/neutron/master/neutron-functional-with-uwsgi-fips/ff7e0fd/testr_results.html | 15:28 |
slaweq | also I think we have seen it already before | 15:28 |
slaweq | yeah, many times actually | 15:29 |
slaweq | I see it in etherpad | 15:29 |
ralonsoh | but I pushed a patch last week (I think so) related to this test | 15:29 |
opendevreview | Merged openstack/networking-sfc master: Update master for stable/zed https://review.opendev.org/c/openstack/networking-sfc/+/857683 | 15:29 |
slaweq | so hopefully it will be fixed | 15:29 |
slaweq | is Your patch merged? | 15:29 |
ralonsoh | checking now | 15:29 |
slaweq | maybe we spot it before Your patch was merged | 15:29 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/874658 | 15:30 |
ralonsoh | and https://review.opendev.org/c/openstack/neutron/+/874654/1 (merged) | 15:30 |
slaweq | ok, but failure was on 26.02 | 15:31 |
slaweq | so before this patch was merged | 15:31 |
slaweq | hopefully with those fixes we will not see that issue again :) | 15:31 |
ralonsoh | perfect | 15:31 |
slaweq | even 24.02 | 15:31 |
slaweq | but still before patch was merged :) | 15:32 |
slaweq | thx ralonsoh | 15:32 |
slaweq | and that's all what I have for today in the agenda | 15:32 |
slaweq | not many new failures this week, which is good | 15:32 |
slaweq | anything else You want to discuss today as we have few more minutes left | 15:32 |
slaweq | #topic On Demand | 15:33 |
opendevreview | Merged openstack/neutron master: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/871252 | 15:34 |
opendevreview | Merged openstack/neutron master: Change neutron-ovs-tempest-dvr-ha-multinode-full job's config https://review.opendev.org/c/openstack/neutron/+/874536 | 15:34 |
slaweq | if not, I will give You some time back today | 15:34 |
mtomaska | o/ | 15:34 |
slaweq | thx for attending the meeting and helping with CI stability :) | 15:34 |
ralonsoh | bye! | 15:34 |
slaweq | have a great day! | 15:34 |
lajoskatona | o/ | 15:34 |
slaweq | o/ | 15:34 |
slaweq | #endmeeting | 15:34 |
opendevmeet | Meeting ended Tue Feb 28 15:34:56 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:34 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-02-28-15.00.html | 15:34 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-02-28-15.00.txt | 15:34 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2023/neutron_ci.2023-02-28-15.00.log.html | 15:34 |
opendevreview | Miro Tomaska proposed openstack/neutron master: RPC sighup test is failing, suspecting due to stestr concurrency https://review.opendev.org/c/openstack/neutron/+/874345 | 15:34 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron stable/zed: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/875673 | 15:36 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron stable/yoga: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/875674 | 15:37 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron stable/xena: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/875675 | 15:37 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron stable/wallaby: [OVN] Ensure traffic for provider vlan networks is not tunneled https://review.opendev.org/c/openstack/neutron/+/875676 | 15:38 |
opendevreview | Merged openstack/neutron stable/zed: Normalise format of OVN agent heartbeat timestamp https://review.opendev.org/c/openstack/neutron/+/875485 | 16:49 |
opendevreview | Merged openstack/neutron stable/yoga: Normalise format of OVN agent heartbeat timestamp https://review.opendev.org/c/openstack/neutron/+/875486 | 16:49 |
opendevreview | Merged openstack/neutron stable/zed: Format correctly (dialect=mac_unix_expanded) the MAC addresses https://review.opendev.org/c/openstack/neutron/+/875535 | 16:49 |
opendevreview | Merged openstack/neutron stable/yoga: Format correctly (dialect=mac_unix_expanded) the MAC addresses https://review.opendev.org/c/openstack/neutron/+/875536 | 16:49 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add sleep before checking if ovs port is in the namespace https://review.opendev.org/c/openstack/neutron/+/875767 | 17:32 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: WIP: desperate try to make DVR functional tests more stable https://review.opendev.org/c/openstack/neutron/+/873111 | 17:33 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add slaweq as API and Testing lieutenant https://review.opendev.org/c/openstack/neutron/+/875771 | 17:36 |
haleyb | slaweq: there was another lieutenant review i saw for you too, https://review.opendev.org/c/openstack/neutron/+/875746 | 17:38 |
slaweq | ahh, ok | 17:38 |
slaweq | thx haleyb | 17:38 |
slaweq | I though that ralonsoh told me to propose patch on my own | 17:39 |
slaweq | but that's fine too | 17:39 |
slaweq | I will abandon mine | 17:39 |
haleyb | if you're happy with more roles i'll approve it :) | 17:40 |
ralonsoh | slaweq, sorry for the confusion | 17:43 |
slaweq | ralonsoh: no problem at all | 17:43 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-vpnaas master: [sqlalchemy-20] Add reader context to ``VPNPluginDb`` get methods https://review.opendev.org/c/openstack/neutron-vpnaas/+/875626 | 17:46 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: Format correctly (dialect=mac_unix_expanded) the MAC addresses https://review.opendev.org/c/openstack/neutron/+/875538 | 17:52 |
opendevreview | Merged openstack/neutron master: Add Slawomir Kaplonski as Lieutenant in API, Client and Testing areas https://review.opendev.org/c/openstack/neutron/+/875746 | 21:11 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: Allow Multiple External Gateways https://review.opendev.org/c/openstack/neutron/+/873593 | 21:14 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: Add extra router attributes for ECMP and BFD https://review.opendev.org/c/openstack/neutron/+/874797 | 21:14 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: [ovn] Allow L3 scheduler to be aware of current transaction https://review.opendev.org/c/openstack/neutron/+/874760 | 21:14 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: [ovn] Implement support for external-gateway-multihoming extension https://review.opendev.org/c/openstack/neutron/+/874199 | 21:14 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: [ovn] Add helper for retrieving LR associated with LRP https://review.opendev.org/c/openstack/neutron/+/873698 | 21:14 |
opendevreview | Dmitrii Shcherbakov proposed openstack/neutron master: [ovn] Apply soft anti-affinity for LRs with multiple LRPs when scheduling https://review.opendev.org/c/openstack/neutron/+/873699 | 21:14 |
opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Do not use ubuntu minimal image in ussuri scenario jobs https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/875786 | 22:05 |
opendevreview | Brian Haley proposed openstack/neutron stable/ussuri: DNM: Testing Ussuri gate https://review.opendev.org/c/openstack/neutron/+/875747 | 22:08 |
opendevreview | Merged openstack/neutron master: Make retrieval of port mac column safe https://review.opendev.org/c/openstack/neutron/+/874342 | 22:43 |
opendevreview | Merged openstack/neutron master: Add missing osprofiler options https://review.opendev.org/c/openstack/neutron/+/875622 | 23:54 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!