Monday, 2026-01-12

opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: influxdb: Drop deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/97305008:40
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267808:41
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267808:43
opendevreviewMichal Nasiadka proposed openstack/kolla master: influxdb: Drop support  https://review.opendev.org/c/openstack/kolla/+/97305108:48
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost/kolla-toolbox: Bump ansible-core to 2.20  https://review.opendev.org/c/openstack/kolla/+/97294408:56
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost/kolla-toolbox: Bump ansible-core to 2.20  https://review.opendev.org/c/openstack/kolla/+/97294408:57
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: influxdb: Drop deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/97305009:01
opendevreviewVerification of a change to openstack/kolla stable/2024.2 failed: Update repo GPG key for influxdata.  https://review.opendev.org/c/openstack/kolla/+/97299909:04
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla_toolbox: Add support for deprecation warnings  https://review.opendev.org/c/openstack/kolla-ansible/+/97269609:19
opendevreviewDr. Jens Harbott proposed openstack/kolla master: Update README with new mission statement  https://review.opendev.org/c/openstack/kolla/+/97299809:42
mnasiadkafrickler: got a minute to have a look in https://review.opendev.org/c/openstack/kolla-ansible/+/972696 ?10:01
fricklermnasiadka: I don't understand this, should this just filter out the deprecation warning? or why is that not getting checked for in the test you add?10:09
blue090Hello all I am testing kolla-ansible and trying to deploy magnum with CAPI driver, I have created images for it and a management cluster running , initiated the management cluster also but unable to create cluster 10:16
blue090Invalid input for field/attribute 0. Value: soft-anti-affinity. 'soft-anti-affinity' is not one of ['anti-affinity', 'affinity'] (HTTP 400) (Request-ID: req-aaf9ef17-4275-46c5-89f7-757b5123b251)10:17
blue090I added [cluster] \n nodes_affinity_policy = anti-affinity this in my magnum.conf but not affetced at all, can anyone provide a helping hand on this 10:18
blue090I dont know where this soft-anti-affinity is defined as I dont see it in any files 10:19
opendevreviewMerged openstack/kolla stable/2025.1: CI: rotate zuul secrets  https://review.opendev.org/c/openstack/kolla/+/97291110:32
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/2024.2: CI: rotate zuul secrets  https://review.opendev.org/c/openstack/kolla/+/97305810:33
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284310:34
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/2024.2: CI: rotate zuul secrets  https://review.opendev.org/c/openstack/kolla/+/97305810:36
bbezakfrick10:40
bbezakmnasiadka: frickler: looks like GitHub sync stopped working at some point? https://github.com/openstack/kolla10:41
bbezakAnd I need to rework ./tests/playbooks/publish.yml, as I forgot it in rotate changes…10:48
fprzewozny@blue090 What version of OpenStack are you running? It looks like soft-anti-affinity is supported since Zed https://review.opendev.org/c/openstack/magnum/+/527946 10:49
opendevreviewBartosz Bezak proposed openstack/kolla master: CI: Fix publish job secret aliases  https://review.opendev.org/c/openstack/kolla/+/97306310:56
fricklerbbezak: yes, credentials for the github sync still need to be refreshed11:02
frickleroh, and I just though I'd be done with the latest backport :-/11:03
frickler*thought11:03
bbezaksorry11:04
opendevreviewVerification of a change to openstack/kolla stable/2024.2 failed: Update repo GPG key for influxdata.  https://review.opendev.org/c/openstack/kolla/+/97299911:06
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267811:40
fricklerbbezak: no need to apologize, it should have been caught during review, so at least as much my own fault as yours :)11:42
fricklerfwiw github sync should be working again, so after the next merge each repo should be updated there, too11:42
bbezakgood12:02
mnasiadkafrickler: I didn’t want the deprecation warning to just be silently ignored, so I added warn (so printing the deprecation warning)12:33
mnasiadkafrickler: Before adding that regex functionality - we just failed on any output that doesn’t start with JSON block12:34
mnasiadkaI agree the test could check for launching warn() - if you’re persistent I can add it in a followup12:34
opendevreviewPiotr Milewski proposed openstack/kolla master: Add monitoring for external component versions  https://review.opendev.org/c/openstack/kolla/+/97243412:40
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: cinder/keystone: implement serial restart and healthcheck validation  https://review.opendev.org/c/openstack/kolla-ansible/+/97267812:51
opendevreviewMerged openstack/kolla master: CI: Fix publish job secret aliases  https://review.opendev.org/c/openstack/kolla/+/97306313:01
opendevreviewLeonie Chamberlin-Medd proposed openstack/kayobe master: Add support for fail2ban in Kayobe  https://review.opendev.org/c/openstack/kayobe/+/97309013:03
opendevreviewLeonie Chamberlin-Medd proposed openstack/kayobe master: Add support for fail2ban in Kayobe  https://review.opendev.org/c/openstack/kayobe/+/97309013:21
opendevreviewLeonie Chamberlin-Medd proposed openstack/kayobe master: Add support for fail2ban in Kayobe  https://review.opendev.org/c/openstack/kayobe/+/97309013:28
fricklermnasiadka: well somehow it should be possible to verify that the change works as promised. adding a bug report with examples of before and after might be another option? or is there a run of the ansible-core bump somewhere without the fix?13:31
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/2025.2: CI: Fix publish job secret aliases  https://review.opendev.org/c/openstack/kolla/+/97309213:32
mnasiadkafrickler: I can remove the depends on in the kolla patch and raise a bug - no problem :)13:46
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost/kolla-toolbox: Bump ansible-core to 2.20  https://review.opendev.org/c/openstack/kolla/+/97294413:47
dougszuDo we have any examples of running the same container more than once on a given host? (context: I'm looking at adding support for Ironic shards and don't want to re-invent the wheel)13:48
*** mrunge_ is now known as mrunge13:48
mnasiadkadougszu: ovn sb relay?13:51
dougszumnasiadka: bingo, thanks. `iterate_var` does the trick13:55
Viihttps://review.opendev.org/c/openstack/kolla/+/972434 ++ ? :) plz review - output: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_eaf/openstack/eaf693cdace34e948d24d3d5da936313/kolla/version_report.txt13:58
ViiAfter that, it's possible to use Task Scheduler to auto-commit14:01
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla_toolbox: Add support for deprecation warnings  https://review.opendev.org/c/openstack/kolla-ansible/+/97269614:30
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost/kolla-toolbox: Bump ansible-core to 2.20  https://review.opendev.org/c/openstack/kolla/+/97294414:58
mnasiadkafrickler: https://bugs.launchpad.net/kolla-ansible/+bug/213823415:03
mnasiadkafrickler: and with the patch: https://zuul.opendev.org/t/openstack/build/4d3e8cd5193c499e9efec60d8d808967/log/primary/logs/ansible/deploy#917215:05
opendevreviewMerged openstack/kolla stable/2025.2: CI: Fix publish job secret aliases  https://review.opendev.org/c/openstack/kolla/+/97309215:20
fricklermnasiadka: ah, now I do remember having seen that failure some time ago, thx. will review in a bit15:29
opendevreviewMatt Crees proposed openstack/kolla-ansible master: RabitMQ: Enable and configure quorum queue cmr  https://review.opendev.org/c/openstack/kolla-ansible/+/97311015:38
opendevreviewMatt Crees proposed openstack/kolla-ansible master: RabbitMQ: Enable and configure quorum queue cmr  https://review.opendev.org/c/openstack/kolla-ansible/+/97311015:39
opendevreviewMatt Crees proposed openstack/kolla-ansible master: RabbitMQ: Enable and configure quorum queue CMR  https://review.opendev.org/c/openstack/kolla-ansible/+/97311015:40
opendevreviewMatt Crees proposed openstack/kolla-ansible master: RabbitMQ: Enable and configure quorum queue CMR  https://review.opendev.org/c/openstack/kolla-ansible/+/97311015:42
opendevreviewMerged openstack/kayobe-config master: Synchronise configuration with master  https://review.opendev.org/c/openstack/kayobe-config/+/97247115:47
opendevreviewMerged openstack/kayobe-config stable/2025.2: [2025.2-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config/+/97292115:47
opendevreviewMerged openstack/kayobe-config stable/2025.1: [2025.1-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config/+/97292215:52
opendevreviewMerged openstack/kayobe-config stable/2024.2: [2024.2-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config/+/97292315:58
*** jhorstmann is now known as Guest3569816:25
*** darmach2 is now known as darmach17:09
opendevreviewPierre Riteau proposed openstack/kayobe master: Support Ansible control host configuration  https://review.opendev.org/c/openstack/kayobe/+/92240117:31
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284317:31
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284317:35
opendevreviewMerged openstack/kayobe-config-dev stable/2025.1: [2025.1-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config-dev/+/97297818:34
opendevreviewMerged openstack/kayobe-config-dev stable/2025.2: [2025.2-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config-dev/+/97297718:34
opendevreviewMerged openstack/kayobe-config-dev stable/2024.2: [2024.2-only] Synchronise with latest kayobe  https://review.opendev.org/c/openstack/kayobe-config-dev/+/97298018:34
opendevreviewPierre Riteau proposed openstack/kayobe master: Support Ansible control host configuration  https://review.opendev.org/c/openstack/kayobe/+/92240120:33
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284320:33
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284321:04
opendevreviewPierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs  https://review.opendev.org/c/openstack/kayobe/+/97284322:16

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