| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: keystone: remove use_stderr to avoid duplicate logs https://review.opendev.org/c/openstack/kolla-ansible/+/984912 | 00:37 |
|---|---|---|
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: haproxy: reduce noise from monitor-uri health checks by enabling httplog https://review.opendev.org/c/openstack/kolla-ansible/+/985116 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: horizon: log to file and add Fluentd input https://review.opendev.org/c/openstack/kolla-ansible/+/985857 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: fluentd: reorder inputs and merge WSGI/uWSGI sources https://review.opendev.org/c/openstack/kolla-ansible/+/985183 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Set uWSGI gid to kolla for OpenStack API services https://review.opendev.org/c/openstack/kolla-ansible/+/985288 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Remove per-service log ownership handling from config templates https://review.opendev.org/c/openstack/kolla-ansible/+/985402 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: logging: unify Apache and uWSGI logs https://review.opendev.org/c/openstack/kolla-ansible/+/985219 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: fluentd: improve multiline firstline detection for OpenStack logs https://review.opendev.org/c/openstack/kolla-ansible/+/984463 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Refactor format1 to improve OpenStack context parsing https://review.opendev.org/c/openstack/kolla-ansible/+/984464 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: fluentd: replace Socket.gethostname https://review.opendev.org/c/openstack/kolla-ansible/+/984465 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: fluentd: parse HAProxy syslog messages with syslog parser https://review.opendev.org/c/openstack/kolla-ansible/+/984200 | 00:37 |
| opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add rsyslog https://review.opendev.org/c/openstack/kolla-ansible/+/985220 | 00:38 |
| *** Viii3 is now known as Viii | 00:58 | |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Drop zun and kuryr https://review.opendev.org/c/openstack/kolla-ansible/+/986148 | 04:36 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Drop zun and kuryr https://review.opendev.org/c/openstack/kolla-ansible/+/986148 | 04:40 |
| opendevreview | Bartosz Bezak proposed openstack/kolla-ansible stable/2025.2: valkey: fix upgrade failure when redis inventory group is absent https://review.opendev.org/c/openstack/kolla-ansible/+/975941 | 06:31 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible stable/2025.2: [stable-2025.2-only] Fix keystone with IDP https://review.opendev.org/c/openstack/kolla-ansible/+/983287 | 10:12 |
| tafkamax | blanson: thanks for quick review | 10:13 |
| blanson[m] | np, there wasn't much to say about it, it was pretty good :) | 10:14 |
| tafkamax | thx | 10:15 |
| tafkamax | we will try 2025.1 -> 2025.2 upgrade after this is ok in our test environment | 10:15 |
| tafkamax | ah btw the cyborg db related changes landed in both 2025.2 and 2025.1 | 10:15 |
| blanson[m] | oh nice you backported it without issue ? | 10:16 |
| blanson[m] | it looked like kind of a mess | 10:16 |
| tafkamax | 2025.2 it was without issue and for 2025.1 s-k-mooney helped with focal and py3.9 | 10:16 |
| tafkamax | which was nice | 10:16 |
| tafkamax | If you are already here can I ask some questions regarding cyborg. We plan to add gpu-s to two of our GPU nodes. We got the service up using K-A, but now need to add the custom config. One painpoint could be the drivers. | 10:23 |
| tafkamax | Does the hypervisor need to have the nvidia-gpu-drivers installed? As we plan to use physical gpus instead of vgpu. | 10:23 |
| tafkamax | I am looking at this and the config looks straightforward tbh | 10:26 |
| tafkamax | https://docs.openstack.org/cyborg/latest/configuration/drivers.html | 10:26 |
| tafkamax | It is unfortunate kolla-ansible docs don't talk about configuring cyborg | 10:29 |
| tafkamax | atleast this role gives me the idea | 10:29 |
| tafkamax | https://opendev.org/openstack/kolla-ansible/src/branch/master/ansible/roles/cyborg/tasks/config.yml#L69 | 10:29 |
| tafkamax | I can see how I can copy per host config from there | 10:30 |
| tafkamax | so the path would be /etc/kolla/config/cyborg/example-compute-01.example.org/cyborg.conf and that would be placed on the compute nodes? | 10:33 |
| blanson[m] | you want to do vGPU ? | 10:56 |
| blanson[m] | ou physical device passthrough | 10:56 |
| blanson[m] | we're not using cyborg right now but my previous employer used it | 10:56 |
| blanson[m] | from what I remember, we bound vfio driverto GPUs on the host | 10:56 |
| blanson[m] | didn't install the nvidia driver | 10:57 |
| blanson[m] | different story for vGPU I think cause you need the nvidia driver, but for straight up passthrough, you don't need it | 10:57 |
| blanson[m] | last time we checked vGPUs support was not in nova for cyborg accelerator | 10:59 |
| blanson[m] | but things might have changed now that the project has been kind of resurrected | 10:59 |
| tafkamax | We want to do pGPU passthrough. | 11:13 |
| tafkamax | L40S GPU-s | 11:13 |
| tafkamax | As I understand you don't need cyborg if you want to do pGPU passthrough actually? I was just thinking that using it via cyborg is more flexible for other use cases aswell? | 11:14 |
| *** darmach100 is now known as darmach10 | 12:37 | |
| opendevreview | Merged openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances https://review.opendev.org/c/openstack/kolla-ansible/+/973881 | 13:25 |
| blanson[m] | [@tafkamax:matrix.org](https://matrix.to/#/@tafkamax:matrix.org) you don't need it. I like it better than native nova, but that might just be me | 16:41 |
| blanson[m] | (but wasn't using it while it was broken so, people might be more reluctant than I am using it hehe) | 16:59 |
| *** jhorstmann is now known as Guest7997 | 22:16 | |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!