Tuesday, 2026-02-17

*** jonher_ is now known as jonher05:20
fricklerjrosser: oh, how did that break you? the intention was to fix horizon for everyone. did you cap setuptools on master as workaround?07:16
opendevreviewDmitriy 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/+/97697308:33
jrosserfrickler: i did not have chance to investigate at all yet but the error looks like this https://paste.opendev.org/show/bKGzU6Vclfnqr2Q6ASXO/08:54
noonedeadpunkjrosser: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/976973 should be fixing it09:02
noonedeadpunkas pip installs latest available tools for it\s temp build env09:03
noonedeadpunkI wrote some details in channel yesterday, and another way around would be to pass --build-constraint global-requirement-pins.txt09:03
noonedeadpunkbut then we can't add pbr in in that file, which we might want to also have pinned09:04
noonedeadpunkso during wheel build we get latest setuptools instead of the expected ones09:05
opendevreviewDmitriy 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/+/97659709:12
opendevreviewAndrew Bonney proposed openstack/openstack-ansible master: Migrate k8s cluster from osa ops into main tree  https://review.opendev.org/c/openstack/openstack-ansible/+/97527710:24
opendevreviewAndrew 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/+/97527610:26
opendevreviewAndrew Bonney proposed openstack/openstack-ansible-plugins master: Add sonobuoy role for testing k8s clusters  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/97539310:26
opendevreviewAndrew Bonney proposed openstack/openstack-ansible-ops master: wip: test octavia br-lbaas issue in CI  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/97706510:43
opendevreviewGaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts master: Fix Jinja templating expression  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/97706711:02
opendevreviewAndrew 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/+/97527611:48
opendevreviewAndrew Bonney proposed openstack/openstack-ansible-plugins master: Add sonobuoy role for testing k8s clusters  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/97539311:48
opendevreviewAndrew Bonney proposed openstack/openstack-ansible master: Migrate k8s cluster from osa ops into main tree  https://review.opendev.org/c/openstack/openstack-ansible/+/97527712:45
noonedeadpunk[e]Sorry, I won't be able to have a meeting today15:00
opendevreviewAndrew 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/+/97712215:21
opendevreviewAndrew 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/+/97626115:22
opendevreviewAndrew 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/+/97712315:22
opendevreviewAndrew 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/+/97626115:23
gaudenzHi15:48
gaudenzI 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
gaudenzI 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
jrossergaudenz: 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-L4216:05
jrosserso you can override requirements_git_url (to affect all the roles) or glance_upper_constraints_url (to affect just glance)16:07
gaudenzBut 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
jrosserand you can set those to something like `glance_upper_constraints_url: "{{ openstack_repo_url }}/constraints/upper-constraints-customised.txt"`16:08
jrosserthen 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 url16:09
jrosseryou're right, there is no way to edit in place the upper constraints file16:09
gaudenzOK, 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
jrossertake care if you are editing the upper_constraints_<sha>.txt file, that is downloaded by OSA and may potentially be overwritten16:14
gaudenzI will keep that in git, so I would at least notice this.16:15
jrosserout of interest what do you need to update?16:16
opendevreviewMerged openstack/openstack-ansible-lxc_hosts master: Fix Jinja templating expression  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/97706718:19
mgariepyhmm. any fixes have been pushed for ossa-2026-1 ?19:31
opendevreviewGaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2025.2: Fix Jinja templating expression  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/97716221:18
opendevreviewGaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2025.1: Fix Jinja templating expression  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/97716321:19
opendevreviewGaudenz Steinlin proposed openstack/openstack-ansible-lxc_hosts stable/2024.2: Fix Jinja templating expression  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/97716421:20
gaudenzjrosser: 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/!