Friday, 2026-04-17

opendevreviewMerged openstack/kayobe stable/2025.1: Add support for building valkey images  https://review.opendev.org/c/openstack/kayobe/+/98369101:36
opendevreviewOpenStack Proposal Bot proposed openstack/kolla master: Updated ansible-lint in test-requirements.txt  https://review.opendev.org/c/openstack/kolla/+/98506402:35
opendevreviewMichael Still proposed openstack/kolla master: Implement container image build for kerbside.  https://review.opendev.org/c/openstack/kolla/+/97549502:47
opendevreviewMichael Still proposed openstack/kolla-ansible master: Allow requiring secure channels with SPICE  https://review.opendev.org/c/openstack/kolla-ansible/+/96780202:48
opendevreviewMichael Still proposed openstack/kolla-ansible master: Deploy Kerbside with Kolla-Ansible.  https://review.opendev.org/c/openstack/kolla-ansible/+/97688902:48
opendevreviewMichal Nasiadka proposed openstack/kolla master: Updated ansible-lint in test-requirements.txt  https://review.opendev.org/c/openstack/kolla/+/98506405:30
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: horizon: drop Valkey Sentinel auth from cache settings  https://review.opendev.org/c/openstack/kolla-ansible/+/98507007:14
opendevreviewMichal Nasiadka proposed openstack/kolla master: Updated ansible-lint in test-requirements.txt  https://review.opendev.org/c/openstack/kolla/+/98506407:44
tafkamaxwow07:58
tafkamaxsomehow my controller sysctl net.ipv4.ip_nonlocal_bind got turned to 007:58
opendevreviewMichal Nasiadka proposed openstack/kolla master: Updated ansible-lint in test-requirements.txt  https://review.opendev.org/c/openstack/kolla/+/98506407:59
tafkamaxAny1 had this issue before?07:59
tafkamaxMy findings point to either the networking stack or cloud-init07:59
tafkamaxas my controllers are VM-s07:59
mnasiadkafrickler: I see Kolla 2024.2 is failing, so I think there’s no logical sense in not marking it as EOL08:16
fricklermnasiadka: yeah, I agree in general, just give me a couple of days to prepare running builds off a local fork for downstream, please08:19
mnasiadkaSure, no problem - if you’ll need any help in abandoning 2024.2 Gerrit patches or anything like that - shout08:23
opendevreviewMaksim Malchuk proposed openstack/kayobe master: Fix correct Libvirt TLS certificates path  https://review.opendev.org/c/openstack/kayobe/+/98491108:26
opendevreviewMichal Nasiadka proposed openstack/kolla master: Remove tox-py310 ansible-core version in test-reqs  https://review.opendev.org/c/openstack/kolla/+/98507308:26
fricklermnasiadka: we (release-team) have a script for that which we'll run before actually deleting branches - which is also a dedicated script that needs to be run by release managers - but thanks for the offer08:29
mnasiadkaAh right, I thought we had to abandon these manually in the past08:30
opendevreviewMerged openstack/kolla master: Updated ansible-lint in test-requirements.txt  https://review.opendev.org/c/openstack/kolla/+/98506408:38
opendevreviewMerged openstack/kolla master: Remove tox-py310 ansible-core version in test-reqs  https://review.opendev.org/c/openstack/kolla/+/98507309:03
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457509:07
jovial[m]We see this weird error occasionally: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_5f0/openstack/5f0521e6dc03460295d6ab23edf4fe88/primary/ansible/overcloud-upgrade in "neutron : Get container facts". Seems like it can't find the container "No such container". Worth making a bug?09:10
Viijovial[m] https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_5f0/openstack/5f0521e6dc03460295d6ab23edf4fe88/primary/system_logs/docker-info.txt09:24
Viineutron-dhcp-agent:master-rocky-10          "dumb-init --single-…"   About a minute ago   Up About a minute (healthy) 09:24
Viiit looks like he got up too late, just before collecting the logs09:25
jovial[m]Something to do with the iterated containers?09:28
ViiI don't think so, you have to look at the logs :)09:30
jovial[m]Isn't it checking the l3 agent containers: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/handlers/main.yml#L11809:36
opendevreviewGrzegorz Bialas proposed openstack/kolla-ansible master: Fix prometheus bootstraping mysqld-exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/98495709:40
opendevreviewVerification of a change to openstack/kayobe master failed: Override IPA image distribution/release  https://review.opendev.org/c/openstack/kayobe/+/98495509:44
Viihttps://review.opendev.org/c/openstack/kolla-ansible/+/984752.  <- Add support for Grafana Git Sync (Observability as Code) 10:02
ViiI think this is an excellent option for environments, it would be great if it was included :) I encourage you to test it10:02
SylvrHello and good day channel :)10:03
Viihttps://imgur.com/a/6U6QWvU  - in action works - 2-way synchronization10:05
Viihere on one of the Read-only environments but on another I have 2-way10:06
jovial[m]Sylvr, morning :)10:13
tafkamaxAny docs on debugging access to proxysql/mariadb? I am trying inside the mariadb container to connect to database but I think it wants an better host string10:26
tafkamaxI want to access the proxysql tables to check the statuses of the hosts, as this seems like the only way to see live stats, as the logs for proxysql come and go as they wish and the proxysql-status utility doesnt seem to be present. I tried to go inside the mariadb container and  run mariadb -u keystone -p and use the keystone_database_password, but it says not allowed. I am wondering if it needs a proper host string10:29
tafkamaxnvm I was on the wrong cluster xd10:31
tafkamaxHmm I solved my issue with sysctl settings. Seems on trixie the sysctl options are not loaded in from /etc/sysctl.conf on reboot.10:33
tafkamaxI needed to move them under /etc/sysctl.d10:33
tafkamaxIn kolla-ansible, do we still put them under /etc/sysctl ?10:33
tafkamax* under /etc/sysctl.conf ?10:33
Sylvrjovial, how are you ? :)10:35
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508310:49
gotanblHello, does the migration hosts from Rocky Linux 9 to RockyLinux 10 is similar procedure as it was migration from Rocky Linux 8 to Rocky Linux 9, https://docs.openstack.org/kolla-ansible/yoga/user/rocky-linux-9.html?11:07
gotanblOn 2025.111:07
opendevreviewMerged openstack/kolla-ansible master: horizon: drop Valkey Sentinel auth from cache settings  https://review.opendev.org/c/openstack/kolla-ansible/+/98507011:08
gotanblNo docs about this.11:08
ViiRocky Linux 9 - EOL 31 May 202711:13
ViiI think you don't have to worry about host migration for now.11:13
ViiSecurity Support EOL 31 May 203211:14
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508312:07
gotanbl@Vii: But can't upgrade to Flamingo or Gazpacho. https://docs.openstack.org/kolla-ansible/latest/user/support-matrix.html12:18
ViiYes, I know it's supported, but no one has documented the migration. But I think it will be similar.12:19
tafkamaxI think we should change /etc/sysct.conf default value to something in /etc/sysctl.d/ folder. As I just had a bad vibe with it :)12:30
tafkamaxsystemd-sysctl does not load in /etc/sysctl.conf file on reboot.12:31
tafkamax* systemd-sysctl does not load in /etc/sysctl.conf file12:31
tafkamaxand that service is what loads in the sysctl options on reboot12:31
opendevreviewMerged openstack/kayobe master: CI: make fail2ban tests conditional on fail2ban being enabled  https://review.opendev.org/c/openstack/kayobe/+/98455012:36
opendevreviewMerged openstack/kayobe master: Override IPA image distribution/release  https://review.opendev.org/c/openstack/kayobe/+/98495513:05
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508313:12
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Change default destination for cinder-volume/backup containers  https://review.opendev.org/c/openstack/kolla-ansible/+/98000913:32
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Change default destination for cinder-volume/backup containers  https://review.opendev.org/c/openstack/kolla-ansible/+/98000913:32
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Change default destination for cinder-volume/backup containers  https://review.opendev.org/c/openstack/kolla-ansible/+/98000913:34
opendevreviewDoug Szumski proposed openstack/kolla master: Switch to binary release of OpenStack Network exporter  https://review.opendev.org/c/openstack/kolla/+/98510613:38
dougszumnasiadka ^ they finally made a release13:39
mnasiadkadougszu: yeah, I had a nie mail discussion with rjarry13:39
mnasiadkas/nie/nice/13:40
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cinder: Change default destination for cinder-volume/backup containers  https://review.opendev.org/c/openstack/kolla-ansible/+/98000913:43
opendevreviewBartosz Bezak proposed openstack/kolla-ansible stable/2025.1: docs: add Rocky Linux 10 migration guide  https://review.opendev.org/c/openstack/kolla-ansible/+/98510813:46
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Drop support for running WSGI under Apache  https://review.opendev.org/c/openstack/kolla-ansible/+/98241413:51
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388113:54
dougszubbezak, thanks for review, I think i've fixed it ^13:57
bbezakCool, let me see14:03
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: haproxy: reduce noise from monitor-uri health checks by enabling httplog  https://review.opendev.org/c/openstack/kolla-ansible/+/98511614:14
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508314:23
dougszu mnasiadka: please explain why change ansible.builtin.fail to assert? 14:23
mnasiadkadougszu: because that’s the standard we have established - it’s a nicer output (because you get information that the precheck passed)14:25
mnasiadkaAnd with fail: you just get a task skipped14:26
dougszuwe are using fail all over the place?14:26
ViiI'll write it again :) check it out because it's really great and it works  https://review.opendev.org/c/openstack/kolla-ansible/+/98475214:27
Viiin action: https://imgur.com/a/6U6QWvU14:27
tafkamaxBTW14:27
tafkamaxI found out why the sysctl thing fails14:27
mnasiadkadougszu: we are using assert in new code introduced for at least the last two years14:28
tafkamaxThey removed symlink of sysctl.conf - > to sysctl.d/99-sysctl.conf14:28
mnasiadkaWho is they tafkamax?14:28
tafkamaxPretty brutal tbh14:28
tafkamaxSec copying link14:28
tafkamaxSystemd packagers i think14:29
tafkamaxhttps://bugs-devel.debian.org/cgi-bin/bugreport.cgi?bug=108513014:30
tafkamaxJust google14:30
tafkamaxdebian sysctl.conf symlink missing14:30
tafkamaxhttps://lists.debian.org/debian-doc/2025/08/msg00041.html14:31
tafkamaxSo the k-a default needs to bw changed OR we manually create the symlink and keep the old logic?14:31
dougszumnasiadka: alright then, i can update14:32
mnasiadkatafkamax: well, that’s debian - but I guess if sysctl.d exists - we surely should use that, not some legacy crap14:33
tafkamaxI haven't used rocky, if the issue exists there?14:34
tafkamaxIn ubuntu 24.10 they also removed the same symlink btw14:34
tafkamaxcould try to boot a test node of 26.04 rc and check?14:35
tafkamaxhttps://access.redhat.com/solutions/372639114:58
opendevreviewMerged openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457515:06
opendevreviewMerged openstack/kolla-ansible stable/2025.1: docs: add Rocky Linux 10 migration guide  https://review.opendev.org/c/openstack/kolla-ansible/+/98510815:06
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388116:21
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate Octavia deployment tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98514217:04
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508317:07
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508317:11
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Added vault support to barbican as back-end secret  https://review.opendev.org/c/openstack/kolla-ansible/+/93570417:24
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Added vault support to barbican as back-end secret  https://review.opendev.org/c/openstack/kolla-ansible/+/93570418:05
opendevreviewWill Szumski proposed openstack/kayobe master: WIP: Use system scope for all Ironic operations  https://review.opendev.org/c/openstack/kayobe/+/98515418:18
opendevreviewVerification of a change to openstack/kayobe master failed: Support provisioning hosts without kolla services  https://review.opendev.org/c/openstack/kayobe/+/97652518:37
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Added vault support to barbican as back-end secret  https://review.opendev.org/c/openstack/kolla-ansible/+/93570418:48
opendevreviewVerification of a change to openstack/kayobe master failed: Fix issue with systemd-networkd-wait-online when no IP  https://review.opendev.org/c/openstack/kayobe/+/97538618:52
opendevreviewVerification of a change to openstack/kayobe master failed: Add mechanism to add custom CAs to trust store  https://review.opendev.org/c/openstack/kayobe/+/98181119:17
opendevreviewVerification of a change to openstack/kayobe master failed: Add infra-vms to container-engine group  https://review.opendev.org/c/openstack/kayobe/+/98371219:24
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: keystone: remove use_stderr to avoid duplicate logs  https://review.opendev.org/c/openstack/kolla-ansible/+/98491219:30
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: haproxy: reduce noise from monitor-uri health checks by enabling httplog  https://review.opendev.org/c/openstack/kolla-ansible/+/98511619:30
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: barbican: remove leftover barbican-api.ini.j2  https://review.opendev.org/c/openstack/kolla-ansible/+/98445619:30
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: logging: unify API log filenames [apache]  https://review.opendev.org/c/openstack/kolla-ansible/+/98446019:30
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: fluentd: reorder inputs and merge WSGI/uWSGI sources  https://review.opendev.org/c/openstack/kolla-ansible/+/98518319:30
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: tests: migrate OVN and Octavia tests from bash script to Ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/98508319:56

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!