Monday, 2024-07-22

opendevreviewMaksim Malchuk proposed openstack/kolla-ansible stable/2023.1: Fix the docker container dimensions comparison for short notation  https://review.opendev.org/c/openstack/kolla-ansible/+/92457305:34
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Bump Ansible versions to 2.16 and 2.17  https://review.opendev.org/c/openstack/kolla-ansible/+/92174306:17
opendevreviewMerged openstack/ansible-collection-kolla stable/2023.1: Fix etc hosts generation for interfaces with dashes  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/92392907:15
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/90991207:31
opendevreviewGaël THEROND proposed openstack/kolla master: Add new hardware prometheus exporter:  https://review.opendev.org/c/openstack/kolla/+/92165807:39
opendevreviewMaximilian Stinsky proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457507:57
kevko\o/08:12
andreykurilinHi folks! I tried to use --docker-dir option to extend kolla with some non-upstreamable services and found it a bit incomplete without the ability to manage users/sources the same way as ‘in-tree’ services. If you think that such extension can be useful for kolla, please take a look at small change https://review.opendev.org/c/openstack/kolla/+/92438708:36
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Install python-swiftclient in swift scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/92457808:38
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: test interface names with dashes  https://review.opendev.org/c/openstack/kolla-ansible/+/79454508:39
mnasiadkaandreykurilin: commented08:44
opendevreviewWill Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option  https://review.opendev.org/c/openstack/kolla-ansible/+/87777608:45
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support custom Nova Compute Ironic host names  https://review.opendev.org/c/openstack/kolla-ansible/+/91248308:45
sylvrHello ! I'm having an issue trying to provision my controller, from what I gathered from the logs, it seems that kayobe tries to ssh as user "stack" on the node but I didn't saw it in /etc/shadow on the node09:06
jovialslyvr: kayobe will create the stack user during the first overcloud host configure09:07
sylvrI tried setting controller_bootstrap_user: "cloud-user", but I still saw kayobe trying to ssh with the stack user09:07
sylvrhum...09:07
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448709:08
sylvrjovial : I have an error during `kayobe overcloud provision --limit controller0`, so the hosts aren't configured yet09:08
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448709:09
jovialslyvr: Oh that is strange, it is the controller_bootstrap_user variable that you want to customize09:09
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448709:10
jovialsylvr: Can you manually log in with the cloud-user user?09:10
sylvrwell, also, I don't see specific user in the node ramdisk (appart from devuser I use to log in)09:10
sylvrjovial : I'll try but I don't think so09:10
jovialsylvr: Has it booted to local disk after provisioning?09:11
sylvrit fails during provisioning09:11
jovialWhat state is the node in bifrost?09:11
sylvravailable before the provisioning then deploy-failed09:12
sylvrit's stuck in wait-call-back09:13
jovialThat normally means the ramdisk hasn't called back to Ironic09:14
sylvrI may have misconfigured network interfaces, maybe that's why the callback doesn't go through ? (I mentioned SSH because I saw some ssh connection trying to be made)09:14
jovialWas there an error under last_error when you run openstack baremetal node show?09:14
jovialDid it just time out?09:14
sylvrjovial : I retried without bootstrap_user, I'm waiting for the logs09:16
jovialThere is also openstack baremetal node history list <node>09:17
sylvroh yeah that's soo nice09:17
sylvrokay09:17
sylvrERROR Deploy step deploy.write_image failed on node 0fbfd295-070e-401f-980d-e953927ae721. No suitable device was found for deployment - root device hints were not provided and all found block devices are smaller than 4294967296B.09:18
sylvrtotally forgot that I already written this error in my journals to keep track of it09:19
sylvrI look on the web, and only found 1 post that mention this error... from 201609:19
jovialDo you need configure the disks in the raid controller?09:19
jovialor is the ramdisk missing some drivers?09:20
sylvrhonestly, I don't really know, it's "old" hardware I've been given to do my poc09:20
sylvrbut maybe it's about the raid controller09:20
jovialDo the disks show up in the introspection data?09:20
sylvrjovial : it's seems not : `baremetal introspection data save controller0 | egrep -oi "sda|sdb"` return nothing !09:23
sylvrso I'm guessing I have to run `kayobe overcloud bios raid configure`09:24
sylvrit's the only node I have with a raid controller, that's why I never thought of that... (ideally I should have 3 controller node, but I have some issue with RJ45/SFP+ compatibility on the R720)09:26
jovialsylvr: kmod-mpt3sas is one we've had to install before. Might be worth checking if your raid controller requires that driver.09:26
sylvrjovial : running `sudo dnf list --installed | grep -i "kmod-mpt3sas"` on the ramdisk return nothing09:29
jovialDoes raid controller show up in lspci?09:30
sylvrjovial : well lspci isn't available on the ramdisk09:33
sylvrlshw | grep -i controller return a SATA controller09:34
sylvrlsblk, blkid and fdisk -l return nothing (no local disk)09:36
jovialThat is your problem then. Need to get those disks showing up :)09:37
sylvrI think the disk use to work, and I didn't recheck since ^^09:38
sylvrso I'll mess around the hardware to hopefully get it to work09:38
sylvrthanks for the insight !09:39
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448709:51
opendevreviewFranciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448710:14
opendevreviewGaël THEROND proposed openstack/kolla master: Fix bug prohibiting images build.  https://review.opendev.org/c/openstack/kolla/+/91379510:19
kevkomnasiadka: what is the best practise to remove volume in kolla-ansible ... some additional kolla-ansible call after reconfigure ..or auto during the upgrade ..or reconfigure ? 10:21
opendevreviewWill Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option  https://review.opendev.org/c/openstack/kolla-ansible/+/87777610:27
mnasiadkakevko: upgrade is going only to work on upgrade, I would say add it in the end of deploy.yml with a TODO to remove that in E10:29
kevkomnasiadka: i want to do something like that ...then i checked some older commit for grafana removal https://review.opendev.org/c/openstack/kolla-ansible/+/89913610:33
mnasiadkawell, there was a discussion if grafana volume is needed anywhere10:34
mnasiadkaand that there might be some data10:34
mnasiadkain this case the volume makes no sense at all10:34
mnasiadka(Nova)10:34
kevkoyeah ..10:34
kevkobut i need to do it after flush handlers right ...10:35
mnasiadkayup10:43
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Use more descriptive libvirt secret names corresponding to reality  https://review.opendev.org/c/openstack/kolla-ansible/+/92454810:46
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Refactor external ceph  https://review.opendev.org/c/openstack/kolla-ansible/+/90716610:46
kevkomnasiadka: done ^^ 10:46
kevkomnasiadka: btw, if you rememeber my rabbitmq was unhealthy after some time ..you were right ..we have bug in heat :D 10:49
mnasiadkalol10:52
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/90991211:02
kevkomnasiadka: now i am trying the fix :) 11:04
kevkomnasiadka: after some time there were 25000 messages ...ram was full ...oom killed first rabbit ..then second ..and that's it :D 11:05
kevkomnasiadka: https://paste.openstack.org/show/bW6rsODo8KjEpXlxAiIY/11:12
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release note  https://review.opendev.org/c/openstack/kolla-ansible/+/92460511:38
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release notes  https://review.opendev.org/c/openstack/kolla-ansible/+/92460511:39
opendevreviewFranciszek Przewozny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL  https://review.opendev.org/c/openstack/kolla-ansible/+/92448711:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release notes  https://review.opendev.org/c/openstack/kolla-ansible/+/92460511:50
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix heat-engine start loop  https://review.opendev.org/c/openstack/kolla-ansible/+/92460712:15
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix heat-engine start loop  https://review.opendev.org/c/openstack/kolla-ansible/+/92460712:16
kevkofixed :) 12:17
kevkosometimes i have a feeling that if i want to push something to upstream ...i am catching all upstream bugs :D 12:25
kevkokolla_container  -> action -> remove_volume is trying to use docker_worker :D 12:25
kevkoso docker library missing 12:25
kevkobut maybe container_engine only missing :P 12:25
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Use more descriptive libvirt secret names corresponding to reality  https://review.opendev.org/c/openstack/kolla-ansible/+/92454812:26
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Refactor external ceph  https://review.opendev.org/c/openstack/kolla-ansible/+/90716612:26
opendevreviewWill Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option  https://review.opendev.org/c/openstack/kolla-ansible/+/87777612:31
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Enable quorum queues for transient queues  https://review.opendev.org/c/openstack/kolla-ansible/+/92461512:52
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Enable quorum queues for transient queues [heat]  https://review.opendev.org/c/openstack/kolla-ansible/+/92461512:53
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout  https://review.opendev.org/c/openstack/kolla-ansible/+/91691113:03
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout  https://review.opendev.org/c/openstack/kolla-ansible/+/91691113:04
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add queue manager  https://review.opendev.org/c/openstack/kolla-ansible/+/92462313:24
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424614:06
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/2024.1: Support CloudKitty deployment with internal TLS  https://review.opendev.org/c/openstack/kolla-ansible/+/92464514:43
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/2023.2: Support CloudKitty deployment with internal TLS  https://review.opendev.org/c/openstack/kolla-ansible/+/92464614:43
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/2023.1: Support CloudKitty deployment with internal TLS  https://review.opendev.org/c/openstack/kolla-ansible/+/92464714:44
opendevreviewMark Goddard proposed openstack/kolla-ansible stable/2024.1: Fix barbican's configuration  https://review.opendev.org/c/openstack/kolla-ansible/+/92385914:46
simondodsleyCan I get some reviews for https://review.opendev.org/c/openstack/kolla-ansible/+/879844. We have customers wanting to use this.14:55
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Fix: Don't notify handlers during copy-cert  https://review.opendev.org/c/openstack/kolla-ansible/+/92465115:10
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix octavia-worker because of missing config  https://review.opendev.org/c/openstack/kolla-ansible/+/92465215:10
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Performance: Don't notify handlers during config  https://review.opendev.org/c/openstack/kolla-ansible/+/74516415:10
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix barbican-worker because of missing config  https://review.opendev.org/c/openstack/kolla-ansible/+/92465415:29
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout  https://review.opendev.org/c/openstack/kolla-ansible/+/91691116:24
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout  https://review.opendev.org/c/openstack/kolla-ansible/+/91691116:55
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: comman: support custom cron-logrotate-global.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/92466517:16
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/92466517:16
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/92466517:17
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf  https://review.opendev.org/c/openstack/kolla-ansible/+/92466517:21
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout  https://review.opendev.org/c/openstack/kolla-ansible/+/91691117:39

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