opendevreview | Sven Kieske proposed openstack/kolla-ansible master: precheck: also check fanout and reply queues https://review.opendev.org/c/openstack/kolla-ansible/+/907977 | 07:31 |
---|---|---|
SvenKieske | bbezak: maybe you and/or your team can also take a look at quorum queues vs streams for fanout queues until next week, I tried to do a writeup of the currently floating patches here: https://etherpad.opendev.org/p/KollaWhiteBoard#L72 | 07:59 |
SvenKieske | o/ | 08:00 |
SvenKieske | thanks mattcrees for taking a look into the stream vs quorum stuff, also currently looking into this. from what I read so far streams are append only, so never deleted? | 08:29 |
SvenKieske | I hopefully summarized at least the currently floating patchsets here: https://etherpad.opendev.org/p/KollaWhiteBoard#L72 | 08:30 |
SvenKieske | actually re-reading your helpful blog on this topic now :D https://www.stackhpc.com/rabbitmq-reliability.html | 08:33 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: DNM: Reproduce bug 2074075 https://review.opendev.org/c/openstack/kolla/+/927352 | 08:36 |
mattcrees | Glad it's still helpful :) | 08:50 |
mattcrees | Not got much time to look at this today, but I'll make sure to get read up myself before the meeting next week | 08:51 |
SvenKieske | yeah, also combing through upstream (rabbitmq.com) docs right now, they at least have really decent docs I must say. | 08:52 |
SvenKieske | I wish the openstack queue system would be as good documented, all I found so far is https://docs.openstack.org/nova/latest/reference/rpc.html (and I think cinder has the same) | 08:53 |
SvenKieske | well there is also https://docs.openstack.org/oslo.messaging/latest/admin/rabbit.html but that confuses me straight at the beginning, because rmq supports AMQP 1.0 and 0-9-1, but this doc says oslo just supports 0-9-1 for the rmq driver, is that still current information? | 08:57 |
mattcrees | That Nova doc was the best I could find when I was originally investigating the mirrored/durable queues. Fwiw I was told the info there is a bit stale, last updated 7 years ago! https://github.com/openstack/nova/commits/master/doc/source/reference/rpc.rst | 08:57 |
mattcrees | No idea myself if that's still correct, but we may not want to switch to amqp 1.0 yet anyway. This rabbit blog seems to be suggesting performance is pretty bad for it in v3.13: https://www.rabbitmq.com/blog/2024/08/21/amqp-benchmarks | 09:01 |
mattcrees | A shame they didn't also compare 0-9-1 in v3.13 though | 09:02 |
SvenKieske | mattcrees: looking at the blog I guess we need to update our repository locations again: https://www.rabbitmq.com/blog/2024/08/11/package-repository-updates | 09:38 |
SvenKieske | mhm, always love that mirror foo..not sure if that even affects us. | 09:48 |
PrzemekK | https://docs.openstack.org/oslo.messaging/latest/ | 09:50 |
SvenKieske | PrzemkK: is that a pointer to better rmq docs? I already linked to a subpage of that at 10:57 (CEST) above :) but ty anyway! | 09:56 |
PrzemekK | sorry didnt looked carefully | 10:02 |
mattcrees | I'm a bit confused if we need to move repo locations yet, they said packagecloud will be discontinued but it still seems to be up. Probably best to switch anyway | 10:11 |
SvenKieske | yep | 10:32 |
SvenKieske | that made me at least complete another subtask, list all the externally mirrored packages we install: https://etherpad.opendev.org/p/KollaWhiteBoard#L246 | 10:32 |
SvenKieske | also added to next weeks agenda | 10:35 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: precheck: also check fanout and reply queues https://review.opendev.org/c/openstack/kolla-ansible/+/907977 | 12:44 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: harden haproxy TLS configuration https://review.opendev.org/c/openstack/kolla-ansible/+/915403 | 12:54 |
opendevreview | Sven Kieske proposed openstack/kolla master: CI: Add reno linting https://review.opendev.org/c/openstack/kolla/+/916642 | 14:22 |
opendevreview | Ivan Vnučko proposed openstack/kolla-ansible master: Add backend TLS encryption for CloudKitty https://review.opendev.org/c/openstack/kolla-ansible/+/927230 | 15:29 |
SvenKieske | mattcrees: still there? the rabbit_qos_prefetch_count thing seems weird in oslo.messaging? why do they set a default of 0 and then immediately error out when it is zero? | 15:50 |
SvenKieske | that seems like a bug to me | 15:50 |
SvenKieske | ah well, this option also works if you don't have streams..meh | 15:58 |
opendevreview | Ivan Vnučko proposed openstack/kolla-ansible master: Add backend TLS encryption for Gnocchi https://review.opendev.org/c/openstack/kolla-ansible/+/927229 | 16:00 |
opendevreview | Ivan Vnučko proposed openstack/kolla-ansible master: Add backend TLS encryption for Masakari https://review.opendev.org/c/openstack/kolla-ansible/+/927228 | 16:03 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2024.1: Add REQUESTS_CA_BUNDLE to kolla-toolbox container https://review.opendev.org/c/openstack/kolla-ansible/+/927617 | 16:13 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2023.2: Add REQUESTS_CA_BUNDLE to kolla-toolbox container https://review.opendev.org/c/openstack/kolla-ansible/+/927618 | 16:14 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible stable/2023.1: Add REQUESTS_CA_BUNDLE to kolla-toolbox container https://review.opendev.org/c/openstack/kolla-ansible/+/927619 | 16:14 |
opendevreview | Will Szumski proposed openstack/kolla-ansible master: Add NET_RAW to dnsmasq container https://review.opendev.org/c/openstack/kolla-ansible/+/910501 | 17:05 |
opendevreview | Will Szumski proposed openstack/kolla-ansible master: Add NET_RAW to dnsmasq container https://review.opendev.org/c/openstack/kolla-ansible/+/910501 | 17:08 |
opendevreview | Merged openstack/kayobe stable/2024.1: CI: Add openstack-tox-pep8 job, fix pep8 failures https://review.opendev.org/c/openstack/kayobe/+/927002 | 17:20 |
opendevreview | Merged openstack/kayobe stable/2024.1: seed-vm/infra-vms: Add support for EFI and q35 https://review.opendev.org/c/openstack/kayobe/+/927261 | 17:20 |
opendevreview | Merged openstack/kayobe stable/2023.2: seed-vm/infra-vms: Add support for EFI and q35 https://review.opendev.org/c/openstack/kayobe/+/927262 | 18:04 |
opendevreview | Merged openstack/kayobe stable/2023.1: seed-vm/infra-vms: Add support for EFI and q35 https://review.opendev.org/c/openstack/kayobe/+/927263 | 18:04 |
opendevreview | Merged openstack/kayobe master: seed-vm/infra-vms: Use efi as default https://review.opendev.org/c/openstack/kayobe/+/927015 | 18:04 |
opendevreview | Merged openstack/kayobe master: Support setting whether an Apt repo is trusted https://review.opendev.org/c/openstack/kayobe/+/923871 | 18:04 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!