Friday, 2025-05-23

opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039206:20
opendevreviewMichal Nasiadka proposed openstack/kolla master: DNM: Test removing Delorean  https://review.opendev.org/c/openstack/kolla/+/94852006:23
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039206:23
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039206:23
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039206:23
opendevreviewMichal Arbet proposed openstack/kayobe master: Fix compatibility with Kolla virtualenv configuration  https://review.opendev.org/c/openstack/kayobe/+/95070406:33
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072106:36
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Move to CentOS Stream 10  https://review.opendev.org/c/openstack/kolla/+/95039206:46
kevkopvfgfmorning 06:53
kevkomornign 06:53
sahido/07:13
sahidquick question I tried to increase the number of forks when doing a setup07:13
sahidI have noticed that the number of ssh connection opened stay around 100 even if I pput 50007:14
sahidis there any other limitation in kolla or ansible point of you, you may be aware?07:14
priteaukevko: Thanks for fixing Kayobe. Do you mind if I update your patch with LP bug + reno for backports?07:26
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072107:27
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Bifrost use venv  https://review.opendev.org/c/openstack/kolla-ansible/+/95072807:43
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072107:44
kevkopriteau: Sorry for that - that I broke ...07:47
kevkopriteau: but btw, But I think I just indirectly uncovered behavior that you probably don't expect, or that likely isn't desired. In most cases, you have /usr/bin/python3 in Kayobe in places where you need the system Python. In Kolla, I did it so that it autodetects the most suitable one (for example, python3.12) … however … you're pointing it07:50
kevkoto an old Python (e.g., 3.9 in the RHEL family), which causes further issues… are you aware that you're relying on an old Python? This is because hardcoded /usr/bin/python307:50
kevkopriteau: It's my first time digging into the Kayobe code :D It's not really helping that I can't see the kolla-ansible logs in Zuul... how can I enable them? Is it possible? In CI?07:52
priteauWhat do you mean by kolla-ansible logs?07:53
kevkopriteau: for example kolla-ansible bootstrap 07:54
kevkopriteau: i can see only overcloud etc etc ... playbooks from kayobe ..in CI ansible logs 07:54
priteauYou mean kolla-ansible boostrap-servers? We don't use this anymore.07:55
priteauhttps://review.opendev.org/c/openstack/kayobe/+/82499807:55
kevkopriteau: but you are using ansible-collections-kolla right ? 07:56
priteauWe do, we call it during host-configure07:56
kevkopriteau: and also baremetal group 07:56
kevkopriteau: did you know that you are using old python even if you have new python on target hosts ? 07:56
kevkopriteau: btw, why are u not using it ? 07:57
kevkopriteau: need to go ..will be here in hour07:58
priteauI am not sure about the python3 part, I'm not too familiar with this part of the code07:58
kevkopriteau: i am sure ... 07:58
kevkopriteau: was digging into at night :D 07:59
kevkojust execute 'python3'  which python is it on target ? 07:59
kevkoi need to go ..i am on mobile 07:59
kevkopriteau: just last question .... where do you exec bifrost install ... from kolla-ansible ? which part of the code ... do you set interpreter hardcoded again there ? 08:00
priteaukevko: https://opendev.org/openstack/kayobe/src/branch/master/kayobe/cli/commands.py#L74708:10
priteauself.run_kolla_ansible_seed(parsed_args, "deploy-bifrost")08:10
priteauWe don't set the interpreter there, we just call the command from kolla-ansible08:11
priteaukevko: bear in mind that we have reverted bifrost to use py39 recently, maybe this is what you are seeing?08:29
kevkopriteau: why did you revert to py39 ? 08:44
kevkopriteau if I depends on kolla-ansible in kayobe patch ..will it work ? 08:50
priteauhttps://review.opendev.org/c/openstack/kolla/+/95028808:55
priteauMaybe we could have reverted the Ansible bump while keeping python3.12. But does it matter much?08:55
priteauYes, Depends-On from kayobe should work08:56
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Bifrost use venv  https://review.opendev.org/c/openstack/kolla-ansible/+/95072808:58
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Bifrost use venv  https://review.opendev.org/c/openstack/kolla-ansible/+/95072809:05
kevkopriteau: if kolla-ansible bifrost is running ..which globals is used ? 09:05
kevkohttps://paste.openstack.org/show/bU05NTCZJ3XJgMfAAjNN/09:06
kevkoprobably ./playbooks/kayobe-seed-base/globals.yml.j209:08
priteaukevko: I think it would be ./ansible/roles/kolla-ansible/templates/kolla/globals.yml combined with whatever is added by CI09:17
kevkohmm09:18
kevkopriteau: like, I mean ..everything is working now ...but I am trying to set kolla_ansible_target_venv:     (to None) .... is it working actually ? 09:19
priteauYou should set this via kolla.yml, not globals.yml09:19
priteauSo in CI, put it in the override09:19
priteauplaybooks/kayobe-seed-base/overrides.yml.j209:20
opendevreviewVerification of a change to openstack/kolla-ansible master failed: [CI] Set previous_release to 2025.1  https://review.opendev.org/c/openstack/kolla-ansible/+/95066809:21
kevkopriteau but is it working as Reno saying ? That if I set to none .....09:37
priteauSorry, I have never used this flag.10:02
kevkopriteau: so i found a bug in kayobe :D 10:02
kevkopriteau:  place where kolla-ansible is installed needs to have venv with dbus ..docker/podman etc ... because of container start ...10:04
kevkopriteau: or kolla-ansible ? don't know ...because if kolla-ansible bifrost should work ... it needs docker/podman and dbus libraries ...but bootstrap installing stuff to group baremetal ..and group deployment is not part of ..and deployment is localhost ...10:05
kevkoquestion is if group deployment = bifrost container place ...10:17
kevkookay ...i know where is problem ...10:23
kevkolemme test it 10:23
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072110:39
kevkopriteau: okay, i know how to fix in kayobe 10:50
kevkopriteau: https://review.opendev.org/c/openstack/kayobe/+/950721 10:50
kevkopriteau: but it's actually bug in kolla-ansible ... why ? because bifrost role using  this https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/bifrost/tasks/start.yml where kolla_container module is used ...which of course need docker module to work .... so from the kolla-ansible view ...if deploy-bifrost command connects to group10:54
kevkodeployment ....host in deployment should docker lib/dbus have installed ... BUT kolla-ansible bootstrapping only baremetal ...where deployment is not a child ... 10:54
kevkoi suppose ..10:56
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] [CI] Add deployment to baremetal  https://review.opendev.org/c/openstack/kolla-ansible/+/95074311:00
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Bifrost use venv  https://review.opendev.org/c/openstack/kolla-ansible/+/95072811:01
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072111:07
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] [CI] Add deployment to baremetal  https://review.opendev.org/c/openstack/kolla-ansible/+/95074311:12
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072111:32
opendevreviewMichal Arbet proposed openstack/kayobe master: Fix compatibility with Kolla virtualenv configuration  https://review.opendev.org/c/openstack/kayobe/+/95070411:44
opendevreviewMichal Arbet proposed openstack/kayobe master: [DNM] Kolla-ansible venv -> None Test  https://review.opendev.org/c/openstack/kayobe/+/95072111:45
opendevreviewVerification of a change to openstack/kolla-ansible master failed: [CI] Set previous_release to 2025.1  https://review.opendev.org/c/openstack/kolla-ansible/+/95066812:06
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add bifrost to baremetal  https://review.opendev.org/c/openstack/kolla-ansible/+/95074312:39
priteaukevko: Thanks for fixing Kayobe. Do you mind if I update your patch with LP bug + reno for backports?13:28
kevkopriteau: yep, I can 14:11
priteauI opened a bug already14:12
priteauhttps://bugs.launchpad.net/kayobe/+bug/211155314:12
priteaukevko: you're updating the patch yourself?14:13
opendevreviewMichal Arbet proposed openstack/kayobe master: Fix compatibility with Kolla virtualenv configuration  https://review.opendev.org/c/openstack/kayobe/+/95070414:24
kevkopriteau: ups, sorry, I am reading too fast and omiting some words probably :/14:24
kevkopriteau: sorry, I've already did it ... https://bugs.launchpad.net/kayobe/+bug/211159414:25
Vii_I see that the workflow has been started: kolla - "Update OpenSearch and OpenSearch Dashboards to version 3.x" - https://review.opendev.org/c/openstack/kolla/+/94944415:33
Vii_it still needs https://review.opendev.org/c/openstack/kolla-ansible/+/949478 because the config has changed15:34
Vii_3.x https://docs.opensearch.org/docs/latest/install-and-configure/configuring-opensearch/discovery-gateway-settings/ 15:37
Vii_gateway.expected_nodes -> gateway.expected_data_nodes and gateway.recover_after_nodes -> gateway.recover_after_data_nodes15:37
opendevreviewPierre Riteau proposed openstack/kayobe master: Fix compatibility with Kolla virtualenv configuration  https://review.opendev.org/c/openstack/kayobe/+/95070415:44
priteaukevko: I don't think recheck works when you do it before Zuul has posted its full results on Gerrit? Anyway, I have submitted the patch again, to fix a typo in the reno.15:47
kevkopriteau: it's working in Kolla :) 15:48
kevkorecheck ..15:48
kevkoI thought it's same everywhere 15:49
kevkoVii_ add also needed-by for the future 15:53
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add TLS support for MariaDB Connections  https://review.opendev.org/c/openstack/kolla-ansible/+/93392418:18
opendevreviewMerged openstack/kolla stable/2024.1: Revert "mariadb: pin to 10.11.11"  https://review.opendev.org/c/openstack/kolla/+/94983918:33
kevkohaha, mariabackup has probably bug 19:05
kevkohttps://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_11f/openstack/11fac1f877e145f1a55e124e242ac778/primary/logs/ansible/test-mariadb19:05
opendevreviewMichal Arbet proposed openstack/kolla master: mariadb: Disable native AIO in mariabackup to avoid crashes in Docker with io_uring  https://review.opendev.org/c/openstack/kolla/+/95079319:28
opendevreviewMichal Arbet proposed openstack/kolla master: mariadb: Disable native AIO in mariabackup to avoid crashes  https://review.opendev.org/c/openstack/kolla/+/95079319:30
opendevreviewMichal Arbet proposed openstack/kolla master: mariadb: Disable native AIO in mariabackup to avoid crashes  https://review.opendev.org/c/openstack/kolla/+/95079319:31
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079419:31
opendevreviewVerification of a change to openstack/kolla-ansible master failed: Fix handler invocation in the ovs-dpdk role  https://review.opendev.org/c/openstack/kolla-ansible/+/94950520:13
opendevreviewMerged openstack/kayobe master: Fix compatibility with Kolla virtualenv configuration  https://review.opendev.org/c/openstack/kayobe/+/95070420:37
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079420:54
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079421:05
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079421:37
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079422:17
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: [DNM] Test mariadb  https://review.opendev.org/c/openstack/kolla-ansible/+/95079422:50

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