| opendevreview | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/c/openstack/openstack-ansible/+/988897 | 03:00 |
|---|---|---|
| opendevreview | Dmitriy Rabotyagov proposed 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 | 07:30 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_skyline stable/2025.2: Fix skyline yarn-based installation https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/988951 | 07:31 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Drop EL distro jobs https://review.opendev.org/c/openstack/openstack-ansible/+/989069 | 07:45 |
| opendevreview | Marcus Klein proposed openstack/openstack-ansible master: Fix typing error in distribution upgrades https://review.opendev.org/c/openstack/openstack-ansible/+/988956 | 08:12 |
| opendevreview | Merged openstack/openstack-ansible-os_skyline master: Fix Object Storage section for RGW https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/982629 | 09:20 |
| kleini | Since I have one node of control plane to be an ARM64 node, my nova_novnc_services are missing in haproxy completely. On the nova LXC I see nova-serialproxy.service running instead of nova-novncproxy.service for the ARM node. x86 nodes still run nova-novncproxy.service. The main issue is, haproxy config for novnc is completely missing and I can not find the switch turning it off. | 10:22 |
| noonedeadpunk | kleini: we have landed some fixes to novnc not that long ago | 10:24 |
| kleini | I am still on 31.1.3 | 10:24 |
| noonedeadpunk | let me try to find patche4s | 10:24 |
| kleini | I need to find the switch, turning haproxy_nova_novnc_console_service completely off due to some aarch64 node | 10:26 |
| noonedeadpunk | so there is a variable which is a list, where you can define supported console types | 10:28 |
| noonedeadpunk | nova_console_proxy_types | 10:28 |
| noonedeadpunk | https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/nova.yml#L27-L39 | 10:28 |
| noonedeadpunk | so you can override it as `nova_console_proxy_types: "{{ ['novnc', 'serialconsole'] }}" | 10:29 |
| kleini | that looks promising | 10:30 |
| noonedeadpunk | this should work on 2025.1 for sure | 10:30 |
| opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: metal replace to bare metal https://review.opendev.org/c/openstack/openstack-ansible/+/989095 | 10:30 |
| kleini | I completely overlooked haproxy_service_enabled. | 10:31 |
| opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: metal replace to bare metal https://review.opendev.org/c/openstack/openstack-ansible/+/989095 | 10:32 |
| opendevreview | Merged openstack/openstack-ansible master: Fix typing error in distribution upgrades https://review.opendev.org/c/openstack/openstack-ansible/+/988956 | 10:44 |
| WireLost | hello, I'm testing OSA AIO 2025.2 on Ubuntu 24.04, the TASK 'openstack.osa.openstack_resources : Fetch the list of already existing images' is failing with error: 'msg: The image service for default:RegionOne exists but does not have any supported versions' - any idea? It is in the 'aio1-utility-container-XXX'. | 11:48 |
| kleini | @noonedeadpunk, I need this change: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/967036. Will backport for my deployment. | 11:49 |
| noonedeadpunk[e] | kleini: yeah, there were quite some changes to consoles lately... | 11:50 |
| noonedeadpunk[e] | WireLost: this sounds like the glance api is down... | 11:51 |
| noonedeadpunk[e] | Are you having source or distro install? | 11:51 |
| noonedeadpunk[e] | As I have one issue in mind for distro install | 11:52 |
| WireLost | Using `distro` install. | 11:56 |
| WireLost | Is there a bug opened for it? Potentially with a workaround? xD | 11:57 |
| noonedeadpunk[e] | Aha, ok please check this patch then | 11:58 |
| noonedeadpunk[e] | https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/988637 | 11:58 |
| noonedeadpunk[e] | I would expect it to fix the issue | 11:58 |
| noonedeadpunk[e] | You can override glance_services as a whole as a workaround | 11:59 |
| noonedeadpunk[e] | [@_oftc_WireLost:matrix.org](https://matrix.to/#/@_oftc_WireLost:matrix.org) ^ | 11:59 |
| WireLost | Thanks! Testing it now... | 12:13 |
| noonedeadpunk | WireLost: so, did it help? | 14:07 |
| kleini | hmm, nova-novncproxy does not seem to work on aarch64. it fails with FileNotFoundError: https://paste.opendev.org/show/b3IUpzv4zVgIDNWuRnbk/ | 14:21 |
| noonedeadpunk | kleini: for aarch64 you need to use serialconsole afaik | 14:50 |
| noonedeadpunk | pretty much the reason for the mapping here: https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/nova.yml#L27-L39 | 14:50 |
| noonedeadpunk | it could be there's something rather new in nova that allows novnc console for aarch, but not sure | 14:51 |
| noonedeadpunk | (or maybe spice?) | 14:51 |
| noonedeadpunk | so the console type should depend based of the compute arch | 14:51 |
| noonedeadpunk | and also it could be that I didn't get the all patches/logic correctly..... | 14:52 |
| opendevreview | Damian DÄ…browski proposed openstack/openstack-ansible-os_skyline master: Change skyline_pki_san format https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/981683 | 15:00 |
| noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:00 |
| opendevmeet | Meeting started Tue May 19 15:00:58 2026 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
| opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:00 |
| noonedeadpunk | #topic rollcall | 15:01 |
| noonedeadpunk | o/ | 15:01 |
| anfimovir | Hello. | 15:01 |
| chubinidzedr | Hi:) | 15:01 |
| WireLost | noonedeadpunk, got busy at work, I'll try in a few... | 15:02 |
| noonedeadpunk | #topic office hours | 15:03 |
| noonedeadpunk | I don't have much for today tbh | 15:03 |
| noonedeadpunk | we need to proceed with creating 2026.1 branch this week | 15:03 |
| noonedeadpunk | except of magnum, we pretty much landed most of topics from our ptg | 15:04 |
| anfimovir | We ready to this step? | 15:04 |
| noonedeadpunk | It's not that we have much choice. The deadline for the release is June 5 | 15:04 |
| noonedeadpunk | So really some progress regarding magnum is required | 15:05 |
| anfimovir | sounds scary... | 15:05 |
| noonedeadpunk | we can backport some things after branching as well | 15:05 |
| noonedeadpunk | I would say it should be fine. The known not to work thing is zun | 15:06 |
| noonedeadpunk | and it's not really depending on us here | 15:06 |
| anfimovir | Forgot.. Zun-UI fix placed.. | 15:06 |
| noonedeadpunk | nice | 15:06 |
| anfimovir | Need only merge ;) | 15:06 |
| anfimovir | Manila look not good.. | 15:07 |
| noonedeadpunk | should we add horizon team to review? | 15:07 |
| noonedeadpunk | Manila should be depending on ceph-ansible change | 15:08 |
| noonedeadpunk | I've just voted on this one, so hopefully it merges soon | 15:08 |
| anfimovir | In Zun-UI Horizon team cannot help(( | 15:08 |
| noonedeadpunk | :( | 15:08 |
| anfimovir | Guys, please find time for this MR https://review.opendev.org/c/openstack/openstack-ansible/+/988928 - need little fix structure, at this moment not right. | 15:12 |
| noonedeadpunk | hopefully it's the last one | 15:12 |
| anfimovir | No... I think after it need fix conf.py for deploy too.. After merge Zanata MR... | 15:13 |
| anfimovir | Look after ;) | 15:14 |
| chubinidzedr | yeah, we've have left to adjust language switching for deploy guide and that's it i guess | 15:14 |
| 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/+/989161 | 15:14 |
| noonedeadpunk | sounds great | 15:14 |
| anfimovir | Until end this week, we finish with observability | 15:15 |
| 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:16 |
| noonedeadpunk | ah, I have promised to actually help out with structuring for the collection | 15:17 |
| opendevreview | Merged openstack/openstack-ansible-plugins master: [ceph-ansible] Use ceph_key_info module https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/984315 | 15:17 |
| noonedeadpunk | I will try to get some time for this tomorrow | 15:17 |
| anfimovir | thank you. | 15:18 |
| noonedeadpunk | I think that's it from me then | 15:24 |
| noonedeadpunk | quite some work to do, very limited time - everything as always | 15:25 |
| noonedeadpunk | #endmeeting | 15:25 |
| opendevmeet | Meeting ended Tue May 19 15:25:11 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:25 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2026/openstack_ansible_meeting.2026-05-19-15.00.html | 15:25 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2026/openstack_ansible_meeting.2026-05-19-15.00.txt | 15:25 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2026/openstack_ansible_meeting.2026-05-19-15.00.log.html | 15:25 |
| WireLost | BTW, is 2026.1 working in Ubuntu 26.04 already, or there are things to iron out? | 16:05 |
| WireLost | noonedeadpunk, I see that the '988637' change is already applied here, but the issue persists. | 16:14 |
| noonedeadpunk[e] | We don't have ci testing for 26.04, but I think we merged most of fixes we found on local sandbox setups | 16:36 |
| noonedeadpunk[e] | Hm, it's weird it's not working... What does log says for glance-api? | 16:36 |
| WireLost | Let me check | 16:36 |
| noonedeadpunk[e] | But also I wonder how it can be applied, given it's not yet merged on master | 16:36 |
| noonedeadpunk[e] | Or well, it originally was like that.... | 16:37 |
| noonedeadpunk[e] | But then Ubuntu packages should have been updated to address it | 16:37 |
| WireLost | Well, I looked the `/etc/ansible/roles/os_glance/defaults/main.yml` file, it doesn't have that `wsgi_path` line | 16:37 |
| noonedeadpunk[e] | So probably you might need to actually have a patch introducing this logic😅 | 16:38 |
| noonedeadpunk[e] | The thing is, that's a Ubuntu packaging issue | 16:38 |
| WireLost | Hmm... ok | 16:38 |
| noonedeadpunk[e] | I think the bug report was mentioning that it's fixed and backported | 16:38 |
| noonedeadpunk[e] | But I didn't check on 2025.2 lately | 16:39 |
| noonedeadpunk[e] | But really, check glance-api journal, it should have insight why it's failing | 16:39 |
| WireLost | ok | 16:39 |
| noonedeadpunk[e] | I would expect it to be in a restart loop due to smth is missing, either module or binary... | 16:41 |
| noonedeadpunk[e] | And it would depend on the package version basically which one is right | 16:41 |
| WireLost | When running `openstack-ansible os-glance-install.yaml`, the following issues shows up inside of Glance's container (journalctl -f): https://pastebin.com/L0MPMifM - It says "game over"... lol | 17:05 |
| WireLost | Seems this one: https://bugs.launchpad.net/cloud-archive/+bug/2136411 | 17:26 |
| noonedeadpunk[e] | So try doing reverse of the path I sent to you | 17:36 |
| noonedeadpunk[e] | And add wsgi-file | 17:37 |
| noonedeadpunk[e] | As the error in log is "ModuleNotFoundError: No module named 'glance.wsgi'" | 17:37 |
| WireLost | Actually, fixed with this: https://paste.openstack.org/show/bkG7lkf6PszFiHdUSuTD/ - workaround xD | 17:39 |
| WireLost | I'll try Gazpacho instead | 17:39 |
| noonedeadpunk[e] | https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/971205 | 17:39 |
| WireLost | But shouldn't the os-glance-install.yaml fail when this happens? It passed and I assumed it worked. | 17:40 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance stable/2025.2: Fix glance setup for Ubuntu distro method https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/989182 | 17:40 |
| opendevreview | Merged openstack/openstack-ansible master: docs: fix deploy-guide translations extraction https://review.opendev.org/c/openstack/openstack-ansible/+/988928 | 18:03 |
| WireLost | Well, trying OSA 'master' branch on Ubuntu 24.04 now, with `SCENARIO='aio_lxc_ceph'`, but there is an error: '[ERROR]: couldn't resolve module/action 'ceph_key_info'. This often indicates a misspelling, missing collection, or incorrect module path.' - any idea? hehe | 18:50 |
| opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: fix deploy-guide pot files merging into single file https://review.opendev.org/c/openstack/openstack-ansible/+/989216 | 19:49 |
| opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: fix deploy-guide pot files merging into single file https://review.opendev.org/c/openstack/openstack-ansible/+/989216 | 19:55 |
| opendevreview | Merged openstack/openstack-ansible master: Update ceph-ansible to stable-9.0 https://review.opendev.org/c/openstack/openstack-ansible/+/988043 | 20:40 |
| opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: fix deploy-guide pot files merging into single file https://review.opendev.org/c/openstack/openstack-ansible/+/989216 | 21:27 |
| opendevreview | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_skyline master: Updated from OpenStack Ansible Integrated repository https://review.opendev.org/c/openstack/openstack-ansible-os_skyline/+/985595 | 21:38 |
| WireLost | Didn't work with Ubuntu 26.04 either, task `lxc_hosts : Cached image preparation script` error `Task failed: object of type 'dict' has no attribute 'resolute'` =( | 22:35 |
| WireLost | Gonna try 24.04 again with Gazpacho+Ceph 19 hehe | 22:35 |
| WireLost | But so far, only 24.04+2025.2+Ceph 19 worked, with that workaround for Glance. | 22:35 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!