opendevreview | Brian Haley proposed openstack/neutron-lib master: Support project_id and project_name in ContextBase class https://review.opendev.org/c/openstack/neutron-lib/+/935731 | 00:04 |
---|---|---|
opendevreview | Merged openstack/neutron master: Bump os-ken version to 2.11.2 https://review.opendev.org/c/openstack/neutron/+/935364 | 01:33 |
opendevreview | Liushy proposed openstack/neutron-fwaas master: [OVN] Fix the provider error in devstack settings https://review.opendev.org/c/openstack/neutron-fwaas/+/934103 | 03:35 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Make grenade jobs work with Neutron API WSGI module https://review.opendev.org/c/openstack/neutron/+/935668 | 06:37 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Make grenade jobs work with Neutron API WSGI module https://review.opendev.org/c/openstack/neutron/+/935668 | 06:40 |
ralonsoh | slaweq, hello! As you mentioned yesterday: https://review.opendev.org/c/openstack/neutron/+/935668 | 06:41 |
ralonsoh | we still have "skip-level" jobs working with eventlet server because we implemented/refactored the wsgi module during the last cycle | 06:42 |
ralonsoh | so https://review.opendev.org/c/openstack/devstack/+/932203 will need to wait until 2025.2 | 06:42 |
slaweq | ralonsoh thx for checking this | 08:04 |
*** tv1 is now known as Kvisle | 08:11 | |
Kvisle | I am quite deep in troubleshooting an issue with neutron-vpnaas (the OVN variant) and I wonder if it's a bug or not. The mechanism that is looking for VPN Agents that are down are never identifying the agents. When troubleshooting the python-code itself, I have understood that it will not list any OVN-based agents when it calls the core plugin (get_agents()). It lists | 08:27 |
Kvisle | only the three agents in the database, which are the BGP Dragents. The OpenStack-installation is working fine otherwise, as far as I can tell -- this problem seems to be limited to vpnaas. Is this a bug, or a configuration issue? Am I missing some glue somewhere? | 08:27 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-tempest-plugin master: Change the default FRR docker image repository https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/935743 | 08:53 |
ralonsoh | Kvisle, when using ML2/OVN, there are two searchs: the first one will find the OVN related agents and the second one will search in the DB | 09:11 |
ralonsoh | if the VPN agents are not in the database, this is because they are not registered | 09:12 |
ralonsoh | I'm not sure how the VPN agents do this, please check the neutron-vpnaas documentation and the check that you have enabled the RPC workers in the Neutron API | 09:12 |
ralonsoh | (that you should because the dr-agents are there and I guess they are alive) | 09:13 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Filter out the floating IPs when removing a shared RBAC https://review.opendev.org/c/openstack/neutron/+/935278 | 09:48 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Migrate from tenant_id to project_id in ``test_network.py`` https://review.opendev.org/c/openstack/neutron/+/935280 | 09:48 |
ralonsoh | slaweq, hello (again). If you have less than 1 min: https://review.opendev.org/c/openstack/neutron-lib/+/934587 | 09:53 |
ralonsoh | thanks! | 09:53 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Implement a utility method to retrieve the Neutron name https://review.opendev.org/c/openstack/neutron/+/935619 | 10:01 |
opendevreview | Takashi Kajinami proposed openstack/os-vif master: DNM: Testing 932436 https://review.opendev.org/c/openstack/os-vif/+/935755 | 10:08 |
slaweq | ralonsoh done | 10:12 |
ralonsoh | slaweq, thanks! | 10:12 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Catch when the process does not exist when killing it https://review.opendev.org/c/openstack/neutron/+/935046 | 10:13 |
ralonsoh | haleyb, lajoskatona hello! Please check https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/935743. For now and until we have a better alternative, we can pull from quay.io | 10:15 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Remove FakeLogicalSwitchChassisEvent class https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935192 | 10:42 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Remove FakeLogicalSwitchChassisEvent class https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935193 | 11:08 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: NB: Consolidate common code of events to the superclass https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935194 | 11:08 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: NB: Consolidate common code of events to the superclass https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935195 | 11:08 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Remove _check_ip_associated method from Event https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935209 | 11:08 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Remove _check_ip_associated method from Event https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935196 | 11:08 |
s3rj1k | Hi all, I noticed that in https://review.opendev.org/c/openstack/neutron-specs/+/935724 `openstack-tox-docs` failed due to warnings (as errors), but I don't see anything related to CR change, how should I proceed? | 11:39 |
opendevreview | Merged openstack/neutron master: Drop reference to removed services https://review.opendev.org/c/openstack/neutron/+/935476 | 11:51 |
Kvisle | ralonsoh: the RPC workers are enabled, and I can see that they are running in the process list. if I do "openstack network agent list", I see everything. However, this function (https://github.com/openstack/neutron-vpnaas/blob/master/neutron_vpnaas/db/vpn/vpn_agentschedulers_db.py#L328) - even if I call it without filters just to log the output, only finds the agents in | 11:52 |
Kvisle | the db. | 11:52 |
ralonsoh | Kvisle, as it should be | 11:56 |
ralonsoh | the OVN agents are stored locally in a singleton class and the other agents are stored in the DB | 11:57 |
ralonsoh | this is why, when using ML2/OVN, we call both method (the singleton class and the get_agents) | 11:57 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-specs master: DNM - Testing openstack-tox-docs https://review.opendev.org/c/openstack/neutron-specs/+/935776 | 12:00 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: evpn: Remove Chassis events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935210 | 12:05 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: evpn: Remove Chassis events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935197 | 12:05 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Remove duplicated _get_network method https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935211 | 12:19 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Remove duplicated _get_network method https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935198 | 12:26 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Remove _get_router method from events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935199 | 12:26 |
opendevreview | Merged openstack/neutron-lib master: Remove default override for config options policy_file https://review.opendev.org/c/openstack/neutron-lib/+/934587 | 12:30 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Remove _get_router method from events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935212 | 12:33 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Move some LogicalSwitchChassisEvent methods out https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935200 | 12:34 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Move some LogicalSwitchChassisEvent methods out https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935213 | 12:34 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.2: Introduce LSP address column parsing functions https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935779 | 12:35 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.2: functional: Introduce a base class for OVN func testing https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935780 | 12:39 |
Kvisle | ralonsoh: is that logic hidden behind the plugin-interface? or should I be able to find the call to the singleton class in the neutron_vpnaas-repository somewhere? | 12:45 |
ralonsoh | Kvisle, did you check the code? Do you know how the vpnaas agent is registered? | 12:48 |
ralonsoh | I'm checking it and it seems that "register_vpn_agent" adds a new key in the chassis.external_ids | 12:48 |
Kvisle | ralonsoh: it's only in ovn as far as I can tell. | 12:48 |
ralonsoh | then there is an agent_monitor that has an event OVNVPNAgent | 12:49 |
ralonsoh | according to ChassisVPNAgentWriteEvent, this agent monitor uses the same OVN agent singletong | 12:49 |
ralonsoh | https://github.com/openstack/neutron-vpnaas/blob/master/neutron_vpnaas/services/vpn/ovn/agent_monitor.py#L73 | 12:50 |
ralonsoh | Kvisle, so try to check where this agent_monitor is being executed, it seems that is a service provided by this repository | 12:51 |
ralonsoh | so maybe you need to call it in the service_plugins | 12:52 |
ralonsoh | this is the first time I'm checkign this code | 12:52 |
ralonsoh | s3rj1k, it seems that the tox job is failing: https://review.opendev.org/c/openstack/neutron-specs/+/935776?tab=change-view-tab-header-zuul-results-summary | 12:53 |
ralonsoh | I'll open a bug | 12:53 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Move methods out of LSP events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935214 | 12:53 |
Kvisle | ralonsoh: thank you - I think I have something to go on perhaps. | 12:54 |
s3rj1k | ralonsoh: thanks | 12:54 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Move methods out of LSP events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935201 | 12:54 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Move _get_ips_info out of LRP event https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935202 | 12:54 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Move _get_ips_info out of LRP event https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935215 | 12:54 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Introduce LSP address column parsing functions https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935216 | 12:59 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Introduce LSP address column parsing functions https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935203 | 12:59 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: functional: Introduce a base class for OVN func testing https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935204 | 12:59 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: functional: Introduce a base class for OVN func testing https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935217 | 12:59 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2023.2: Fix failures pointed by the flake8 run by the pre-commit script https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935188 | 13:07 |
opendevreview | Merged openstack/ovn-bgp-agent stable/2024.1: Fix failures pointed by the flake8 run by the pre-commit script https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935187 | 13:07 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.2: Expose FIP if external_mac was set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935785 | 13:20 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.2: nb driver: Don't expose FIP if the external_mac is not set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935786 | 13:20 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.1: Expose FIP if external_mac was set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935791 | 13:59 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2023.2: Expose FIP if external_mac was set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935792 | 14:00 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2024.1: nb driver: Don't expose FIP if the external_mac is not set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935793 | 14:00 |
opendevreview | Eduardo Olivares proposed openstack/ovn-bgp-agent stable/2023.2: nb driver: Don't expose FIP if the external_mac is not set https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935794 | 14:01 |
opendevreview | Merged openstack/neutron-tempest-plugin master: Change the default FRR docker image repository https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/935743 | 14:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Catch when the process does not exist when killing it https://review.opendev.org/c/openstack/neutron/+/935046 | 14:14 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Ensure that ARP/NDP is enabled for vlan devices https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935801 | 15:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Add a creation wait event for the PG drop tests https://review.opendev.org/c/openstack/neutron/+/935802 | 15:06 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests https://review.opendev.org/c/openstack/neutron/+/935804 | 15:31 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Ensure that ARP/NDP is enabled for vlan devices https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935801 | 15:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Ensure that ARP/NDP is enabled for vlan devices https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935801 | 15:55 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Handle trimming of vlan interface namings https://review.opendev.org/c/openstack/ovn-bgp-agent/+/910654 | 16:46 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Use neutron_lib constants a device name limiter https://review.opendev.org/c/openstack/ovn-bgp-agent/+/934327 | 16:46 |
opendevreview | Dmitriy Rabotyagov proposed openstack/ovn-bgp-agent master: Ensure that ARP/NDP is enabled for vlan devices https://review.opendev.org/c/openstack/ovn-bgp-agent/+/935801 | 16:46 |
opendevreview | Merged openstack/python-neutronclient master: vpnaas: show external_vx_ip for vpn service show https://review.opendev.org/c/openstack/python-neutronclient/+/934215 | 17:34 |
opendevreview | Merged openstack/neutron master: Enable no-else-return pylint check https://review.opendev.org/c/openstack/neutron/+/934205 | 17:42 |
opendevreview | Merged openstack/neutron master: tests: Remove skip_if_ovs_older_than decorator from a test case https://review.opendev.org/c/openstack/neutron/+/935250 | 17:42 |
opendevreview | Merged openstack/neutron master: [OVN] The Port_Group deletion implies the ACLs deletion https://review.opendev.org/c/openstack/neutron/+/933877 | 18:06 |
opendevreview | Merged openstack/neutron master: Add new RBAC policies only for "target_project" https://review.opendev.org/c/openstack/neutron/+/934954 | 18:33 |
opendevreview | Merged openstack/neutron master: Set a new removal release for ``set_network_type`` https://review.opendev.org/c/openstack/neutron/+/935272 | 18:34 |
opendevreview | sean mooney proposed openstack/os-vif master: address test stablity under load https://review.opendev.org/c/openstack/os-vif/+/935653 | 21:22 |
opendevreview | Takashi Kajinami proposed openstack/os-vif master: Clean up Windows support https://review.opendev.org/c/openstack/os-vif/+/932436 | 21:23 |
opendevreview | Brian Haley proposed openstack/neutron-specs master: Fix docs job errors and warnings https://review.opendev.org/c/openstack/neutron-specs/+/935836 | 21:53 |
opendevreview | Brian Haley proposed openstack/neutron-lib master: Support project_id and project_name in ContextBase class https://review.opendev.org/c/openstack/neutron-lib/+/935731 | 23:21 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!