opendevreview | Mickael Razzouk proposed openstack/kolla master: Added libvirt dependency to nova-libvirt debian based containers https://review.opendev.org/c/openstack/kolla/+/934952 | 05:34 |
---|---|---|
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: nova: Add support for using uWSGI https://review.opendev.org/c/openstack/kolla-ansible/+/935975 | 05:50 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2024.2: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935993 | 05:51 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2024.1: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935994 | 05:51 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2023.2: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935995 | 05:52 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2023.1: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935996 | 05:52 |
SvenKieske | mnasiadka: is there a specific reason to pin the image version of that registry? | 08:32 |
SvenKieske | seems to be a basic bash script at it's core: https://github.com/containers/automation_images/pull/357/files#diff-7b013edc1f5a127319d75ae1f8ae443e0bfa4d891960c27ee284bbb107ddd290 | 08:32 |
frickler | looks like that caches like 40 images by default? seems those are needed only for podman developers for testing, quite a bit of overkill in our case? would also likely more escalate the rate limit issue than help with it | 08:37 |
SvenKieske | it's already merged :) https://review.opendev.org/c/openstack/kolla-ansible/+/935972 | 08:48 |
SvenKieske | it's a simple enough script, could fork it, alter it and just run our own? | 08:48 |
*** SvenKieske[m] is now known as SvenKieske|OSISM[m] | 08:49 | |
SvenKieske | but I didn't read the whole thing, I noticed the quite large list of images, but are you certain those are cached frickler? | 08:52 |
frickler | that's how I read that script, but I may be wrong. didn't check in our CI runs yet, guess need to find a patch with a kolla dep for that | 09:02 |
SvenKieske | frickler: mhm, why do changes to the gate script don't trigger a CI pipeline? that honestly seems very..unsafe? https://review.opendev.org/c/openstack/kolla-ansible/+/935996 | 09:04 |
SvenKieske | ah I guess CI is still running...nvm | 09:04 |
* SvenKieske needs more caffeine | 09:06 | |
opendevreview | Merged openstack/kolla-ansible stable/2024.2: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935993 | 09:44 |
opendevreview | renliang proposed openstack/kolla-ansible master: Fix incorrect docker storage driver document link https://review.opendev.org/c/openstack/kolla-ansible/+/927696 | 09:46 |
opendevreview | renliang proposed openstack/kolla-ansible master: Fix incorrect docker storage driver document link https://review.opendev.org/c/openstack/kolla-ansible/+/927696 | 09:48 |
opendevreview | renliang proposed openstack/kolla-ansible master: Fix incorrect docker storage driver document link https://review.opendev.org/c/openstack/kolla-ansible/+/927696 | 09:49 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/2024.1 failed: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935994 | 10:21 |
opendevreview | Merged openstack/kolla-ansible stable/2023.2: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935995 | 11:12 |
opendevreview | Merged openstack/kolla-ansible stable/2023.1: CI: Use libpod/registry for registry https://review.opendev.org/c/openstack/kolla-ansible/+/935996 | 11:12 |
olafb | Anyone here who can give me a recipe, or pointer to such, on how to set up a seed node in vm for Kayobe? I thought it a waste to have a separate physical node for the seed, and there is plenty of juice on the ansible control node to run a hypervisor. | 11:55 |
mnasiadka | SvenKieske: because that was the newest tag in that repo, they sync it manually, :2 is not updated for 4 years | 12:58 |
sylvr | Hello ! the command `kayobe overcloud post configure` configure my neutron provisionning network on the same physnet as my external/public network should be | 13:26 |
sylvr | so if I configure my public/external network first the kayobe command fails, and the other way around | 13:26 |
sylvr | it should have 2 flat network on 2 distinct physnet, 1 for the external network, and 1 for the provisionning network right ? | 13:28 |
sylvr | I did set provsion_wl_net_name and external_net_names to differents values | 13:39 |
andreykurilin | Hi folks! Am I right that https://review.opendev.org/c/openstack/kolla-ansible/+/924548 was not backported to stable/2024.1 as it is backward incompatible? We faced this issue in prod recently :( | 13:54 |
*** jhorstmann is now known as Guest560 | 14:28 | |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2024.1: Change from PERCONA_SCHEMA to mysql for mariabackup https://review.opendev.org/c/openstack/kolla-ansible/+/934338 | 14:39 |
frickler | andreykurilin: yes, I think handling the upgrade within a backport would be tricky. it should be fine for you to do that as a local backport though | 15:03 |
andreykurilin | frickler: am I right that backport and running deploy kolla-ansible action should be enough to apply this fix? | 15:10 |
frickler | andreykurilin: I would need to take a longer look at the patch for a definitive answer, best test this yourself in a noncritical env before going to prod with it | 15:15 |
opendevreview | Jake Hutchinson proposed openstack/kayobe master: WIP: Register overcloud hosts in Bifrost https://review.opendev.org/c/openstack/kayobe/+/936032 | 15:55 |
*** jhorstmann is now known as Guest571 | 16:20 | |
andreykurilin | frickler: I do not have much to put into bug report right now, but we are under impression that https://review.opendev.org/c/openstack/kolla/+/915440 caused an issue ‘OSError: [Errno 16] Device or resource busy: '/etc/libvirt/secrets' in nova-libvirt and https://review.opendev.org/c/openstack/kolla-ansible/+/924548 looks like right fix for that | 16:26 |
opendevreview | Dawud proposed openstack/kolla-ansible master: Add size limits to Fluentd buffers https://review.opendev.org/c/openstack/kolla-ansible/+/924359 | 16:50 |
*** jhorstmann is now known as Guest576 | 17:05 | |
opendevreview | Dawud proposed openstack/kolla-ansible master: Add size limits to Fluentd buffers https://review.opendev.org/c/openstack/kolla-ansible/+/924359 | 17:23 |
*** jhorstmann is now known as Guest586 | 18:47 | |
*** jhorstmann is now known as Guest606 | 21:35 | |
*** jhorstmann is now known as Guest614 | 23:13 | |
opendevreview | JunHo, Han proposed openstack/kolla-ansible stable/2024.1: Title: An erroroccurs during the reconfiguration of openstack cyborg in kola-ansible(stable/2024.1) https://review.opendev.org/c/openstack/kolla-ansible/+/936074 | 23:32 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!