opendevreview | Michal Nasiadka proposed openstack/kayobe master: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/897751 | 07:29 |
---|---|---|
mnasiadka | morning | 07:31 |
SvenKieske | o/ | 07:58 |
* SvenKieske wondering if I need to break out fluentd from the generic service role in k-a | 07:58 | |
mnasiadka | need or want to? | 07:59 |
SvenKieske | the problem is currently, that I need to check for some binaries in the container to determine the version of fluentd but I don't find the correct entrypoint (container not running, so pipeline fails) | 07:59 |
SvenKieske | I was also thinking about checking the binary inside the used image instead of the running container but not sure this is a better approach.. | 08:00 |
SvenKieske | or just implement some crude logic like "if openstack_release == master set fluentd_version = 5" or something, but that's also not that good imho. | 08:01 |
mnasiadka | there was a proposal to have a fluentd start script that we would reference always instead of the fluentd binary path | 08:01 |
mnasiadka | so first a change in kolla to create that script with current binaries, then use it in kolla-ansible, then update fluentd in kolla and should work ;) | 08:02 |
SvenKieske | mhm yeah, seems way more work than just finding the correct entrypoint where the container already runs, assuming that work's at all. | 08:11 |
SvenKieske | we'll probably need also some work in the rabbitmq area, as many old queue types are deprecated and quorum queues seem the way to go, bringing also more stability: https://blog.rabbitmq.com/posts/2021/08/4.0-deprecation-announcements/#removal-of-classic-queue-mirroring | 08:42 |
mnasiadka | we're not in 4.0 yet ;) | 08:56 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: Add a flag to enable quorum queues https://review.opendev.org/c/openstack/kolla-ansible/+/898543 | 09:51 |
SvenKieske | mnasiadka: no, but we are one of the few deployment projects which has no support to easily enable quorum queues yet; I just tried to change that. | 09:52 |
mnasiadka | that shouldn't be complicated | 09:53 |
SvenKieske | might still need some work, but it's a first try, similar to the ha rabbit flag. | 09:53 |
mnasiadka | similar, but that means we need some docs how to move out of HA to quorum | 10:02 |
mattcrees | Presumably we'll need to follow the same steps as migrating from transient to durable queues. https://docs.openstack.org/kolla-ansible/latest/reference/message-queues/rabbitmq.html#high-availability | 10:06 |
mattcrees | Might be able to simplify that a bit given there's no change in policies for durable queues.. | 10:07 |
SvenKieske | yeah, that's the next step for sure, was reading through upstreams migration guide: https://www.rabbitmq.com/migrate-mcq-to-qq.html | 10:09 |
mnasiadka | would love some reviews on https://review.opendev.org/c/openstack/kolla/+/896912 | 10:09 |
SvenKieske | ouch, erlang repos, again? :D | 10:10 |
mnasiadka | it's only Bookworm, I prefer to use the same ones as on Ubuntu :) | 10:10 |
mnasiadka | so we get the same set of problems | 10:10 |
SvenKieske | but why use ubuntu repos when there are specific ones for debian available? I assume there must be a reason for that, no? | 10:11 |
SvenKieske | I think you might get rather different problems though, because debian != ubuntu :P | 10:11 |
SvenKieske | or do you have any insight why upstream has different repositories for these and what is the difference? maybe it's worth to check the provided checksums, maybe there is no difference at all? | 10:12 |
mnasiadka | SvenKieske: replied in the patch | 10:19 |
mnasiadka | SvenKieske: Debian just incredibly lags on updating versions of packages | 10:19 |
opendevreview | Martin Hiner proposed openstack/ansible-collection-kolla master: Add Podman support https://review.opendev.org/c/openstack/ansible-collection-kolla/+/852240 | 10:29 |
opendevreview | Martin Hiner proposed openstack/kolla-ansible master: Add support of podman deployment https://review.opendev.org/c/openstack/kolla-ansible/+/799229 | 10:30 |
SvenKieske | mnasiadka: ah nvm I was confused.. | 10:38 |
SvenKieske | will update my comments | 10:38 |
opendevreview | Merged openstack/kolla master: [release] Use Bobcat sources by default https://review.opendev.org/c/openstack/kolla/+/898107 | 11:36 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: Add a flag to enable quorum queues https://review.opendev.org/c/openstack/kolla-ansible/+/898543 | 12:48 |
opendevreview | Merged openstack/kayobe master: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/897751 | 13:11 |
opendevreview | Merged openstack/kayobe master: Fix last return value in _get_base_path https://review.opendev.org/c/openstack/kayobe/+/896414 | 13:28 |
opendevreview | Michal Nasiadka proposed openstack/kayobe stable/2023.1: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898561 | 13:33 |
opendevreview | Michal Nasiadka proposed openstack/kayobe stable/zed: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898562 | 13:33 |
opendevreview | Michal Nasiadka proposed openstack/kayobe stable/yoga: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898563 | 13:33 |
opendevreview | Merged openstack/kayobe stable/yoga: Add introspection rule to update deploy kernel location https://review.opendev.org/c/openstack/kayobe/+/898284 | 13:47 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/2023.1: Fix last return value in _get_base_path https://review.opendev.org/c/openstack/kayobe/+/898564 | 13:59 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/zed: Fix last return value in _get_base_path https://review.opendev.org/c/openstack/kayobe/+/898565 | 14:00 |
opendevreview | Pierre Riteau proposed openstack/kayobe stable/yoga: Fix last return value in _get_base_path https://review.opendev.org/c/openstack/kayobe/+/898566 | 14:00 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Add support for OpenSearch 2.x as CloudKitty storage backend https://review.opendev.org/c/openstack/kolla-ansible/+/898555 | 14:34 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Add support for OpenSearch 2.x as CloudKitty storage backend https://review.opendev.org/c/openstack/kolla-ansible/+/898555 | 15:27 |
*** ralonsoh is now known as ralonsoh_ooo | 16:33 | |
opendevreview | Verification of a change to openstack/kayobe stable/2023.1 failed: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898561 | 18:18 |
opendevreview | Merged openstack/kayobe stable/zed: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898562 | 18:57 |
opendevreview | Verification of a change to openstack/kayobe stable/yoga failed: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898563 | 18:57 |
opendevreview | Juan Pablo Suazo proposed openstack/kolla master: Adds TAAS Neutron plugin to support OVS port mirrors https://review.opendev.org/c/openstack/kolla/+/885151 | 20:45 |
opendevreview | Juan Pablo Suazo proposed openstack/kolla-ansible master: Enable the Fluentd Plugin Systemd https://review.opendev.org/c/openstack/kolla-ansible/+/875983 | 20:48 |
opendevreview | Merged openstack/kayobe stable/yoga: bifrost: Populate bifrost host vars on deprovision https://review.opendev.org/c/openstack/kayobe/+/898563 | 23:07 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!