Tuesday, 2025-05-06

opendevreviewMichal Nasiadka proposed openstack/kolla master: CI: Fix pip mirror multiline  https://review.opendev.org/c/openstack/kolla/+/94880306:07
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Add key type for letsencrypt certificate  https://review.opendev.org/c/openstack/kolla-ansible/+/93468306:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Add key type for letsencrypt certificate  https://review.opendev.org/c/openstack/kolla-ansible/+/93468306:09
sahido/06:50
sahidother quick queetions :-)06:51
sahidis there a command to pull a tag on all nodes in my inventary easily from kolla-ansible?06:51
sahidwhat a fork is doing, i'm trying to understang whether increasing the number of work will help or just busy the pipeline06:52
opendevreviewMerged openstack/kolla master: Enabling support for Thales Luna user id and group id.  https://review.opendev.org/c/openstack/kolla/+/94808407:45
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Add key type for letsencrypt certificate  https://review.opendev.org/c/openstack/kolla-ansible/+/93468307:53
mnasiadkamorning07:53
opendevreviewMerged openstack/kolla master: bifrost: fix creation of python3 lib symlink  https://review.opendev.org/c/openstack/kolla/+/94872307:54
opendevreviewMerged openstack/kolla master: Allow specification of a key type  https://review.opendev.org/c/openstack/kolla/+/93468107:54
sahido/ 09:31
sahidhow increasing forks improve deploy performance? I'm asking that because I would like to ensure this will improve deployment and not busy pipline09:32
opendevreviewMichal Nasiadka proposed openstack/kolla master: [letsencrypt] Add ProxySQL support for certificate renewal  https://review.opendev.org/c/openstack/kolla/+/93692011:56
mnasiadkafrickler: thinking if we could use https://gerrit-review.googlesource.com/Documentation/access-control.html#category_remove_label for removing RP by other core-reviewers13:19
fricklerand then we start RP wars ;) but I'm not opposed to trying it, feel free to propose an ACL change13:24
mnasiadkawell, tried to find something similar somewhere, but failed :)13:26
mnasiadkaso I'll need to reinvent the wheel13:26
mnasiadkafrickler: I posted https://review.opendev.org/c/openstack/releases/+/948875 - if there's anything else we need now - let me know13:32
mnasiadkaah, the LE key_type, let me have a look13:32
opendevreviewVerification of a change to openstack/kolla-ansible master failed: Add key type for letsencrypt certificate  https://review.opendev.org/c/openstack/kolla-ansible/+/93468313:33
fricklermnasiadka: hmm, we also wanted https://review.opendev.org/c/openstack/kolla-ansible/+/836941 but it needs a small update. or rather delay and possibly backport?13:39
WiniciusAllan[m]sahid: about the pull images. yes, there is a way. you'll need to specify the image URI in globals, then run kolla-ansible pull13:57
WiniciusAllan[m]generally, you can specify with <service>_image_full:13:58
sahidWiniciusAllan[m]: ack thanks, it's a good workaround, I have build a ansible playbook to do the same without having to touch globals.yml14:09
WiniciusAllan[m]sahid: can you share it? =)14:10
sahidit's specific to our env, we build our own images, with the help of mistralai or chatgpt you should build it easily ;-)14:14
mnasiadkafrickler: I think if you're not going to fix it - then we need to delay it14:17
mnasiadkaAs in we need to cut RC1 this week14:17
mnasiadka:)14:17
frickler*sigh* so I'm going to update it myself and hope that it was really just a typo and not something important that I don't understand ...14:48
fricklerhmm, checking a local docker install everything in /var/lib/docker/volumes really has mode 0x701. weird. but then so be it I guess14:52
opendevreviewPierre Riteau proposed openstack/kayobe master: Use pause module to prompt for deprovision  https://review.opendev.org/c/openstack/kayobe/+/94301214:55
frickler+2 and resolved all the open comments, feel free to disagree and complain14:58
mnasiadkafrickler: I'm Polish - I always complain :)15:29
fricklerugh, now you scared me and I had to check what you did to that poor review ;)15:40
fricklerbtw. any reason not to branch ansible-collection-kolla at the same time=15:40
mnasiadkaAh right, forgot17:10
mnasiadkaWill update after all these changes merge17:10
mnasiadkafrickler: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/925083 this is deps to the container engine migration patch17:25
mnasiadkaI can tidy it up tomorrow17:25
mnasiadkafrickler: actually it looks good - it has my +2 if you're willing to have a look today to merge it17:32
opendevreviewMerged openstack/kolla-ansible master: Add key type for letsencrypt certificate  https://review.opendev.org/c/openstack/kolla-ansible/+/93468317:40
sean-k-mooneyhi folks just an fyi, as part of https://governance.openstack.org/tc/goals/proposed/migrate-from-wsgi-scripts-to-module-paths.html nova and placement may drop our wsgi_script entry point and the assocated wsgi binary this cyle i have more details in https://review.opendev.org/c/openstack/nova/+/902688/comments/52e1364f_7d8fa1cc but what that means for kolla is you will need18:44
sean-k-mooneyto update https://github.com/openstack/kolla-ansible/blob/354322c2361f8fa205b4c019163c07c73236f8d5/ansible/roles/nova/templates/nova-metadata-wsgi.conf.j2#L37 and https://github.com/openstack/kolla-ansible/blob/354322c2361f8fa205b4c019163c07c73236f8d5/ansible/roles/nova/templates/nova-api-wsgi.conf.j2#L37 to point at the python module instead i.e.18:44
sean-k-mooney/usr/lib/python3/dist-packages/nova/wsgi/osapi_compute.py when using mod_wsgi18:44
sean-k-mooneyi dont know if kolla still supprot both binary and source installed conatiner but for the souce installled version that would be the relevent module relitive to the venv18:44
sean-k-mooneyuwsgi can use the file path or the module path as documented in our release ntoes form dalmation https://review.opendev.org/c/openstack/nova/+/902687/4/releasenotes/notes/add-nova-wsgi-module-3cc250a78fef7365.yaml#1918:46
sean-k-mooneyfor watcher i just added pyproject.toml supprot last week and supprot for this wsgi module 18:46
sean-k-mooneywe backported that to 2025.1 also but we likely wont remove supprot for the wsgi_scripts entry point until 2026.218:47
sean-k-mooneyi have suggested that we send an eamil to the mailing list ot let all installer knwo before we do this and break all your gates18:48
sean-k-mooneybut just be aware that designate already drop there wsgi_script as part of addign pyproject.toml support18:48
sean-k-mooneyso that ship may have already sailed18:49
sean-k-mooneyhttps://review.opendev.org/c/openstack/designate/+/90284618:49
fricklersean-k-mooney: thanks for the note. kolla only supports source installs since some cycles. we will branch 2025.1 this week and then update for 2025.2 I'd think18:59
mnasiadkaThanks sean-k-mooney - we’re sort of transitioning to uwsgi - and we don’t use wsgi_script there, but I didn’t think to do the same for mod_wsgi19:00

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