Monday, 2024-12-02

opendevreviewMichal Arbet proposed openstack/kolla master: Change copy-cacerts behaviour  https://review.opendev.org/c/openstack/kolla/+/92688206:23
kevko\o/07:42
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:15
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:16
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:20
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:22
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:23
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673308:26
kevkomnasiadka: Looking at your review, it occurred to me (and actually, even in the past)... why are we dealing with permissions in Dockerfiles when we have the kolla_set_configs script? We have it in sudoers, and config.json is the source of truth for permissions. So, every time a container starts, we can nicely utilize this. Instead, I feel like in08:50
kevkosome places it's done this way, in others differently, and in some cases, it's a mix :D08:50
mnasiadkaYeah, unfortunately that's the case - in a lot of cases we copy config files that are not required anywhere ;-)08:54
kevkomnasiadka: what do you mean ? 08:55
mnasiadkaWell, a lot of openstack projects don't copy config files into /etc/$service_name, we do, some old keystone auth configs for example in Magnum, and so on08:55
mnasiadkasome projects copy rootwrap stuff into /etc/$service_name, some don't, it's a mess :D08:56
kevkomnasiadka: yeah, but it shouldn't be the case to generate it in container  ... oslopolicy generator, oslo generator ...etc ..etc 08:56
kevkomnasiadka: only thing which can be issue is maybe paste-ini ? 09:00
kevkoas it's only one manually provided by developers .. 09:00
kevkomnasiadka: https://review.opendev.org/c/openstack/kolla/+/926882 << what about this patch ..would you like to give second +2 ? 09:12
kevkomnasiadka: needed by https://review.opendev.org/c/openstack/kolla-ansible/+/924651 and whole chain 09:13
priteauHello. Could core reviewers please have a look at https://review.opendev.org/c/openstack/kolla-ansible/+/934419? It's quite trivial.10:03
priteauThank you frickler10:29
priteauHowever you said "single-approving" but didn't set W+1 :)10:37
frickleryes, I wanted to drop that comment but it stuck. I'll give others an hour or two, given that the fix is almost a month old and the bug much older10:38
priteaumnasiadka has voted +2 too10:39
fricklerah, ok, and done10:40
priteauThanks. This other trivial one is also waiting: https://review.opendev.org/c/openstack/kolla-ansible/+/924605. Should I propose it to stable/2024.2 though, given https://docs.openstack.org/reno/latest/user/usage.html#updating-stable-branch-release-notes?10:45
kevkopriteau: done11:09
yosefmnasiadka: Hi, can you checkout these: 1. ovn election timeout: https://review.opendev.org/c/openstack/kolla-ansible/+/934106 2. refactor ovn dbs remotes: https://review.opendev.org/c/openstack/kolla-ansible/+/935467 3. ovn relay: https://review.opendev.org/c/openstack/kolla-ansible/+/92964611:28
yosefSvenKieske: Can you check out the election timeout patch I have edited it,  https://review.opendev.org/c/openstack/kolla-ansible/+/93410611:29
opendevreviewMerged openstack/kolla-ansible master: Fix internal endpoint for the heat-cfn service  https://review.opendev.org/c/openstack/kolla-ansible/+/93441911:59
fricklerpriteau: hmm, iiuc that patch should only be made against the branch in which the reno lives. so cancel the merge and only update in 2024.2?11:59
fricklerah, wasn't merging yet due to reviewer oversight of merge-requirements. so I -3d it12:08
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/2024.2: Fix internal endpoint for the heat-cfn service  https://review.opendev.org/c/openstack/kolla-ansible/+/93682612:33
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/2024.2: Fix hyperlink syntax in release notes  https://review.opendev.org/c/openstack/kolla-ansible/+/93682712:36
opendevreviewPierre Riteau proposed openstack/kolla master: Add Python 3.12 classifier  https://review.opendev.org/c/openstack/kolla/+/93683413:29
opendevreviewMerged openstack/kolla-ansible stable/2024.2: Fix hyperlink syntax in release notes  https://review.opendev.org/c/openstack/kolla-ansible/+/93682713:30
kevkofrickler: are you now ok with my comments ? https://review.opendev.org/c/openstack/kolla/+/92688213:31
fricklerkevko: yes, +2d, thx13:51
kevkofrickler: thank you also 13:52
kevkomnasiadka: what about you ? Can we merge now ? 13:52
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add TLS support for MariaDB Connections  https://review.opendev.org/c/openstack/kolla-ansible/+/93392414:23
opendevreviewMichal Nasiadka proposed openstack/kolla master: openstack-base: link venv/etc to /etc  https://review.opendev.org/c/openstack/kolla/+/93673316:10
kevkomnasiadka: thanks 16:39
mnasiadkanp16:40
kevkomnasiadka: i've checked patch which is reverting openstack_release and noticed that designate is failing because of rootwrap.conf 16:41
kevkomnasiadka: i think it was also inspiration for you to manipulate with paths ? 16:41
kevkomnasiadka: because i probably have an idea how to do it permanently OK :) 16:42
mnasiadkayeah, maybe - don't really remember, but the more I look into that code, the worse I feel ;-)16:43
kevkomnasiadka: :D :D :D 16:43
kevkogoing to try 16:44
mnasiadkabut at least now the build should pass16:45
kevkomnasiadka: let me try something 16:46
kevkohow it can work right ? :D 16:49
fricklerdesignate renamed rootwrap.conf, which I consider rather unfortunate, in particular without a reno https://review.opendev.org/c/openstack/designate/+/93452617:31
opendevreviewMerged openstack/kolla master: Change copy-cacerts behaviour  https://review.opendev.org/c/openstack/kolla/+/92688217:46
-opendevstatus- NOTICE: Gerrit will have a short outage while we update to the latest 3.9 release in preparation for our 3.10 upgrade on Friday21:31

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