opendevreview | Merged openstack/openstack-ansible-os_tempest master: Do not set default value for tempest_private_net_seg_id https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/803486 | 01:17 |
---|---|---|
opendevreview | Merged openstack/openstack-ansible-tests stable/victoria: Add config_template collection https://review.opendev.org/c/openstack/openstack-ansible-tests/+/822935 | 10:46 |
opendevreview | OpenStack Proposal Bot proposed openstack/openstack-ansible-nspawn_container_create stable/victoria: Updated from OpenStack Ansible Tests https://review.opendev.org/c/openstack/openstack-ansible-nspawn_container_create/+/823158 | 10:50 |
opendevreview | Merged openstack/openstack-ansible-tests stable/wallaby: Add config_template collection https://review.opendev.org/c/openstack/openstack-ansible-tests/+/822949 | 10:54 |
admin1 | hi noonedeadpunk, jrosser_ .. the horizon/ceph bug is fixed using python-swiftclient 3.10.0 (as per latest comment on #openstack-horizon) .. how do I check tag 23.2.0 uses what version of python-swiftclient .. normally i check using ansible-role-requirements.yml, but that file does not have python-swiftclient | 13:13 |
admin1 | #openstack-horizon | 13:17 |
noonedeadpunk | admin1: https://opendev.org/openstack/requirements/src/branch/stable/wallaby/upper-constraints.txt#L106 | 13:18 |
admin1 | grep -ri python-swiftclient /opt/openstack-ansible/ produces NULL .. | 13:20 |
admin1 | i installed mlocate, did a updatedb and did locate upper-constraints.txt .. this file is not present in the deploy node | 13:21 |
admin1 | checked in a new aio i had setup yesterday .. not there as well .. | 13:25 |
admin1 | swift --version => python-swiftclient 3.11.1 .. so its the right version as in the file , which does not exist in deploy .. | 13:29 |
noonedeadpunk | admin1: for utility container we just install everything that applies to regexp https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/utility-install.yml#L140-L164 | 14:05 |
noonedeadpunk | so we rely just on upper-constraints content | 14:06 |
admin1 | as per the bug , the fix is to use python-swiftcleint > 3.10 in horizon container, which we are using already .. so i guess i just have to wait for a fix .. | 14:13 |
admin1 | so python-swiftclient is built in utility-container, and then copied to horizon container ? | 14:14 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: Improve defining horizon_lib_dir https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/820928 | 14:53 |
noonedeadpunk | admin1: um... in horizon we need it when swift itself is deployed only, right? | 14:58 |
noonedeadpunk | and that should be provided by swift panel I believe | 14:58 |
noonedeadpunk | hm, but I actually don't see swift ui in horizon role.... | 14:59 |
noonedeadpunk | ah, so it comes from horizon requirements itself https://opendev.org/openstack/horizon/src/branch/stable/wallaby/requirements.txt#L38 | 15:00 |
noonedeadpunk | well, then eventually it's just got installed with horizon of the version provided by upper-constraints | 15:01 |
admin1 | noonedeadpunk, say i want to the whole osa to have python-swiftcleint=3.12.0 ( hypothetically) , how do i make it happen, since the upper-constraints file is not found in the deploy server at all ? | 15:09 |
noonedeadpunk | yes, because it's retrieved dynamically? | 15:15 |
noonedeadpunk | https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/defaults/repo_packages/openstack_services.yml#L33-L35 | 15:15 |
noonedeadpunk | so you would need to set the sha or url of requirements repo to have the version you need | 15:16 |
noonedeadpunk | unfortunatelly with new pip resolver, our globel override is broken | 15:16 |
noonedeadpunk | *global | 15:17 |
noonedeadpunk | so the only way is to have needed version in u-c | 15:17 |
admin1 | "yes, because it's retrieved dynamically?" -- as in retrieved online via curl/wget on that url ? | 15:17 |
admin1 | i don't think i need to override it .. but it is good to know about this | 15:18 |
opendevreview | James Denton proposed openstack/openstack-ansible-os_neutron master: Change os_region to region_name https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/823169 | 17:13 |
kleini | how can I recreate the container base image the most easy way? | 19:06 |
jrosser_ | kleini: with this https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/defaults/main.yml#L202-L203 | 21:26 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!