Skip to content

Commit 4f3d120

Browse files
authored
Merge pull request #1926 from stackhpc/fix-ovn-log-permissions
Fix OVN log permissions
2 parents da6bb66 + b733ee1 commit 4f3d120

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ kolla_image_tags:
8484
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
8585
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
8686
ovn:
87-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
88-
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
87+
rocky-9: 2024.1-rocky-9-20250925T130625
88+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250925T130625
89+
ubuntu-noble: 2024.1-ubuntu-noble-20250925T130625
8990
prometheus:
9091
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T145255
9192
prometheus_alertmanager:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Bumps the OVN container image tags to bring in a fix to the openvswitch
5+
logs permissions. This allows fluentd to scrape these logs. See
6+
patch: https://review.opendev.org/c/openstack/kolla/+/954899

0 commit comments

Comments
 (0)