opendevreview | Maksim 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/+/924573 | 05:34 |
---|---|---|
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Bump Ansible versions to 2.16 and 2.17 https://review.opendev.org/c/openstack/kolla-ansible/+/921743 | 06:17 |
opendevreview | Merged openstack/ansible-collection-kolla stable/2023.1: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923929 | 07:15 |
opendevreview | Matúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL https://review.opendev.org/c/openstack/kolla-ansible/+/909912 | 07:31 |
opendevreview | Gaël THEROND proposed openstack/kolla master: Add new hardware prometheus exporter: https://review.opendev.org/c/openstack/kolla/+/921658 | 07:39 |
opendevreview | Maximilian Stinsky proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 07:57 |
kevko | \o/ | 08:12 |
andreykurilin | Hi 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/+/924387 | 08:36 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Install python-swiftclient in swift scenario https://review.opendev.org/c/openstack/kolla-ansible/+/924578 | 08:38 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: test interface names with dashes https://review.opendev.org/c/openstack/kolla-ansible/+/794545 | 08:39 |
mnasiadka | andreykurilin: commented | 08:44 |
opendevreview | Will Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option https://review.opendev.org/c/openstack/kolla-ansible/+/877776 | 08:45 |
opendevreview | Doug Szumski proposed openstack/kolla-ansible master: Support custom Nova Compute Ironic host names https://review.opendev.org/c/openstack/kolla-ansible/+/912483 | 08:45 |
sylvr | Hello ! 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 node | 09:06 |
jovial | slyvr: kayobe will create the stack user during the first overcloud host configure | 09:07 |
sylvr | I tried setting controller_bootstrap_user: "cloud-user", but I still saw kayobe trying to ssh with the stack user | 09:07 |
sylvr | hum... | 09:07 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 09:08 |
sylvr | jovial : I have an error during `kayobe overcloud provision --limit controller0`, so the hosts aren't configured yet | 09:08 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 09:09 |
jovial | slyvr: Oh that is strange, it is the controller_bootstrap_user variable that you want to customize | 09:09 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 09:10 |
jovial | sylvr: Can you manually log in with the cloud-user user? | 09:10 |
sylvr | well, also, I don't see specific user in the node ramdisk (appart from devuser I use to log in) | 09:10 |
sylvr | jovial : I'll try but I don't think so | 09:10 |
jovial | sylvr: Has it booted to local disk after provisioning? | 09:11 |
sylvr | it fails during provisioning | 09:11 |
jovial | What state is the node in bifrost? | 09:11 |
sylvr | available before the provisioning then deploy-failed | 09:12 |
sylvr | it's stuck in wait-call-back | 09:13 |
jovial | That normally means the ramdisk hasn't called back to Ironic | 09:14 |
sylvr | I 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 |
jovial | Was there an error under last_error when you run openstack baremetal node show? | 09:14 |
jovial | Did it just time out? | 09:14 |
sylvr | jovial : I retried without bootstrap_user, I'm waiting for the logs | 09:16 |
jovial | There is also openstack baremetal node history list <node> | 09:17 |
sylvr | oh yeah that's soo nice | 09:17 |
sylvr | okay | 09:17 |
sylvr | ERROR 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 |
sylvr | totally forgot that I already written this error in my journals to keep track of it | 09:19 |
sylvr | I look on the web, and only found 1 post that mention this error... from 2016 | 09:19 |
jovial | Do you need configure the disks in the raid controller? | 09:19 |
jovial | or is the ramdisk missing some drivers? | 09:20 |
sylvr | honestly, I don't really know, it's "old" hardware I've been given to do my poc | 09:20 |
sylvr | but maybe it's about the raid controller | 09:20 |
jovial | Do the disks show up in the introspection data? | 09:20 |
sylvr | jovial : it's seems not : `baremetal introspection data save controller0 | egrep -oi "sda|sdb"` return nothing ! | 09:23 |
sylvr | so I'm guessing I have to run `kayobe overcloud bios raid configure` | 09:24 |
sylvr | it'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 |
jovial | sylvr: kmod-mpt3sas is one we've had to install before. Might be worth checking if your raid controller requires that driver. | 09:26 |
sylvr | jovial : running `sudo dnf list --installed | grep -i "kmod-mpt3sas"` on the ramdisk return nothing | 09:29 |
jovial | Does raid controller show up in lspci? | 09:30 |
sylvr | jovial : well lspci isn't available on the ramdisk | 09:33 |
sylvr | lshw | grep -i controller return a SATA controller | 09:34 |
sylvr | lsblk, blkid and fdisk -l return nothing (no local disk) | 09:36 |
jovial | That is your problem then. Need to get those disks showing up :) | 09:37 |
sylvr | I think the disk use to work, and I didn't recheck since ^^ | 09:38 |
sylvr | so I'll mess around the hardware to hopefully get it to work | 09:38 |
sylvr | thanks for the insight ! | 09:39 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 09:51 |
opendevreview | Franciszek Przewoźny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 10:14 |
opendevreview | Gaël THEROND proposed openstack/kolla master: Fix bug prohibiting images build. https://review.opendev.org/c/openstack/kolla/+/913795 | 10:19 |
kevko | mnasiadka: 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 |
opendevreview | Will Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option https://review.opendev.org/c/openstack/kolla-ansible/+/877776 | 10:27 |
mnasiadka | kevko: 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 E | 10:29 |
kevko | mnasiadka: i want to do something like that ...then i checked some older commit for grafana removal https://review.opendev.org/c/openstack/kolla-ansible/+/899136 | 10:33 |
mnasiadka | well, there was a discussion if grafana volume is needed anywhere | 10:34 |
mnasiadka | and that there might be some data | 10:34 |
mnasiadka | in this case the volume makes no sense at all | 10:34 |
mnasiadka | (Nova) | 10:34 |
kevko | yeah .. | 10:34 |
kevko | but i need to do it after flush handlers right ... | 10:35 |
mnasiadka | yup | 10:43 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Use more descriptive libvirt secret names corresponding to reality https://review.opendev.org/c/openstack/kolla-ansible/+/924548 | 10:46 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Refactor external ceph https://review.opendev.org/c/openstack/kolla-ansible/+/907166 | 10:46 |
kevko | mnasiadka: done ^^ | 10:46 |
kevko | mnasiadka: btw, if you rememeber my rabbitmq was unhealthy after some time ..you were right ..we have bug in heat :D | 10:49 |
mnasiadka | lol | 10:52 |
opendevreview | Matúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL https://review.opendev.org/c/openstack/kolla-ansible/+/909912 | 11:02 |
kevko | mnasiadka: now i am trying the fix :) | 11:04 |
kevko | mnasiadka: after some time there were 25000 messages ...ram was full ...oom killed first rabbit ..then second ..and that's it :D | 11:05 |
kevko | mnasiadka: https://paste.openstack.org/show/bW6rsODo8KjEpXlxAiIY/ | 11:12 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release note https://review.opendev.org/c/openstack/kolla-ansible/+/924605 | 11:38 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release notes https://review.opendev.org/c/openstack/kolla-ansible/+/924605 | 11:39 |
opendevreview | Franciszek Przewozny proposed openstack/kolla-ansible master: Add /v3 suffix to OPENSTACK_KEYSTONE_URL https://review.opendev.org/c/openstack/kolla-ansible/+/924487 | 11:45 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Fix hyperlink syntax in release notes https://review.opendev.org/c/openstack/kolla-ansible/+/924605 | 11:50 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix heat-engine start loop https://review.opendev.org/c/openstack/kolla-ansible/+/924607 | 12:15 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix heat-engine start loop https://review.opendev.org/c/openstack/kolla-ansible/+/924607 | 12:16 |
kevko | fixed :) | 12:17 |
kevko | sometimes i have a feeling that if i want to push something to upstream ...i am catching all upstream bugs :D | 12:25 |
kevko | kolla_container -> action -> remove_volume is trying to use docker_worker :D | 12:25 |
kevko | so docker library missing | 12:25 |
kevko | but maybe container_engine only missing :P | 12:25 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Use more descriptive libvirt secret names corresponding to reality https://review.opendev.org/c/openstack/kolla-ansible/+/924548 | 12:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Refactor external ceph https://review.opendev.org/c/openstack/kolla-ansible/+/907166 | 12:26 |
opendevreview | Will Szumski proposed openstack/kolla-ansible master: Adds the neutron_service_limit option https://review.opendev.org/c/openstack/kolla-ansible/+/877776 | 12:31 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Enable quorum queues for transient queues https://review.opendev.org/c/openstack/kolla-ansible/+/924615 | 12:52 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Enable quorum queues for transient queues [heat] https://review.opendev.org/c/openstack/kolla-ansible/+/924615 | 12:53 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout https://review.opendev.org/c/openstack/kolla-ansible/+/916911 | 13:03 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout https://review.opendev.org/c/openstack/kolla-ansible/+/916911 | 13:04 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add queue manager https://review.opendev.org/c/openstack/kolla-ansible/+/924623 | 13:24 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation https://review.opendev.org/c/openstack/kolla/+/924246 | 14:06 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/2024.1: Support CloudKitty deployment with internal TLS https://review.opendev.org/c/openstack/kolla-ansible/+/924645 | 14:43 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/2023.2: Support CloudKitty deployment with internal TLS https://review.opendev.org/c/openstack/kolla-ansible/+/924646 | 14:43 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/2023.1: Support CloudKitty deployment with internal TLS https://review.opendev.org/c/openstack/kolla-ansible/+/924647 | 14:44 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/2024.1: Fix barbican's configuration https://review.opendev.org/c/openstack/kolla-ansible/+/923859 | 14:46 |
simondodsley | Can I get some reviews for https://review.opendev.org/c/openstack/kolla-ansible/+/879844. We have customers wanting to use this. | 14:55 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Fix: Don't notify handlers during copy-cert https://review.opendev.org/c/openstack/kolla-ansible/+/924651 | 15:10 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix octavia-worker because of missing config https://review.opendev.org/c/openstack/kolla-ansible/+/924652 | 15:10 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Performance: Don't notify handlers during config https://review.opendev.org/c/openstack/kolla-ansible/+/745164 | 15:10 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Fix barbican-worker because of missing config https://review.opendev.org/c/openstack/kolla-ansible/+/924654 | 15:29 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout https://review.opendev.org/c/openstack/kolla-ansible/+/916911 | 16:24 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout https://review.opendev.org/c/openstack/kolla-ansible/+/916911 | 16:55 |
opendevreview | Christian Berendt proposed openstack/kolla-ansible master: comman: support custom cron-logrotate-global.conf https://review.opendev.org/c/openstack/kolla-ansible/+/924665 | 17:16 |
opendevreview | Christian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf https://review.opendev.org/c/openstack/kolla-ansible/+/924665 | 17:16 |
opendevreview | Christian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf https://review.opendev.org/c/openstack/kolla-ansible/+/924665 | 17:17 |
opendevreview | Christian Berendt proposed openstack/kolla-ansible master: common: support custom cron-logrotate-global.conf https://review.opendev.org/c/openstack/kolla-ansible/+/924665 | 17:21 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: rabbitmq: Add support for using stream queues for fanout https://review.opendev.org/c/openstack/kolla-ansible/+/916911 | 17:39 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!