Wednesday, 2026-03-04

opendevreviewVerification of a change to openstack/kolla stable/2025.1 failed: [2025.1] heat: pin setuptools below 82  https://review.opendev.org/c/openstack/kolla/+/97855300:42
opendevreviewVerification of a change to openstack/kolla stable/2025.1 failed: [2025.1] CI: enable k-a rocky10  https://review.opendev.org/c/openstack/kolla/+/97872900:42
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.1 failed: [2025.1] pin setuptools in tox docs  https://review.opendev.org/c/openstack/kolla-ansible/+/97795900:42
opendevreviewPierre Riteau proposed openstack/kayobe master: [networkd] Fix broken conditional  https://review.opendev.org/c/openstack/kayobe/+/97517307:28
opendevreviewPierre Riteau proposed openstack/kayobe master: [firewalld] Fix broken conditional  https://review.opendev.org/c/openstack/kayobe/+/97518607:29
opendevreviewPierre Riteau proposed openstack/kayobe master: Revert "CI: Disable seed jobs"  https://review.opendev.org/c/openstack/kayobe/+/97885507:33
mnasiadkaMorning07:36
blanson[m]hello ! 08:12
blanson[m]:) https://review.opendev.org/q/owner:bertrand.lanson@infomaniak.com+-branch:+master+repo:openstack/kolla-ansible I have some backports that have been waiting for a while if anyone can have a look :)08:12
thelounge87Hi08:22
thelounge87So when exactly is this going to happen? the meeting08:22
opendevreviewLeonie Chamberlin-Medd proposed openstack/kayobe master: Add support for fail2ban in Kayobe  https://review.opendev.org/c/openstack/kayobe/+/97309008:33
*** thelounge870 is now known as thelounge8708:34
thelounge87Hi Hi HI08:35
mnasiadkathelounge87: https://meetings.opendev.org/#Kolla_Team_Meeting08:35
thelounge87can anyone help me with sso08:35
thelounge87I am encountering a weird error, where the logs dont show anything sus. But the horizon dashboard after succesful OIDC completion shows 08:36
thelounge87```Login failed: An error occurred authenticating. Please try again later.```08:36
thelounge87But the keystone logs are perfectly fine. Even in debug mode, it showed a neat empheral user created successfully etc08:37
thelounge87My globals.yml relating to that is:08:38
thelounge87```08:38
thelounge87horizon_keystone_domain_choices:08:38
thelounge87  Default: Default08:38
thelounge87  azure_sso: azure_sso08:38
thelounge87horizon_keystone_multidomain: true08:38
thelounge87keystone_federation_oidc_additional_options:08:38
thelounge87  OIDCClaimPrefix: OIDC-08:38
thelounge87  OIDCPassIDTokenAs: claims08:38
thelounge87  OIDCResponseType: code08:38
thelounge87  OIDCXForwardedHeaders: X-Forwarded-Proto08:38
thelounge87keystone_federation_oidc_jwks_uri: https://login.microsoftonline.com/e54d02ca-662d-401b-9995-ee65d91d85c7/discovery/v2.0/keys08:38
thelounge87keystone_identity_mappings:08:38
thelounge87  - file: /etc/kolla/config/keystone/federation/oidc/attribute_maps/azure_ad_mapping.json08:38
thelounge87    name: azure_ad_mapping08:38
thelounge87keystone_identity_providers:08:38
thelounge87  - attribute_mapping: azure_ad_mapping08:38
thelounge87    identifier: https://login.microsoftonline.com/e54d02ca-662d-401b-9995-ee65d91d85c7/v2.008:38
thelounge87    metadata_folder: /etc/kolla/config/keystone/federation/oidc/metadata08:38
thelounge87    name: azure-ad08:38
thelounge87    openstack_domain: azure_sso08:38
thelounge87    protocol: openid08:38
thelounge87    public_name: Authenticate via Azure AD08:38
thelounge87```08:38
thelounge87sorry I am new to IRC so (not sure how to show attachments or long text)08:39
tafkamaxWhat release are you using08:48
tafkamaxwhat do the console logs in browser show though?08:49
tafkamaxI havent't used the AD oidc myself. Do you have the mapping.json correct?08:49
thelounge87Using 2025.1   . Yes I tried many mappings and edited and all result in the same result.08:50
thelounge87tafkamaxVishwa Mithra should I use pastebin to show rather than in chat?08:51
thelounge87```08:52
thelounge87(apples) root@kolla1:/home/ubuntu# cat /etc/kolla/config/keystone/federation/oidc/attribute_maps/azure_ad_mapping.json08:52
thelounge87[08:52
thelounge87  {08:52
thelounge87    "local": [08:52
thelounge87      {08:52
thelounge87        "user": {08:52
thelounge87          "name": "{0}",08:52
thelounge87          "email": "{1}",08:52
thelounge87          "type": "ephemeral"08:52
thelounge87        },08:52
thelounge87        "group": {08:52
thelounge87          "name": "cloud-users",08:52
thelounge87          "domain": {08:52
thelounge87            "name": "azure_sso"08:52
thelounge87          }08:52
thelounge87        }08:52
thelounge87      }08:52
tafkamaxhmm horizon_keystone_domain_choices. I haven't used that option.08:52
thelounge87    ],08:52
thelounge87    "remote": [08:52
thelounge87      { "type": "OIDC-email" },08:52
thelounge87      { "type": "OIDC-email" }08:52
thelounge87    ]08:52
thelounge87  }08:52
thelounge87]```08:52
tafkamaxpastebin would be better08:52
tafkamaxFor us we use a single domain, but with multiple authentication methods.08:53
thelounge87mmmm so domain could be an issue?08:53
tafkamaxI am not sure, I havent' tried it like so.08:54
thelounge87```08:54
thelounge872026-03-03 11:10:17.715 1081 INFO keystone.identity.core [None req-ceebc006-2c74-46e0-800e-f04eb28a95d7 - - - - - -] Adding user [{'email': 'testuser1@Bdxworld.com', 'id': 'b3e67718c6187dbcab031b249eb72133cb54614fea325cbd8e58650e9947fbf4', 'name': 'testuser1@galamTech.com', 'domain_id': '6bbcdd1d154844b3963e5dc6be75462d', 'enabled': True,08:54
thelounge87'password_expires_at': None, 'options': {}}] to group [64fc4d5fca1643f48df24f5c6a437c0c].```08:54
thelounge87ignore the bdxworld and galamTech lol08:54
tafkamaxThe metadata folder has all of the specified components that is in the docs?08:55
thelounge87Yes08:55
thelounge87```08:55
thelounge87(apples) root@kolla1:/home/ubuntu# ls /etc/kolla/config/keystone/federation/oidc/08:55
thelounge87attribute_maps  cert  metadata08:55
thelounge87(apples) root@kolla1:/home/ubuntu# ls /etc/kolla/config/keystone/federation/oidc/metadata/08:55
thelounge87login.microsoftonline.com%2Fe54d02ca-662d-401b-9995-ee65d91d85c7%2Fv2.0.client08:55
thelounge87login.microsoftonline.com%2Fe54d02ca-662d-401b-9995-ee65d91d85c7%2Fv2.0.conf08:55
thelounge87login.microsoftonline.com%2Fe54d02ca-662d-4```08:55
tafkamaxI can't spot anything obvious.08:56
thelounge87mmmm, yeah, I'll try removing the domain and try08:56
tafkamaxThe only thing different for me is that I have a single domain but multiple authentication methods.08:56
tafkamaxAnd I don't specify the jwks uri. And also the additional_options.08:57
thelounge87those were added after checking the logs tbh. It asked that the proto forwarding doesnt exist so added that08:57
tafkamaxok08:58
opendevreviewMerged openstack/kolla-ansible stable/2025.2: Fix trove_api healthcheck with TLS backend  https://review.opendev.org/c/openstack/kolla-ansible/+/97252009:02
*** EugenMayer4401802 is now known as EugenMayer44018009:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: glance: Add configuration for cinder backend  https://review.opendev.org/c/openstack/kolla-ansible/+/97886309:31
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: Fix variable name typo in haproxy single external frontend  https://review.opendev.org/c/openstack/kolla-ansible/+/97159409:32
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Restart only changed iterable containers  https://review.opendev.org/c/openstack/kolla-ansible/+/97665909:40
*** jhorstmann is now known as Guest429810:00
opendevreviewMerged openstack/kolla-ansible stable/2025.2: Fix idempotence on comparing capabilities for podman  https://review.opendev.org/c/openstack/kolla-ansible/+/97283010:03
opendevreviewMerged openstack/kolla-ansible stable/2025.2: Fix podman idempotence on comparing container dimensions  https://review.opendev.org/c/openstack/kolla-ansible/+/97283110:03
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: Fix idempotence on podman volume comparison  https://review.opendev.org/c/openstack/kolla-ansible/+/97283210:10
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: Test idempotence of reconfigure command in CI  https://review.opendev.org/c/openstack/kolla-ansible/+/97283310:10
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822110:22
opendevreviewMerged openstack/kayobe master: Revert "CI: Disable seed jobs"  https://review.opendev.org/c/openstack/kayobe/+/97885510:32
thelounge87Did anyone get issues running 2025.2?10:49
thelounge87The haproxy keep alived is not generating the haproxy backend config10:50
tafkamaxI am running 2025.2, have not seen the issue you mentioned.10:51
thelounge87mmmmm10:51
tafkamaxBut for IDP config you need to currently run this fix https://bugs.launchpad.net/kolla-ansible/+bug/2134455/comments/110:51
thelounge87I am trying to upgrade from 2025.1 to 2025.210:51
tafkamaxI haven't tried the 2025.1 to 2025.2 upgrade path yet.10:52
tafkamaxI have done a fresh install of 2025.2 so far.10:52
thelounge87Yeah, I am trying to upgrade and it keeps failing with a myriad of issues10:54
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822110:54
thelounge87I have one question who tf introduced proxySQL?10:58
thelounge87why do we even need it??10:58
thelounge87protect the service from ohmysql client? or sqlalchemy? or what? if a service doesn;t have access to the db , it will fail silently if proxysql is there. Else it will stop and throw an error.10:58
thelounge87throwing an error is any day better than being silent10:59
tafkamaxit is there for better HA capabilities10:59
tafkamaxI guess you can look in the code PR-s where it was introduced, why it was introduced.10:59
tafkamaxI think before the haproxy -> mariadb had it's issues.11:00
tafkamaxQuick AI query might give you an approximate answer :D11:01
opendevreviewPierre Riteau proposed openstack/ansible-collection-kolla master: Fix check for Docker containerd storage  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/97817211:08
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: [DNM] Test a-c-k fix  https://review.opendev.org/c/openstack/kolla-ansible/+/97817811:11
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Revert "CI: Pin docker to <29"  https://review.opendev.org/c/openstack/kolla-ansible/+/97817011:11
thelounge87idk tbh, cause VIP and haproxy solves al the issues anyway. It seems more like extra clunk11:12
thelounge87and silent failing is far more dangerous11:12
thelounge87Also asked AI. 11:13
thelounge87and it mirrors my opinon due to psychofancy11:13
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: neutron: Switch neutron_plugin_agent default to ovn  https://review.opendev.org/c/openstack/kolla-ansible/+/97011411:13
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: neutron: Switch neutron_plugin_agent default to ovn  https://review.opendev.org/c/openstack/kolla-ansible/+/97011411:15
mnasiadkathelounge87: Have you come here to express your worries about the state of the project and willingness to pick up maintenance - or you just wanted to complain and lay out your frustration?11:22
thelounge87mnasiadkaVishwa Mithra I actually have a multiregion on which I think you commented on so, yeah. Wanted to talk about that11:23
thelounge87and yep, also want to contribute to the fixes too!11:24
thelounge87Again, new to this, so not sure, how to go about it. (Is complaining bad or seen as such here?)11:24
opendevreviewPavel Shapovalov proposed openstack/kolla-ansible master: destroy: fix Octavia interface cleanup permissions  https://review.opendev.org/c/openstack/kolla-ansible/+/97886911:24
thelounge87mnasiadkaVishwa Mithra https://review.opendev.org/c/openstack/kolla-ansible/+/97776011:26
thelounge87This one :)11:26
tafkamaxI guess it is important to understand why some decisions were made. I remember 2024.2 or 2024.1 release without proxysql. The haproxy sent traffic to read-only mariadb nodes. With the migration to proxysql the node which allows writes gets it every time, thanks to proxysql being "smarter" than haproxy.11:27
tafkamaxSince the usage of proxysql the mariadb usage has become more stable for us.11:27
thelounge87And thats the reason deploymnets without proxysql in 2025.1 trying to upgrade to 2025.2 is breaking?11:29
blanson[m]quick question for people familiar with ironic. I'm reading about the novnc-proxy requirement, but: is it still required, and can kolla deploy it ? I can't find anything about it apart from "it's rerquired" in the ironic doc11:29
tafkamaxhavnet used ironic11:32
tafkamaxthelounge87: Are you not using proxysql?11:33
tafkamaxBecause in the docs there is this important part: https://docs.openstack.org/releasenotes/kolla-ansible/2025.2.html#relnotes-21-0-0-stable-2025-211:33
thelounge87No I am not11:33
tafkamaxIt is an interesting path. We migrated to proxysql before the 2025.2 upgrade. As some of these things are done before fully removal/deprecation.11:34
opendevreviewPavel Shapovalov proposed openstack/kolla-ansible master: destroy: fix Octavia interface cleanup permissions  https://review.opendev.org/c/openstack/kolla-ansible/+/97886911:34
thelounge87....why its now considered legacy?11:35
thelounge87https://review.opendev.org/c/openstack/kolla-ansible/+/962479 Like...who takes these decisions? HP ?11:35
thelounge87What about deployments who used nomral HAproxy and VIP and it works awesome as is11:35
tafkamaxBecause it had its problems and proxysql solved those. I guess the burden of maintaing two different LB-s for mariadb is not useful in this case, when one is better than the other.11:36
thelounge87so make a breaking change and just drop it? instead of making a clear documentation reference as to how to upgrade if you do not have that enabled?11:37
thelounge87sorry for getting frustated.11:38
tafkamaxI think you need to check the release notes. It says that it has been removed.11:38
tafkamaxIn 2024.2 there is release notes that proxysql is default and you need to explicilty set it to false.11:39
tafkamaxs/./ if you wish to use haproxy/11:39
thelounge87So im gonna revert back to 2025.1 -> enable proxysql -> upgrade kolla to 2025.2 and then try11:47
mnasiadkaThe upgrade process should be working, irrespective of the fact what you have configured before the upgrade - have you raised a bug?11:49
tafkamaxI suppose if the enable_proxysql variable is false when upgrading to 2025.1 -> 2025.2 then it should fail?11:50
tafkamaxI don't know the status of globals.yml11:50
thelounge87it is failing when proxysql is set to false. I had not raised a bug. I am still trying to make it work.11:51
opendevreviewMerged openstack/kolla stable/2025.1: [2025.1] heat: pin setuptools below 82  https://review.opendev.org/c/openstack/kolla/+/97855311:51
opendevreviewMerged openstack/kolla stable/2025.1: [2025.1] CI: enable k-a rocky10  https://review.opendev.org/c/openstack/kolla/+/97872911:51
thelounge87Assuming my globals.yml are wrong (And you need to have it correct)11:51
thelounge87for the upgrade to work and proxysql to be there.11:51
thelounge87One thing is clear: The globals.yml file which worked for 2025.1 does not work for 2025.2 as is. So yep.11:53
thelounge87Not sure if its a bug or intentional.11:54
thelounge87but could have been nice if mentioned in the upgrade guide.11:54
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822111:56
mnasiadkathelounge87: the expectation is that you’re reading release notes12:10
thelounge87I think the general path for most who have legacy deployments is to just reuse the globals and compare it with new globals.yml and mix and match. But yep, maybe some kinda red highlighting would help instead of silent expectation :) similar to other docs.12:16
thelounge87Yep that seems to do it for now.  Note: ProxySQL is a must if you wanna upgrade from 2025.1 to 2025.2 (It breaks otherwise - especially if you specifically enable it as no in your globals.yml12:28
thelounge87Doesn;t work new error. Don't do it.12:36
thelounge87Maybe I am in the wrong here. But my strong opinon is that proxySQL is bad. And its a movement in the wrong direction for kolla ansible. Increasing complexity. mimicing worst practices of charmed openstack.12:39
thelounge87just because canonical did it doesnt mean everyone should.12:39
thelounge87And as said already, proxySQL fails silently because of really bad architecture on its end. And doesn't show up in either the service logs or db logs and has its own logs. Just keep increasing complexity . 12:45
thelounge87Can I talk to this guy Seughun Lee ?12:45
opendevreviewMerged openstack/kolla-ansible stable/2025.1: [2025.1] pin setuptools in tox docs  https://review.opendev.org/c/openstack/kolla-ansible/+/97795912:51
opendevreviewMerged openstack/kolla-ansible stable/2025.1: requirements: pin bcrypt to supported version  https://review.opendev.org/c/openstack/kolla-ansible/+/97610413:01
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822113:05
opendevreviewMerged openstack/kolla stable/2025.1: debian: use valkey from bookworm-backports  https://review.opendev.org/c/openstack/kolla/+/97881213:37
mnasiadkabbezak frickler kevko mmalchuk gkoper jovial mattcrees dougszu darmach pabloclsn ravlew amir58118 r-krcek blanson[m] - meeting in 7 minutes13:53
* fungi is also around for the additional agenda item13:56
tafkamaxI also added my little review item13:57
thelounge87Umm how to add one here?13:58
fungithelounge87: https://etherpad.opendev.org/p/KollaWhiteBoard13:59
fungi"additional agenda" section13:59
mnasiadka#startmeeting kolla14:00
opendevmeetMeeting started Wed Mar  4 14:00:01 2026 UTC and is due to finish in 60 minutes.  The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'kolla'14:00
mnasiadka#topic rollcall14:00
mnasiadkaO/14:00
seunghunleeo/14:00
bbezako/14:00
fungiahoy!14:00
jovialo/14:00
blanson[m]hello ! 14:01
thelounge87Hi14:01
thelounge87Added mine to ideas 14:02
mnasiadka#topic agenda14:03
mnasiadka* CI status14:03
mnasiadka* Release tasks14:03
mnasiadka* Regular stable releases (first meeting in a month)14:03
mnasiadka* Current cycle planning14:03
mnasiadka* Additional agenda (from whiteboard)14:03
mnasiadka* Open discussion14:03
mnasiadka#topic CI status14:03
mnasiadkaWe’re getting there, stable branches older than 2025.1 need some love14:04
mnasiadkaIf there’s any volunteer to have a look in backports and fixing that - would be good14:04
mnasiadkaAlthough fixing might require doing some work in requirements repo14:04
mnasiadka#topic Regular stable releases14:04
mnasiadkaI think we’ll hold off until all stable branches are in healthy and green condition and post them14:05
mnasiadka#topic Current cycle planning14:05
mnasiadkaSo - I’ve been off for a month, so haven’t yet tried to find the features or other patches that are in reviewable and mergeable condition - if there are any - just put them on the whiteboard in the additional agenda section14:05
mnasiadkaAnd we were mostly busy with getting the branches to a healthy state given all the testtools/setuptools madness14:06
mnasiadkaAnybody wants to ask anything about their patches or things that need to be worked on this cycle?14:06
thelounge87is there any idea to get back the backwards compatibility to haproxy and keepalived?14:07
thelounge87as in any scope*14:07
seunghunleeI have two: https://review.opendev.org/c/openstack/kolla-ansible/+/956771 and https://review.opendev.org/c/openstack/kolla-ansible/+/95329714:08
mnasiadkathelounge87: we’ve had enough of mariadb-clustercheck and have moved towards using proxysql as a specialised load balancer for MariaDB (especially for people needing multiple shards) - you have to live with it, ideally propose patches or at least bugs for functionality that you’re missing now14:08
butjarI wanted to ask if there is anything I can help with to advance VPNaaS (#link https://review.opendev.org/c/openstack/kolla-ansible/+/924575)?14:10
mnasiadkaseunghunlee: I’ll have a look later this week in these patches, and I assume bbezak can help14:10
seunghunleeThanks14:10
bbezakSure14:10
thelounge87So does that mean, its better to remove any existing deployment which doesn't use proxysql and redploy using proxysql?14:11
mnasiadkabutjar: I think my privsep and privileged mode questions need to be answered14:11
butjarmnasiadka: I think this has been tackled by Vii14:11
mnasiadkathelounge87: that means an upgrade from mariadb-clustercheck to proxysql should be completely easy and we have done multiple of those in our downstream job - I’d like to understand your problems - but please create a bug in https://bugs.launchpad.net/kolla-ansible and let’s continue the discussion there14:12
thelounge87okay14:12
mnasiadkabutjar: comments are still unresolved14:13
mnasiadkaThat’s the minimum I need to take another look there14:13
mnasiadkaBut it might take a couple of weeks to get there14:13
mnasiadkaOk, let’s move on.14:13
mnasiadka#topic Additional agenda (from whiteboard)14:14
mnasiadkaLet’s start with fungi’s items, he surely has some more interesting work to do :)14:14
butjarmnasiadka: Ok, THX I'll have a look at the comments14:14
fungithis is for "Bridging the Gap Flamingo Cycle Retrospective"14:14
fungiildiko posted openstack-wide 2025.2 (flamingo) cycle retrospective contributor/maintainer survey results and metrics to openstack-discuss at the end of last year:14:14
fungi#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/XZZYFHMUCB3IZU5AXM366AY7WJXQMTBX/ Bridging the Gap Flamingo Cycle Retrospective Survey Results14:14
fungi#link https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/FD4JALJN7OB2YNBUVWCPZZ6YNJMIL2JT/ Bridging the Gap Flamingo Cycle Retrospective Metrics Analysis14:15
fungii and the other community managers on the openinfra foundation staff have also been digging into team-specific details and i'm doing a round of outreach similar to last cycle, to go over how things may have changed14:15
fungithe kolla team had 1 contributor and 1 maintainer fill out the surveys, more would be preferable of course so i'll try to get them better publicized for the gazpacho round14:15
fungithe contributor was active for at least a year, also contributing to 2 or more other open source projects14:15
fungiratings on the contributor survey questions were higher than the previous cycle, with timely reviews and actionable review feedback highest at 5 out of 5 while the rest were mostly ranked at 3 (useful test results came in at 4)14:15
tafkamaxRegarding the fix for IDP https://review.opendev.org/c/openstack/kolla-ansible/+/97590114:15
tafkamaxIt has grown rather large. Do we need to split this up in any way? Or what are the thoughts? It doesn't introduce new options IMO, so it should be backportable aswell.14:15
fungithe contributor additionally noted that irc discussions were hard to participate in due to concurrent bursts of review notifications in the channel14:15
fungithe new survey questions about priorities indicated the contributor followed development and prioritization through review-priority votes in gerrit and coverage in team meetings14:16
fungiby comparison, the maintainer who responded listed those same methods but also indicated they managed or communicated priorities through etherpad, gerrit change topics, custom review dashboard/query, and discussion in irc or mailing list14:16
fungithe rankings on the maintainer survey response were even higher, putting useful test results and comprehensiveness of contributor docs at 5 out of 5, with everything else a 414:16
fungithe maintainer indicated having no problems getting reviews on their own changes, but noted that many changes from contributors were lower priority, outside their expertise, not of interest, or they had insufficient time to review deeply14:16
fungias for metrics, active reviewer count rose by 11% while active maintainer count fell by 31% in the flamingo cycle as compared to epoxy, but time to review/time to merge improved dramatically even with fewer maintainers14:16
fungifurther, the count of new changes opened increased by 18% in flamingo, but maintainers continued to close 15% more changes than were opened, so the team seems to be more than keeping up with the overall review volume14:17
fungithe community managers have been distilling feedback from last year's discussions, and are working on compiling a concise set of techniques/recommendations for improving communication and efficiency, which i'll get into in a later meeting14:17
fungiwe're also hoping to get some case studies done in concert with successful contributors and maintainers to highlight how specific practices and behaviors help them achieve better throughput, in order to try replicating those patterns14:17
fungianyway, that was a quick dump, i know it's a lot to take in but i didn't want to eat up too much of your meeting, so i've put a followup on the agenda two weeks from now to give everyone time to digest and come up with questions or ideas14:17
fungithough i'm happy to answer any immediate feedback now if there's time14:17
thelounge87so are there any plans to move away from IRC to some other channel of communication which is more popular?14:18
fungiis that a question for kolla leadership, or for the openstack technical committee? if the latter, you'd want to bring that up with them14:18
mnasiadkaThere’s aninitiative from OpenDev team to make Matrix feasible for move, but I don’t think it’s going to happen extremely soon14:18
mnasiadkaYeah, it would be best to bring it up with TC14:19
thelounge87I personally believe at least adding a guide on how to install an irc client would be really helpful to the contributors guide.14:19
fungiyeah, i mean, some parts of openstack are already using the opendev.org matrix homeserver, like the ops community14:19
tafkamaxI am using the matrix over the irc bridge.14:20
thelounge87I am currently using thelounge snap. 14:20
fungii'm using weechat connected to 4 irc networks, matrix, and 3 slack accounts14:20
mnasiadkafungi: I’d like to tackle the notification bursts - on IRC that’s probably as easy as moving them to a separate channel… In future on Matrix - is there a way client can filter out bot messages?14:20
fungiit would basically be the same approach on irc or matrix: set up a separate channel/room, or otherwise reduce the volume of reporting14:21
fungii've seen both approaches used, just depends on the team's overall preferences14:21
thelounge87and a way to guess what actually is a bot message :) 14:21
mnasiadkaOk, we’ll discuss which approach is better14:22
fungiwell, on matrix the gerritbot does use the notification type rather than normal user comments14:22
fungione thing we could look into for the irc gerritbot is using irc notices instead of comments14:23
fungis/comments/messages/14:23
tafkamaxI have to say. I don't mind the notifications, but on the OpenDev matrix channel the notification type events are smaller and more comprehendible. So easier on the eyes.14:23
fungiright now, our statusbot notices use irc notice type instead of normal messages14:24
fungiso it should be doable14:24
fungithough i don't know if it's any less verbose14:24
mnasiadkafungi: thanks for your work with bridging the gap initiative, the feedback is really useful and I guess mainly positive14:24
fungiyw, we can cover this more in a couple of weeks (i have a conflicting conference call during the next kolla meeting)14:25
mnasiadkafungi: I think on IRC the obvious solution is make the notifications less verbose or move them to a different channel - we’ll think about it14:25
thelounge87My feature/suggestion/request/code:14:26
thelounge87```14:26
thelounge87Multiregion Support. With a seperate identity database (Keystone Database) that asynchronously syncs over VPN with multiple databases. Using the same base Mariadb Image. But a different container (Calling it Mariadb-identity). Instead of the current recommended architecture which is essentially a single point of failure as all the db are14:26
thelounge87concentrated in a single region and connected through VPN?14:26
thelounge87```14:26
thelounge87This is my feature request and made a commit regarding the same. But will modify it with proxysql.  Thoughts on this?14:26
tafkamaxI don't know how it looks like in the other clients, but in matrix, the irc review URL is fully printed, while in native matrix it is a LinkText, with the title being clickable.14:26
tafkamax(Example being the OpenDev matrix channel again)14:27
mnasiadkathelounge87: I think it would be useful to discuss that, but given I’m the only core around on this meeting - a better venue would be Project Teams Gathering in April14:28
pabloclsn_hi everyone, how can we make this : https://review.opendev.org/c/openstack/kolla/+/924302 moove ? why is it stuck ? also in openstack 2025.2 with kolla-ansible in 2025.2 we cannot make maria_backup anymore i created two fixes : https://review.opendev.org/c/openstack/kolla/+/978300 https://review.opendev.org/c/openstack/kolla-ansible/+/97829914:29
mnasiadkapabloclsn_: there was a question about the vpn agent earlier, sync with butjar14:30
pabloclsn_oh didn't see it thanks :) 14:30
thelounge87So gotta wait till april ? or should I make an email thread?14:30
mnasiadkaAround the two others - the Kolla one is failing CI, although I added them both to my list and will try for at least some initial comments14:31
mnasiadkathelounge87: We would prefer for you to wait for April, OpenStack is mainly close to a release - Kolla is a cycle-trailing project and we have some more time for a release (a couple weeks after the coordinated release) - but it won’t be the time for merging new features14:32
thelounge87okay14:32
blanson[m]mnasiadka: I was gonna ask, we have a feature freeze window right ? I think I saw something about that somewhere ? so I don't send patches right now if they're going to be new feature (for next cycle)14:33
mnasiadkablanson[m]: basically the rule up to now was that if you can find two cores who agree to review your patch to completion - that’s your feature freeze exception14:34
mnasiadkaBut with only three cores active, and me and Bartosz being a bit tied to our downstream work for at least the next 3-4 weeks - it might be complicated14:34
KurtBI added an Idea in the whiteboard: Provide selinux support.There's a need for this and I'd like to do this work. Feedback and opinions welcome.14:34
thelounge872 of 3 core maintainers. Thats a tight knit community14:36
blanson[m]mnasiadka: thanks ! yh I figured you guys were busy enough as it was. I'm gonna hold some of them for next cycle :)14:36
butjarpabloclsn_: I sent u a DM14:36
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822114:37
mnasiadkaOk then, the rest of additional agenda are Gerrit links so we’ll have a look there together with bbezak when time permits14:37
mnasiadka#topic Open discussion14:37
mnasiadkaAnybody anything?14:37
thelounge871. I want more documentation on proxysql14:38
mnasiadkablanson[m]: if it’s very important for you we can probably make it work, but if you can wait a bit - then it might be better14:38
mnasiadkathelounge87: Are you willing to write it?14:38
thelounge87If I understood the thought behind it, sure14:38
thelounge87but we have seunghunlee  the core maintainer of that right?14:39
blanson[m]no no, it was about the keystone encryption stuff, but it requires some work + it's quite heavy to review imo 14:39
blanson[m]so it's probbly better to hold off until the next cycle, at least the review part of it 14:39
mnasiadkathelounge87: seunghunlee is a community member and my co-worker, don’t expect people to help you for free just because this is an open source project14:40
KurtBJumped the gun on the SELinux note above. We can let that cook for a while and give people time to think about it while I work up an example for review.14:40
seunghunleeNot sure when I became a core of that. The patch I'm working on https://review.opendev.org/c/openstack/kolla-ansible/+/974712 might bring some docs. idk14:40
thelounge87Okay then, I'll write out my understanding of proxysql. And You can check the PR of it.14:40
seunghunleethelounge87: This is open source project and we welcome your contributions!14:40
thelounge87https://review.opendev.org/c/openstack/kolla-ansible/+/962479 I was going off by who made this commit so yeah.14:41
mnasiadkaKurtB: we can discuss that in two weeks, there should be more people available for some more insights - and you probably will have more kno14:41
mnasiadkaMore ideas14:41
KurtBTrue. Thanks.14:41
mnasiadkaOk then, since all is clear - I’m closing the meeting.14:42
mnasiadkaThank you all for coming!14:42
mnasiadka#endmeeting14:42
opendevmeetMeeting ended Wed Mar  4 14:42:30 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:42
opendevmeetMinutes:        https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-03-04-14.00.html14:42
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-03-04-14.00.txt14:42
opendevmeetLog:            https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-03-04-14.00.log.html14:42
blanson[m]thanks ! few that was a dense meeting 14:43
tafkamaxthanks14:43
blanson[m]s/few/phewww/14:43
tafkamaxlet's pray that the CI is gentle on us now14:43
tafkamaxI saw a lot of verification fails after the merge.14:44
tafkamaxIn opendev matrix channel they talked about post merge verfication changes.14:44
tafkamaxThat was written yesterday14:44
tafkamax> if anyone else finds users confused about unexplained merge failures it looks like github was having an outage today and that impacted some merge requests for some jobs.14:44
fungithe ci gods demand frequent sacrifices14:49
fungiand yeah, we saw a bunch of merge failures due to most devstack jobs consuming novnc from git source, so when zuul was unable to check github to determine the current branch state there it couldn't proceed14:50
opendevreviewAntony Messerli proposed openstack/kolla-ansible master: ovn-db: add support for ovn-northd extra command-line arguments  https://review.opendev.org/c/openstack/kolla-ansible/+/97746915:34
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822116:53
opendevreviewSeunghun Lee proposed openstack/kolla master: WIP: Update RPM repos to use RL10 version if available  https://review.opendev.org/c/openstack/kolla/+/97891116:57
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Improve ProxySQL test  https://review.opendev.org/c/openstack/kolla-ansible/+/97822117:02
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline momentarily for a software upgrade18:11
*** r3ap3r_ is now known as r3ap3r18:16

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