Thursday, 2026-04-23

tafkamaxkevko: Regarding the mariadb backups. We manually tested the logic that the mariabackup container would be created on non-master node, where the db is replica so. The backup worked for us and ran through in ~30 seconds. I think this is also what you meant. To run the backup container on the replica host?06:17
tafkamaxhttps://bugs.launchpad.net/kolla/+bug/2141558/comments/506:25
tafkamax This helped for fixing mariadb backups manually.06:26
ViiRabbitMQ 4.3.0 - released06:50
ViiSince only 4.2.x clusters can upgrade to 4.3.0 in place06:51
Viiheh06:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: nova-compute: Copy multipath.conf into nova-compute container  https://review.opendev.org/c/openstack/kolla-ansible/+/98581407:53
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Drop support for running WSGI under Apache  https://review.opendev.org/c/openstack/kolla-ansible/+/98241409:22
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Drop support for running WSGI under Apache  https://review.opendev.org/c/openstack/kolla-ansible/+/98241409:23
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Nova compute multiple ceph backends support  https://review.opendev.org/c/openstack/kolla-ansible/+/95208909:59
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Nova compute multiple ceph backends support  https://review.opendev.org/c/openstack/kolla-ansible/+/95208910:02
mikalAre others seeing lint failures in CI? My private CI is a bit concerned about upper-constraints having bumped the version of `rich` in the last 24 hours. Basically upper-constraints.txt now has `rich===15.0.0`, but lint-requirements.txt pins to `rich<15`. This results in a ResolutionImpossible exception being raised by pip. Given stable/2026.110:19
mikalhasn't been cut yet I think the fix is probably to temporarily move Kolla-Ansible's upper-contraints.txt reference to point to the stable/2026.1 branch of the requirements repository?10:19
mnasiadkalint-requirements does not pin, j2lint depends on rich<1510:27
mnasiadkahmm10:28
mnasiadkahttps://github.com/aristanetworks/j2lint/blob/65b2b286f6eb90bc42cf8b3bfa07ae0450c67e54/pyproject.toml#L3110:28
mnasiadkaMaybe not10:28
mnasiadkaAh ok, they bumped it last week10:29
mnasiadkaBut did not release10:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Temporarily switch u-c to 2026.1  https://review.opendev.org/c/openstack/kolla-ansible/+/98593510:30
mnasiadkafrickler: do we actually need u-c on the linter jobs?10:31
fricklerI was about to ask the same ;) maybe dropping u-c there is the easy way out. otherwise, given that we do deploy 2026.1 currently, using stable u-c might be an alternative10:31
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Remove upper-constraints in linters tox job  https://review.opendev.org/c/openstack/kolla-ansible/+/98593510:32
mnasiadkaI think dropping u-c might be easier, I don’t think we want to add j2lint to u-c to have the dependencies managed10:32
opendevreviewWill Szumski proposed openstack/kayobe master: Set RTC in UTC when force synchronization  https://review.opendev.org/c/openstack/kayobe/+/98593610:34
opendevreviewWill Szumski proposed openstack/kayobe master: Set RTC in UTC when forcing synchronization  https://review.opendev.org/c/openstack/kayobe/+/98593610:35
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: service-uwsgi-config: Add thread support  https://review.opendev.org/c/openstack/kolla-ansible/+/98593710:35
mikalI guess the other option would be to cut a stable/2026.1 branch now that just used the 2026.1 version of requirements, but that probably has other implications that I haven't thought of.10:36
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: service-uwsgi-config: Add threads support  https://review.opendev.org/c/openstack/kolla-ansible/+/98593710:37
frickleryes, that would have the drawback that we'd need to backport everythink that still needs to go into the stable branch10:38
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: service-uwsgi-config: Add threads support  https://review.opendev.org/c/openstack/kolla-ansible/+/98593710:38
mikalI think dropping u-c from the linting config is a reasonable compromise.10:39
mikalHonestly, its a bit odd that requirements didn't hold off until the release trailing projects has shipped. This must have happened before.10:41
fricklerwell reqs can't wait 3 months every cycle for deployment projects which shouldn't use u-c anyway, together with the pre-release freeze, we would hardly have time to update things at all10:44
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388110:56
opendevreviewDoug Szumski proposed openstack/kolla master: Switch to binary release of OpenStack Network exporter  https://review.opendev.org/c/openstack/kolla/+/98510611:06
opendevreviewDoug Szumski proposed openstack/kolla master: Drop ironic-inspector from Zuul file trigger  https://review.opendev.org/c/openstack/kolla/+/98594011:12
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Drop support for running WSGI under Apache  https://review.opendev.org/c/openstack/kolla-ansible/+/98241411:14
mikalfrickler: that's fair. Do you think its indicative that it might be time for OpenStack to drop to one release a year? Has there been any talk of such a thing? Certainly Nova struggles to land non-trivial things in the time available in a single release now that there's a lot fewer people.11:19
mikalAnd I feel a bit like SLURP is effectively that anyways -- deployers couldn't keep up so we told them they could just do every second one, but now developers can't keep up either and maybe they should be cut some slack too?11:20
fprzewoznmikal yup, mine are also failing on 11:23
fprzewoznThe conflict is caused by:11:23
fprzewozn    j2lint 1.2.0 depends on rich<15 and >=13.5.211:23
fprzewozn    The user requested (constraint) rich===15.0.011:23
fprzewoznhttps://zuul.opendev.org/t/openstack/build/5eb78e35754a44e18e81824afc8050da11:23
mikalfprzewozn: https://review.opendev.org/c/openstack/kolla-ansible/+/985935 has been proposed as a fix, so I think we're just chilling waiting for that now.11:24
opendevreviewWill Szumski proposed openstack/kayobe master: Adds support for custom watcher configuration files  https://review.opendev.org/c/openstack/kayobe/+/98594311:26
mnasiadkamikal, fprzewozn: should merge in a minute, currently gating11:27
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run ansible-test in linters job  https://review.opendev.org/c/openstack/kolla-ansible/+/96038311:28
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run ansible-test in linters job  https://review.opendev.org/c/openstack/kolla-ansible/+/96038311:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run ansible-test in linters job  https://review.opendev.org/c/openstack/kolla-ansible/+/96038311:29
fricklermikal: IMHO the release cadence is fine, there have been lots of discussions about it, but feel free to take this up with the TC again if you want. and I also think it is fine and expected that things break from time to time during development. maybe we could start doing more local pins for kolla internal things like mnasiadka has started for ansible-lint11:41
opendevreviewMerged openstack/kayobe master: Add real world networking example  https://review.opendev.org/c/openstack/kayobe/+/98360611:52
opendevreviewMerged openstack/kayobe master: Adds kayobe inventory command  https://review.opendev.org/c/openstack/kayobe/+/97771412:08
opendevreviewMerged openstack/kolla master: CI: sync Debian scenario jobs with kolla-ansible  https://review.opendev.org/c/openstack/kolla/+/98565512:08
opendevreviewMerged openstack/kolla-ansible master: CI: Remove upper-constraints in linters tox job  https://review.opendev.org/c/openstack/kolla-ansible/+/98593512:08
opendevreviewSeunghun Lee proposed openstack/kolla-ansible master: Make RabbitMQ stream retention policy configurable  https://review.opendev.org/c/openstack/kolla-ansible/+/95329712:18
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run ansible-test in linters job  https://review.opendev.org/c/openstack/kolla-ansible/+/96038312:58
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Nova compute multiple ceph backends support  https://review.opendev.org/c/openstack/kolla-ansible/+/95208913:02
opendevreviewDoug Szumski proposed openstack/kolla master: Drop ironic-inspector from Zuul file trigger  https://review.opendev.org/c/openstack/kolla/+/98594013:02
jovial[m]kayobe PTG if anyone is interested: https://meetpad.opendev.org/kolla-hibiscus-ptg13:03
opendevreviewDoug Szumski proposed openstack/kolla master: Switch to binary release of OpenStack Network exporter  https://review.opendev.org/c/openstack/kolla/+/98510613:04
opendevreviewVerification of a change to openstack/kayobe master failed: Adds option to disable registration of networks  https://review.opendev.org/c/openstack/kayobe/+/97112113:15
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run ansible-test in linters job  https://review.opendev.org/c/openstack/kolla-ansible/+/96038313:20
opendevreviewMerged openstack/kayobe master: [CI] Disable NTP checks in CI  https://review.opendev.org/c/openstack/kayobe/+/98585614:13
opendevreviewMerged openstack/kayobe stable/2025.2: [stable-only] Fix key collection in luks role  https://review.opendev.org/c/openstack/kayobe/+/98585514:13
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388114:14
dougszubbezak ^ I've added that check you wanted and rebased on the linter fix14:16
bbezakWill check15:00
opendevreviewBartosz Bezak proposed openstack/kolla-ansible master: service-uwsgi-config: Add threads support  https://review.opendev.org/c/openstack/kolla-ansible/+/98593715:03
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388116:12
*** jhorstmann is now known as Guest786122:17

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