| opendevreview | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/c/openstack/openstack-ansible/+/988897 | 02:39 |
|---|---|---|
| opendevreview | Merged openstack/openstack-ansible-plugins master: Enable CI jobs again https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/988116 | 04:23 |
| kleini | I found the issue with nova-novncproxy on aarch64: The /etc/pki/nova-novncproxy/*.pem files are not deployed on the LXC nova container. Digging through the playbooks, what causes this. | 06:37 |
| kleini | nova_pki_console_condition is false on the aarch64 node due to https://opendev.org/openstack/openstack-ansible-os_nova/src/branch/master/defaults/main.yml#L749 and nova_console_type is serialconsole for aarch64. But I configured now nova_console_proxy_types: [novnc, serialconsole, spice] and all three proxies are deployed. | 06:55 |
| kleini | Deployed nova-novncproxy pki and it works. | 06:56 |
| kleini | I would try to provide a fix for nova_pki_console_condition. | 07:10 |
| noonedeadpunk | kleini: hm, what if you just do `aarch64: novnc` in old good https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/nova.yml#L27-L39 ? | 07:25 |
| noonedeadpunk | as I would expect this should result in `nova_console_type: novnc` for aarch computes | 07:25 |
| noonedeadpunk | while now it;s a `serialconsole` | 07:25 |
| noonedeadpunk | because `nova_console_type: "{{ nova_console_type_mapping[ansible_facts['architecture']] }}"` | 07:26 |
| kleini | And I think, serialconsole is correct for aarch computes. I don't have one yet. I just have a aarch infra node. | 07:26 |
| noonedeadpunk | ah | 07:26 |
| noonedeadpunk | aaaaah | 07:26 |
| noonedeadpunk | ok-ok-, right, I got the issue then | 07:26 |
| kleini | sorry, to not have mentioned that | 07:26 |
| kleini | my infra nodes are two x86 and one aarch64, to have one repo container on aarch64. The aarch64 compute is ordered. I though, I can just replace one old and slow x86 infra node with an aarch64 node. Now I learn, I seem to be the first one doing this. Just having an Ampere One CPU with 144 cores only for repo container was a bit waste of resources for me. | 07:32 |
| noonedeadpunk | well... it's almost working though? :D | 07:35 |
| noonedeadpunk | we failed to add an arm64 testing back in the days, as CI nodes were too slow to build wheels back in the days, so they were just timeouting | 07:36 |
| noonedeadpunk | I think we might be having better/faster ways today, so could re-try adding arm CI | 07:36 |
| noonedeadpunk | and also wheels should be mainly available in pypi already | 07:37 |
| kleini | It is working really well without testing. | 07:38 |
| opendevreview | Marcus Klein proposed openstack/openstack-ansible-os_nova master: Fix nova-novncproxy deployment missing PKI certificates https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/989337 | 08:22 |
| jrosser | kleini: we have a hybrid arm/x86 deployment here, your not on your own :) | 08:58 |
| jrosser | there’s a bunch of notes somewhere in the docs and surprising complexity with getting vm to actually land on the right architecture host and not get emulated | 08:59 |
| jrosser | we used a 32C ampere altra for the controller as that was reasonably priced | 09:00 |
| kleini | 1U Gigabyte R163-P32 here, with Ampere One A144, 128G mem, N225P. price was still cheap due to components still in stock. price for compute is now three times compare to first quote. | 09:24 |
| kleini | about VMs on correct node: I read https://docs.openstack.org/openstack-ansible/latest/user/multiarch/multiarch.html#example-adding-aarch64-nodes-to-an-x86-64-deployment. okay, there might be still a problem with uploaded images. | 09:35 |
| WireLost | hey guys, I'm trying OSA AIO `master` on Ubuntu 24.04, it seems almost there! For reproducibility, I'm using the following script: https://paste.openstack.org/show/bj463wqX0nVRyFYDjTzh/ - but there is an error: https://paste.openstack.org/show/bKYTk4nFVr6qOLpKHm9D/ - Any idea? | 13:08 |
| noonedeadpunk | This rings a bell | 13:11 |
| mgariepy | migth want to bump the number of threads a bit | 13:11 |
| WireLost | Hmm, found erros on Neutron server: https://pastebin.com/aUUaDzRh | 13:12 |
| noonedeadpunk | damn, it;s distro setup, is it?:) | 13:12 |
| noonedeadpunk | I think you are still having 2025.2 packages | 13:13 |
| noonedeadpunk | As uca has 2026.1 only in proposed updates | 13:13 |
| noonedeadpunk | it's not ins the main one | 13:13 |
| WireLost | It is a fresh machine, no 2025.2 in there =P | 13:14 |
| WireLost | Hmm... | 13:14 |
| noonedeadpunk | I was actually about to submit bug report last friday to ubuntu, when realised that they never published 2026.1 packages to main | 13:14 |
| noonedeadpunk | WireLost: just do dpkg -l | 13:14 |
| WireLost | UCA 'gazpacho' doesn't have Gazpacho in it?! O_o | 13:14 |
| noonedeadpunk | and then check versions against https://releases.openstack.org/gazpacho/index.html | 13:14 |
| noonedeadpunk | and then enable proposed and check again :) | 13:15 |
| WireLost | Here is the `dpkg -l` https://paste.openstack.org/show/b6QAyom1iGU5wHHMtUsO/ | 13:15 |
| noonedeadpunk | neutron-common 2:27.0.0 | 13:15 |
| WireLost | Let me try to enable proposed | 13:16 |
| noonedeadpunk | it;s 28.0.0 for gazpacho | 13:16 |
| WireLost | Shieet | 13:16 |
| WireLost | lol | 13:16 |
| WireLost | ok | 13:16 |
| noonedeadpunk | 27 is flamingo https://releases.openstack.org/flamingo/index.html | 13:16 |
| noonedeadpunk | right ;) | 13:16 |
| noonedeadpunk | eventually the issue triggered by https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/972808 | 13:17 |
| WireLost | Daammnn, you're absolutely right! lol | 13:17 |
| noonedeadpunk | as flamingo does not know about `project_network_types` option - it was introduced for gazpacho | 13:17 |
| WireLost | Enabling proposed brings gazpacho | 13:17 |
| noonedeadpunk | Feel free to propose bug report to UCA :D | 13:18 |
| WireLost | Is is possible to set OSA/AIO to enable proposed globally? | 13:18 |
| noonedeadpunk | you can override `openstack_hosts_package_repos` I guess | 13:18 |
| WireLost | okay | 13:18 |
| noonedeadpunk | https://opendev.org/openstack/openstack-ansible-openstack_hosts/src/branch/master/vars/ubuntu.yml#L81-L92 | 13:18 |
| noonedeadpunk | you can also propose patch to actually control updates vs proposed in default defenition | 13:19 |
| WireLost | Baby steps... :-D | 13:20 |
| WireLost | In that `ubuntu-yml`, there is a comment: NOTE: 26.04 contains OpenStack 2026.1 out of the box and UCA for 2026.1 won't be created | 13:20 |
| noonedeadpunk | like introduce apt_repo_suites or smth | 13:20 |
| WireLost | Is this official? | 13:20 |
| WireLost | From Ubuntu? | 13:20 |
| noonedeadpunk | Um, they always do like that? | 13:20 |
| noonedeadpunk | you don't need UCA, as it's in native repos | 13:20 |
| WireLost | But it is native only for 26.04 | 13:21 |
| noonedeadpunk | right | 13:21 |
| WireLost | And in 26.04 it is Ceph 20, and Ceph Ansible fails, I think | 13:21 |
| noonedeadpunk | ah, sorry, comment was scoped specifically for 26.04 | 13:21 |
| WireLost | ah ok, I see | 13:21 |
| noonedeadpunk | 24.04 should be having it | 13:21 |
| WireLost | got it | 13:21 |
| WireLost | So, it seems the only blocker would be to ensure ceph-ansible works in 26.04? | 13:22 |
| noonedeadpunk | I am not sure why it's not out of proposed though, but I was going to wait for a week or so before submitting bug report, as they usually take like couple of weeks to promote from proposed to updates | 13:22 |
| noonedeadpunk | but maybe smth didn't work this type | 13:22 |
| noonedeadpunk | I have not checked ceph specifically on 26.04 tbh | 13:23 |
| WireLost | Ok, np | 13:23 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Update Ceph release to squid https://review.opendev.org/c/openstack/openstack-ansible/+/989394 | 14:06 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Switch default ceph release to squid https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/989397 | 14:11 |
| WireLost | But Ceph on 26.04 is 'tentacle', not 'squid' | 14:11 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Allow to reset peer during it's re-install https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/966117 | 14:24 |
| noonedeadpunk | would be nice to get reviews for https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/987880 and https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/988143 | 14:25 |
| noonedeadpunk | as the first one is actually a regression in 2025.2 | 14:26 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Update Ceph release to squid https://review.opendev.org/c/openstack/openstack-ansible/+/989394 | 14:40 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Update Ceph release to tentacle https://review.opendev.org/c/openstack/openstack-ansible/+/989394 | 14:42 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: Switch default ceph release to tentacle https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/989397 | 14:43 |
| noonedeadpunk | WireLost: tentacle passed in my CI on master | 14:47 |
| noonedeadpunk | but on 24.04 | 14:47 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Disable global_id_reclaim for Ceph https://review.opendev.org/c/openstack/openstack-ansible/+/989408 | 14:52 |
| WireLost | Cool! Using upstream repost, right, not UCA? | 14:54 |
| noonedeadpunk | not uca | 14:55 |
| WireLost | ok | 14:55 |
| WireLost | I'm trying OSA AIO on 26.04, but this `[lxc_hosts : Cached image preparation script]` is failing `[ERROR]: Task failed: object of type 'dict' has no attribute 'resolute'` - is there a branch for 26.04 or best one would be `master`? | 14:56 |
| noonedeadpunk | there's the patch https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/985216 | 14:58 |
| noonedeadpunk | I hope it should be merged soonish | 14:58 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Install rabbitmq from distro for Ubuntu 26.04 https://review.opendev.org/c/openstack/openstack-ansible/+/985222 | 14:58 |
| WireLost | awesome, it worked! | 15:26 |
| WireLost | Quick feedback, I'm also installing mariadb from Ubuntu 26.04 `distro`, not `external` (it failed) | 15:53 |
| noonedeadpunk | so for external you'd need to bump minor version of mariadb | 15:54 |
| WireLost | It's okay.... I rather use 'distro', too many supply chain risks these days, better stick with Ubuntu's sources only (my two cents) hehe | 15:56 |
| WireLost | I don't even like 'pip' either, 'apt' is pretty xD | 15:56 |
| noonedeadpunk | isn't it ubuntu packaging which is failing lately ? :D | 15:56 |
| WireLost | No, it failed to 'apt update' in the mariadb container | 15:57 |
| WireLost | then I set it to 'distro' for it to work | 15:57 |
| noonedeadpunk | exactly, as trhere's no external repo for 11.8.6, but there is for 11.8.7 | 15:57 |
| noonedeadpunk | https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/986573 | 15:57 |
| WireLost | ahh ok | 15:57 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: Upgrade MariaDB to 11.8.7 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/986573 | 15:57 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Install rabbitmq from distro for Ubuntu 26.04 https://review.opendev.org/c/openstack/openstack-ansible/+/985222 | 15:58 |
| noonedeadpunk | but I was thinking about the glance and uca | 15:58 |
| WireLost | true, that is a gross bug hihi | 16:01 |
| WireLost | noonedeadpunk, I think I've found another small issue in Glance 2026.1 ('distro') on 26.04. The line `wsgi-file = glance-wsgi-api` in the file `/etc/uwsgi/glance-api.ini` should be changed to `module = glance.wsgi.api:application` for the service to start | 18:31 |
| noonedeadpunk | WireLost: yup: https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/988637 | 18:32 |
| WireLost | Cool! lol | 18:33 |
| opendevreview | Merged openstack/openstack-ansible-os_glance master: Revert "Revert Swift retries value once fix is merged" https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/989065 | 19:25 |
| opendevreview | Ivan Anfimov proposed openstack/openstack-ansible-galera_server master: Remove galera_disable_privatedevices https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/984312 | 19:26 |
| opendevreview | Ivan Anfimov proposed openstack/openstack-ansible-galera_server master: Remove galera_disable_privatedevices https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/984312 | 22:08 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!