From b733ee15e6861908bdb354d611131c8463c1bf00 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 8 Oct 2025 11:09:41 +0100 Subject: [PATCH] Fix OVN log permissions --- etc/kayobe/kolla-image-tags.yml | 5 +++-- .../notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 18478bd63..55167849e 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -84,8 +84,9 @@ kolla_image_tags: ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 ovn: - ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147 - ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147 + rocky-9: 2024.1-rocky-9-20250925T130625 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250925T130625 + ubuntu-noble: 2024.1-ubuntu-noble-20250925T130625 prometheus: ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T145255 prometheus_alertmanager: diff --git a/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml b/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml new file mode 100644 index 000000000..3354ae5fb --- /dev/null +++ b/releasenotes/notes/fix-ovn-log-permissions-4b067cc1b1a7c3b8.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Bumps the OVN container image tags to bring in a fix to the openvswitch + logs permissions. This allows fluentd to scrape these logs. See + patch: https://review.opendev.org/c/openstack/kolla/+/954899