Tuesday, 2025-10-21

hamburglerHey gents, been awhile, hope everyone is well. Upgrading to 2025.1 Epoxy - using ovn-bgp-agent - noticed that it looks like the neutron requirements file points at master branch. This causes ovn-bgp-agent-rootwrap and ovn-bgp-agent-rootwrap-daemon to not be installed, not allowing for neutron-ovn-bgp-agent to start. If I manually run pip install -e git+https://opendev.org/openstack/ovn-bgp-agent@9a36c3800:25
hamburgler75111a0b1bfb155e71b25c08fc1131ece#egg=ovn-bgp-agent00:25
hamburgler pointing to latest commit off 2025.1, it installs the correlating pip package. I remember that OSA itself does not control requirements here I believe? Or is there something on OSA that can be done about this? https://paste.openstack.org/show/bdF5LpGLq1UtU1f7NMIo/00:25
hamburglerUnfortunately without a working version the bgp-vrf/nic do not get created and the node is essentially useless00:26
noonedeadpunkhamburgler: huh, it could be that I've missed to pin it? let me check...08:24
noonedeadpunkhamburgler: yeah, me are indeed missing networking_ovn_bgp_install_branch pinning08:25
noonedeadpunkhamburgler: I think what you can do is add this to user_variables: networking_ovn_bgp_install_branch: "{{ networking_ovn_bgp_git_install_branch }}"08:35
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Rename  OVN BGP Agent SHA pinning var  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/96445208:39
noonedeadpunkthis should be fixing it ^08:40
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Ensure neutron_use_uwsgi is treated a bool  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/96134014:55
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Deprecate and remove neutron_use_uwsgi variable  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/96134514:55
noonedeadpunk#startmeeting openstack_ansible_meeting15:00
opendevmeetMeeting started Tue Oct 21 15:00:47 2025 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'openstack_ansible_meeting'15:00
noonedeadpunk#topic rollcall15:00
noonedeadpunko/15:00
NeilHanlono/ 15:03
noonedeadpunk#topic office hours15:04
noonedeadpunkSo, next week we're having a PTG15:05
noonedeadpunkI've booked a 15 - 17 UTC slot on Monday, Oct 2715:05
noonedeadpunkThe etherpad where agenda supposed to be can be found here: 15:05
noonedeadpunk#link https://etherpad.opendev.org/p/oct2025-ptg-os-ansible15:05
jrossero/ hello15:05
noonedeadpunkI have couple of points to add there, will do it likely tomorrow15:06
DavidGomezo/15:06
noonedeadpunkPrevious weekends we had a Summit, and I held an project update session on it15:06
noonedeadpunkI'd say around 20 folks showed up on the session15:07
noonedeadpunkwhich is not great... and probably not even good, but will take it. at least room was not empty :)15:07
noonedeadpunkif you're interested - I've published slides for updates here15:09
noonedeadpunk#link https://drive.google.com/file/d/1ykDNmvVwWTRLaCrvDQ-Jt-Byxohx0Zjt/view?usp=sharing15:09
noonedeadpunkthat's a folder with all slides from the summit, just in case15:09
DavidGomezslides look good!15:10
noonedeadpunkthe session where I showed a TUI for OSA was quite full though. I think I just got the catchy name for it though :)15:10
noonedeadpunkBut at least it showed general interested in this kind of thing15:11
noonedeadpunkMaybe it will bring some new users if finished...15:11
noonedeadpunkthanks DavidGomez!15:12
noonedeadpunkI also got some follow-up discussion around how ppl can help project realistically and get started15:13
noonedeadpunkBut I'm not super hopeful tbh15:13
noonedeadpunkregarding openbao backend - I did not have a chance to check on changes and ways to optimize things there15:17
noonedeadpunkWill try to do so during this week15:17
noonedeadpunkand will potentially add some discussion points found for the PTG if we'd have time there15:18
NeilHanlonslides look good, wish i could've made the Summit15:19
noonedeadpunkYeah, it would be really nice....15:19
noonedeadpunkAnd summit this time was twice bigger in attendence then it was in Vancouver15:19
NeilHanlonoh wow15:20
noonedeadpunkSo it seems OpenStack getting more tracktion with thanks to Broadcom15:20
DavidGomez+1 that's what I'm hearing too15:20
NeilHanlonIndeed I've been seeing a lot of requests for MSPs wanting to check it out more too15:20
NeilHanlonGood time for experts to capitalize on that ! :D 15:21
noonedeadpunkAnd also one really nice thing was opensource stand. 15:21
noonedeadpunkWhere pretty much projects could sign up freely for marketplace time15:21
noonedeadpunkwhich is really nice alternative for forums, and people could come and talk in less "formal" way15:22
noonedeadpunkthough it totally needs at least couple of project representatives, as otherwise it may also discourage ppl, as some discussions could take a while15:22
hamburglernoonedeadpunk: thank you - re: ovn-bgp var will try later this evening15:22
noonedeadpunkas even with TC time from time to time it was feeling a bit busy. And a bit lonely at otheres :D15:23
hamburglerthough question - that will pin it to a commit in 2025.1? not install off master?15:24
noonedeadpunkhamburgler: so the pin was always here, just as a different variable15:25
noonedeadpunkhttps://opendev.org/openstack/openstack-ansible/src/branch/stable/2025.1/inventory/group_vars/neutron_all/source_git.yml#L6015:25
hamburglerah yes! great :)15:25
hamburglerty :)15:25
noonedeadpunkso somehow I made a typo...15:25
noonedeadpunkwhen introducing it15:26
noonedeadpunkand this should cover a bug in general15:26
noonedeadpunk#link https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/96445215:26
hamburglerno worries at all - only dev environment testing for us15:26
noonedeadpunkI don't have much to discuss today though...15:28
noonedeadpunkBut yes, hopefully we'll get our hands busy :)15:29
noonedeadpunk*keep15:29
noonedeadpunkbtw tried to get more info about migrations to OVN from LXB, as CERN has migragtions already ongoing15:38
noonedeadpunkbut they have really simple usecase and just L2 flat networks - no routers or vxlans15:38
noonedeadpunkso they can execute it per hypervisor and live migrate between them to re-wire VMs15:39
noonedeadpunkbut seems any more reall use-case gonna be more problematic15:43
noonedeadpunk#endmeeting15:44
opendevmeetMeeting ended Tue Oct 21 15:44:48 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:44
opendevmeetMinutes:        https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-21-15.00.html15:44
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-21-15.00.txt15:44
opendevmeetLog:            https://meetings.opendev.org/meetings/openstack_ansible_meeting/2025/openstack_ansible_meeting.2025-10-21-15.00.log.html15:44

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