opendevreview | Dai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension https://review.opendev.org/c/openstack/neutron/+/951390 | 04:43 |
---|---|---|
opendevreview | Dai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension https://review.opendev.org/c/openstack/neutron/+/951390 | 05:20 |
opendevreview | Lajos Katona proposed openstack/neutron-dynamic-routing master: WIP [eventlet-removal] Removal of eventlet usage in this repository https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/956747 | 06:47 |
opendevreview | Lajos Katona proposed openstack/neutron-fwaas master: WIP: [eventlet-removal] Removal of eventlet usage in this repository https://review.opendev.org/c/openstack/neutron-fwaas/+/955689 | 07:16 |
opendevreview | Dai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension https://review.opendev.org/c/openstack/neutron/+/951390 | 07:27 |
opendevreview | Alexander Gnatyuk proposed openstack/ovsdbapp master: nb: add support for mirror-rules in mirrors https://review.opendev.org/c/openstack/ovsdbapp/+/950742 | 09:57 |
stephenfin | sean-k-mooney: gmaan: All OpenAPI patches should be green now (I had to update to account for the v2.98 and v2.100 microversions, which were introduced since I wrote those patches | 10:16 |
sean-k-mooney | stephenfin: thats cool althoug not really relevent to neutron | 10:18 |
stephenfin | whoops | 10:19 |
stephenfin | 😅 | 10:19 |
stephenfin | you get the idea though 🙃 | 10:19 |
sean-k-mooney | stephenfin: i dont know all 31 patches in the serise are green at the same time. that sounds sus did you bribe the zuul gods and if so do they have a subscription plan, you might have to payin installment ot keep it that way till these all land | 11:02 |
stephenfin | :D | 11:03 |
mnasiadka | Hello | 11:24 |
mnasiadka | In Kolla-Ansible we haven't transitioned to WSGI yet - since neutron-server script is removed now, can we use neutron-api in a similar manner, or do we have to switch to WSGI right now? | 11:25 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] The OVS IDL connection is global for all tests https://review.opendev.org/c/openstack/neutron/+/956653 | 11:40 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] The OVS IDL connection is global for all tests https://review.opendev.org/c/openstack/neutron/+/956653 | 11:40 |
ralonsoh | mnasiadka, not really. The Neutron eventlet server executed all API related workers: API, OVN maintenance, RPC server, periodic | 11:42 |
ralonsoh | now with WSGI, the Neutron API only provides the API server | 11:42 |
ralonsoh | it is needed to spawn the other services "manually" | 11:43 |
ralonsoh | one sec | 11:43 |
mnasiadka | so either way, we need to run all these separately in separate containers | 11:43 |
ralonsoh | mnasiadka, yes | 11:44 |
ralonsoh | mnasiadka, https://github.com/openstack/neutron/blob/master/setup.cfg | 11:44 |
ralonsoh | all "neutron.cmd.server" services defined there (3): | 11:44 |
ralonsoh | * https://github.com/openstack/neutron/blob/master/setup.cfg#L45 | 11:44 |
ralonsoh | * https://github.com/openstack/neutron/blob/master/setup.cfg#L52 | 11:44 |
ralonsoh | * https://github.com/openstack/neutron/blob/master/setup.cfg#L55 | 11:45 |
mnasiadka | Yeah, I've seen that, I sort of saw that coming that I need to split neutron-server container into 4 components | 11:45 |
mnasiadka | I guess I can switch neutron API to use WSGI while I'm at it | 11:45 |
ralonsoh | you have more control on the replicas used | 11:45 |
ralonsoh | for example, the OVN maintenace worker is not needed to be executed in HA, only one instance | 11:46 |
ralonsoh | the RPC server won't be needed if using ML2/OVN | 11:46 |
mnasiadka | Is that documented anywhere, or not yet? ;-) | 11:47 |
mnasiadka | I was checking the RDO/Ubuntu install guide, but no pointers really there. | 11:48 |
ralonsoh | mnasiadka, no, it is not | 13:02 |
opendevreview | Lajos Katona proposed openstack/neutron-fwaas master: WIP: [eventlet-removal] Removal of eventlet usage in this repository https://review.opendev.org/c/openstack/neutron-fwaas/+/955689 | 14:05 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-specs master: OVN DHCP relay https://review.opendev.org/c/openstack/neutron-specs/+/956795 | 14:45 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN] Remove the datapath UUID from the metadata namespaces https://review.opendev.org/c/openstack/neutron/+/956695 | 14:47 |
ralonsoh | bcafarel, hello! if you have 1 min: https://review.opendev.org/c/openstack/neutron/+/956244 | 14:48 |
ralonsoh | thanks! | 14:48 |
bcafarel | sure thing, it looks like an easy one, will do after wrapping up meeting | 14:49 |
*** ykarel_ is now known as ykarel | 15:02 | |
opendevreview | Merged openstack/neutron stable/2025.1: [doc] Document the L3 QoS support in Neutron https://review.opendev.org/c/openstack/neutron/+/956244 | 15:19 |
frickler | haleyb: ralonsoh: is there someone who could take the task of bringing the install guide up to date before the release, then? otherwise IMO we'd at least need a big red warning that it no longer works | 15:43 |
ralonsoh | frickler, I'll create a LP bug right now. | 15:46 |
ralonsoh | frickler, but what installation guide in particular? | 15:47 |
frickler | ralonsoh: https://docs.openstack.org/neutron/latest/install/ should be the generic reference. seems it could also benefit from switching the default deployment from OVS to OVN, but that's another issue. I'm also not sure whether the RDO and debuntu packages need further work to fix their systemd service definitions | 15:51 |
frickler | but certainly e.g. https://docs.openstack.org/neutron/latest/install/common/get-started-networking.html could be updated with the current set of components | 15:52 |
ralonsoh | frickler, yes, this is missing many components | 15:52 |
ralonsoh | and the particular RDO/Ubuntu guides too | 15:53 |
ralonsoh | I'll open a LP bug now | 15:53 |
frickler | thx | 15:53 |
ralonsoh | haleyb, https://bugs.launchpad.net/neutron/+bug/2119962. Just a heads-up. | 15:58 |
ralonsoh | I'll be on PTO during the next 2 weeks, but as soon as I arrive, I'll do it (if not done before) | 15:58 |
haleyb | ralonsoh: ack, thanks | 15:59 |
haleyb | https://docs.openstack.org/neutron/latest/install/ovn/manual_install.html is mostly correct but needs an update as well | 16:00 |
ralonsoh | yes | 16:00 |
haleyb | not sure how many people do a manual install these days | 16:01 |
ralonsoh | at least we should document the Neutron server services | 16:01 |
haleyb | +1 | 16:02 |
ralonsoh | haleyb, and yes, maybe we can remove the manual installation sections | 16:02 |
ralonsoh | are unmantained and irrelevant right now | 16:02 |
ralonsoh | if you want something quick, you use devstack | 16:02 |
frickler | haleyb: ralonsoh: well the main use for me would be to have a reference for deployment projects like kolla, osa, etc., asking them to dissect devstack code in order to find out how to deploy neutron is a bit questionable IMHO | 16:08 |
haleyb | yeah, that makes sense. it is just a rough outline as i know our deployment tools do a lot of other things with keys, etc | 16:13 |
frickler | yes, you are not expected to find all the details there, but it should be able to arrive at a working deployment. btw. I also do not see any release-note about the neutron-server replacement | 16:28 |
haleyb | frickler: that might have just been updated in the docs? i know we added something for debugging. unless i'm mis-understanding | 16:38 |
opendevreview | Brian Haley proposed openstack/neutron stable/2025.1: OVS firewall: only remove security group when truly unused https://review.opendev.org/c/openstack/neutron/+/956814 | 17:10 |
opendevreview | Brian Haley proposed openstack/neutron stable/2024.2: OVS firewall: only remove security group when truly unused https://review.opendev.org/c/openstack/neutron/+/956815 | 17:11 |
opendevreview | Brian Haley proposed openstack/neutron stable/2024.1: OVS firewall: only remove security group when truly unused https://review.opendev.org/c/openstack/neutron/+/954332 | 17:11 |
frickler | I only found https://docs.openstack.org/neutron/latest/admin/config-wsgi.html | 17:18 |
haleyb | contributor/testing/neutron_wsgi_api_server was the other one | 17:23 |
opendevreview | Brian Haley proposed openstack/neutron master: WIP: Remove false-positive ACLs in OVN DB sync https://review.opendev.org/c/openstack/neutron/+/937299 | 19:19 |
opendevreview | Brian Haley proposed openstack/neutron master: WIP: Remove false-positive ACLs in OVN DB sync https://review.opendev.org/c/openstack/neutron/+/937299 | 21:41 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!