| *** jonher_ is now known as jonher | 05:20 | |
| frickler | jrosser: oh, how did that break you? the intention was to fix horizon for everyone. did you cap setuptools on master as workaround? | 07:16 |
|---|---|---|
| opendevreview | Dmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build master: Do not rely on build isolation https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/976973 | 08:33 |
| jrosser | frickler: i did not have chance to investigate at all yet but the error looks like this https://paste.opendev.org/show/bKGzU6Vclfnqr2Q6ASXO/ | 08:54 |
| noonedeadpunk | jrosser: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/976973 should be fixing it | 09:02 |
| noonedeadpunk | as pip installs latest available tools for it\s temp build env | 09:03 |
| noonedeadpunk | I wrote some details in channel yesterday, and another way around would be to pass --build-constraint global-requirement-pins.txt | 09:03 |
| noonedeadpunk | but then we can't add pbr in in that file, which we might want to also have pinned | 09:04 |
| noonedeadpunk | so during wheel build we get latest setuptools instead of the expected ones | 09:05 |
| opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible-openstack_hosts master: Run metal host configuration before repo setup https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/976597 | 09:12 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible master: Migrate k8s cluster from osa ops into main tree https://review.opendev.org/c/openstack/openstack-ansible/+/975277 | 10:24 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-plugins master: Migrate k8s cluster from osa ops into main tree https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/975276 | 10:26 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-plugins master: Add sonobuoy role for testing k8s clusters https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/975393 | 10:26 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-ops master: wip: test octavia br-lbaas issue in CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/977065 | 10:43 |
| opendevreview | Gaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts master: Fix Jinja templating expression https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/977067 | 11:02 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-plugins master: Migrate k8s cluster from osa ops into main tree https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/975276 | 11:48 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-plugins master: Add sonobuoy role for testing k8s clusters https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/975393 | 11:48 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible master: Migrate k8s cluster from osa ops into main tree https://review.opendev.org/c/openstack/openstack-ansible/+/975277 | 12:45 |
| noonedeadpunk[e] | Sorry, I won't be able to have a meeting today | 15:00 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-os_neutron stable/2024.2: Retry adding ovs bridges to overcome error from ovs-vsctl https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/977122 | 15:21 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-os_magnum master: Migrate capi driver installation from osa-ops https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/976261 | 15:22 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-os_neutron master: Retry adding ovs bridges to overcome error from ovs-vsctl https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/977123 | 15:22 |
| opendevreview | Andrew Bonney proposed openstack/openstack-ansible-os_magnum master: Migrate capi driver installation from osa-ops https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/976261 | 15:23 |
| gaudenz | Hi | 15:48 |
| gaudenz | I try to override one Python package version from the upstream constraints file. I think in old releases of OSA prior to the introduction of the python_venv_build role had a repo_build_upper_constraints_overrides variable to do this. Is there a similar mechanism in current OSA? | 15:54 |
| gaudenz | I tried using the venv_build_global_constraints variable, but this just leads to dependency resolution conflicts as the upstream constraints file is still used unmodified. | 15:55 |
| jrosser | gaudenz: you see for example in the glance role there is a hierarchy of variables here https://github.com/openstack/openstack-ansible-os_glance/blob/master/defaults/main.yml#L39-L42 | 16:05 |
| jrosser | so you can override requirements_git_url (to affect all the roles) or glance_upper_constraints_url (to affect just glance) | 16:07 |
| gaudenz | But unless I'm missing something there is no easy way to just override one single package version and take all the rest from the default URL. | 16:07 |
| jrosser | and you can set those to something like `glance_upper_constraints_url: "{{ openstack_repo_url }}/constraints/upper-constraints-customised.txt"` | 16:08 |
| jrosser | then put your own `upper-constraints-customised.txt` into /openstack_deploy/upper-constraints/ on the deploy host, and run the repo server playbook to make it be served at that url | 16:09 |
| jrosser | you're right, there is no way to edit in place the upper constraints file | 16:09 |
| gaudenz | OK, thanks for confirming. Editing the file in upper-constraints on the deploy host works as a workaround. But the disadvantage is that on OpenStack upgrades all the customizations have to be done again. | 16:11 |
| jrosser | take care if you are editing the upper_constraints_<sha>.txt file, that is downloaded by OSA and may potentially be overwritten | 16:14 |
| gaudenz | I will keep that in git, so I would at least notice this. | 16:15 |
| jrosser | out of interest what do you need to update? | 16:16 |
| opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Fix Jinja templating expression https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/977067 | 18:19 |
| mgariepy | hmm. any fixes have been pushed for ossa-2026-1 ? | 19:31 |
| opendevreview | Gaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2025.2: Fix Jinja templating expression https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/977162 | 21:18 |
| opendevreview | Gaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2025.1: Fix Jinja templating expression https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/977163 | 21:19 |
| opendevreview | Gaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2024.2: Fix Jinja templating expression https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/977164 | 21:20 |
| gaudenz | jrosser: I want to update greenlet. We are observing a memory leak on Python 3.11. This seems to be fixed by upgrading greenlet to 2.0.1. | 22:29 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!