Monday, 2026-01-19

*** jhorstmann is now known as Guest3624403:09
mikalHas anyone else noticed that a new version of bandit just released which is breaking linting for kolla-ansible master? If not, I'll have a go at a patch.05:13
opendevreviewMichael Still proposed openstack/kolla-ansible master: Cap bandit version for linting.  https://review.opendev.org/c/openstack/kolla-ansible/+/97374805:17
opendevreviewMichael Still proposed openstack/kolla-ansible master: Cap bandit version for linting.  https://review.opendev.org/c/openstack/kolla-ansible/+/97374805:19
mikalLooking at it some more, this fix will be need to be backported as well as the stable versions don't have an upper constraint either.06:08
opendevreviewMichael Still proposed openstack/kolla-ansible master: Cap bandit version for linting.  https://review.opendev.org/c/openstack/kolla-ansible/+/97374807:37
ViiHey, I’ve noticed that 21.0.0-6 is slowly starting to come together08:28
ViiI think it would be really good to get https://review.opendev.org/c/openstack/kolla-ansible/+/97346908:29
Vii in before the release - this affects the Redis -> Valkey upgrade path. Right now the logic only works when the first node in the group is the master, if the master is on a different node, the upgrade can fail. Facts should be gathered across all nodes to determine the actual master. It’s also a pretty simple bug.08:29
ViiAlso https://review.opendev.org/c/openstack/kolla-ansible/+/97348408:30
Vii would be good to include as well - it’s a simple Neutron bugfix, but it can block upgrades on many deployments due to an incorrect variable.08:30
Viicc: mnasiadka, bbezak08:31
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: valkey: Fix 'valkey_master_host' undefined error during upgrade  https://review.opendev.org/c/openstack/kolla-ansible/+/97346908:42
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97377109:15
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: Add logrotate configuration for OpenSearch Dashboards  https://review.opendev.org/c/openstack/kolla-ansible/+/97359809:18
mnasiadkafrickler: it seems new bandit broke us a bit - see https://review.opendev.org/c/openstack/kolla-ansible/+/97377109:18
mnasiadkaGeez, now pep8 fails these lines with line too long :D09:25
fricklermeh. but thx for fixing this09:30
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97377109:47
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97377109:53
mnasiadkafrickler: we could also exclude tests/ from bandit, which probably makes more sense09:54
mnasiadkaBut maybe next time ;)09:55
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: valkey: Fix 'valkey_master_host' undefined error during upgrade  https://review.opendev.org/c/openstack/kolla-ansible/+/97346909:57
mnasiadkafrickler: and that’s probably bandit bug that None triggers B106, but whatever10:03
opendevreviewVerification of a change to openstack/kolla-ansible master failed: neutron: decouple backend TLS certs from CA cert copying  https://review.opendev.org/c/openstack/kolla-ansible/+/97348410:19
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: neutron: decouple backend TLS certs from CA cert copying  https://review.opendev.org/c/openstack/kolla-ansible/+/97348410:23
blanson[m]mnasiadka: I investigated the ovn jobs failing in https://review.opendev.org/c/openstack/kolla-ansible/+/970948/8 but I'm not sure my fix broke it, I think it's just broken right now. Shouldn't this https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/service-check-containers/tasks/iterated.yml#L9 look for {{ service.container_name }}_{{ item }} ? From the looks of it ? do we have other ovn jobs failing in11:27
blanson[m]other reviews that would confirm this ? 11:27
blanson[m]I'll take a look 11:27
opendevreviewBertrand Lanson proposed openstack/kolla-ansible master: DNM: Making iterated container-check idempotent  https://review.opendev.org/c/openstack/kolla-ansible/+/97380311:41
Viimnasiadka: I noticed your recent change, but I think the current logic for glance_copy_certs in main.yml is a bit too broad: glance_copy_certs: "{{ kolla_copy_ca_into_containers | bool or glance_enable_tls_backend | bool or glance_database_enable_tls_internal | bool }}". The problem is that if a user sets kolla_copy_ca_into_containers: true, the condition glance_copy_certs becomes true as well. As a result, the tasks11:52
Vii inside copy-certs.yml (wrapped in {% if glance_copy_certs | bool %}) are executed. These tasks often look for service-specific files like glance.crt and glance.key. If the user is NOT using TLS for the Glance backend, these files don't exist, and the Ansible play fails.11:52
Viifor glance and other services where you changed11:53
mnasiadkaVii: it might be, I think we should think of a test that uncovers such cases...11:55
opendevreviewBertrand Lanson proposed openstack/kolla-ansible master: DNM: Making iterated container-check idempotent  https://review.opendev.org/c/openstack/kolla-ansible/+/97380311:56
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Fix: Remove kolla_copy_ca_into_containers from _copy_certs logic  https://review.opendev.org/c/openstack/kolla-ansible/+/97380812:06
Viimnasiadka: Simple fix for the _copy_certs logic: https://review.opendev.org/c/openstack/kolla-ansible/+/973808. It shouldn't break anything as the variable is not used elsewhere and it correctly decouples CA trust from internal service TLS.12:08
Viidoing so many tests for different SSL scenarios... a disaster :)12:09
opendevreviewMerged openstack/kolla-ansible master: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97377112:29
opendevreviewMerged openstack/kolla-ansible master: valkey: Fix 'valkey_master_host' undefined error during upgrade  https://review.opendev.org/c/openstack/kolla-ansible/+/97346912:29
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: CI: use proper arch in tempest aarch64 jobs  https://review.opendev.org/c/openstack/kolla-ansible/+/97381712:44
tafkamaxBTW, just to chime in, as you were talking about the dockerhub packages and changing the mission statement. Again it would be good to communicate these kinds of things in advance and maybe give a period when you will delete stuff. For example in #openstack-dev somebody already noticed that all kolla dockerhub packages were gone.13:26
opendevreviewMaksim Malchuk proposed openstack/kolla-ansible stable/2025.1: ceilometer: Disable healthchecks for compute and central  https://review.opendev.org/c/openstack/kolla-ansible/+/97383414:01
opendevreviewMaksim Malchuk proposed openstack/kolla-ansible stable/2024.2: ceilometer: Disable healthchecks for compute and central  https://review.opendev.org/c/openstack/kolla-ansible/+/97383514:01
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Trivial: glance: use glance_enable_tls_backend for service certs in JSON template  https://review.opendev.org/c/openstack/kolla-ansible/+/97383714:05
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Trivial: glance/neutron: use enable_tls_backend for service certs in JSON templates  https://review.opendev.org/c/openstack/kolla-ansible/+/97383714:13
mnasiadkatafkamax: We have switched to publishing them to quay.io long time ago - https://lists.openstack.org/pipermail/openstack-discuss/2021-September/024834.html14:40
mnasiadkaSeptember 2021 is long enough notice14:40
mnasiadkaAnd we spoke about it on two PTGs in a row14:41
mnasiadkaAnd we haven’t removed the org from Docker Hub, we planned on doing that, but didn’t have access to organisation - I reached out to DockerHub to get proper access to that org, and it vanished…14:42
mnasiadkaStill have no answer from Docker Hub support14:42
mnasiadkatafkamax: so don’t assume wrongdoing ;-)14:43
tafkamaxOk, I just wanted to inform you that somebody noticed this and talked about it somewhere else.14:53
tafkamaxSo it is some weird docker hub issue huh14:53
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: CI: introduce dstat  https://review.opendev.org/c/openstack/kolla-ansible/+/97384515:10
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: CI: use proper arch in tempest aarch64 jobs  https://review.opendev.org/c/openstack/kolla-ansible/+/97381715:11
mnasiadkatafkamax: I’ve seen that, now I’m on #openstack-dev and happy to respond to such questions ;)15:15
opendevreviewMerged openstack/kolla-ansible master: neutron: decouple backend TLS certs from CA cert copying  https://review.opendev.org/c/openstack/kolla-ansible/+/97348415:33
opendevreviewPiotr Milewski proposed openstack/kolla-ansible stable/2025.2: neutron: decouple backend TLS certs from CA cert copying  https://review.opendev.org/c/openstack/kolla-ansible/+/97385015:50
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.2: neutron: decouple backend TLS certs from CA cert copying  https://review.opendev.org/c/openstack/kolla-ansible/+/97385015:50
opendevreviewPiotr Milewski proposed openstack/kolla-ansible stable/2025.2: valkey: Fix 'valkey_master_host' undefined error during upgrade  https://review.opendev.org/c/openstack/kolla-ansible/+/97385415:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.2: docs: Add information about possible password leaking  https://review.opendev.org/c/openstack/kolla-ansible/+/97385515:52
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.1: docs: Add information about possible password leaking  https://review.opendev.org/c/openstack/kolla-ansible/+/97385615:52
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2024.2: docs: Add information about possible password leaking  https://review.opendev.org/c/openstack/kolla-ansible/+/97385715:53
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267816:01
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.2: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386216:07
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.2: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386216:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.1: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386316:09
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2024.2: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386416:10
opendevreviewPierre Riteau proposed openstack/kolla master: Remove remaining mentions of Docker Hub  https://review.opendev.org/c/openstack/kolla/+/97386816:21
opendevreviewPierre Riteau proposed openstack/kolla master: Remove remaining mentions of Docker Hub  https://review.opendev.org/c/openstack/kolla/+/97386816:36
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267817:11
opendevreviewJan Gutter proposed openstack/kolla-ansible master: Redact module parameters in kolla_toolbox  https://review.opendev.org/c/openstack/kolla-ansible/+/97387417:25
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: WIP: Add support for shards in Ironic deployments  https://review.opendev.org/c/openstack/kolla-ansible/+/97388117:54
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386219:14
opendevreviewVerification of a change to openstack/kolla-ansible stable/2025.2 failed: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386220:06
opendevreviewMerged openstack/kolla-ansible stable/2024.2: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386420:25
opendevreviewMerged openstack/kolla-ansible stable/2025.1: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386320:32
opendevreviewMerged openstack/kolla-ansible stable/2025.2: CI: Fix hardcoded passwords check introduced by bandit  https://review.opendev.org/c/openstack/kolla-ansible/+/97386222:16

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