Skip to content

Commit 03452e7

Browse files
committed
bump ovs/ovn in RL9 in caracal
multiple bug fixes for ovs [1] and ovn [2] - especially ct_state.dnat handling in OVN [1] https://git.centos.org/rpms/openvswitch/blob/c9s-sig-nfv-openvswitch-3.3/f/SPECS/openvswitch3.3.spec#_1020 [2] https://git.centos.org/rpms/ovn/blob/c9s-sig-nfv-ovn24.03/f/SPECS/ovn24.03.spec#_535 Kolla Toolbox, Manila, Neutron, Nova, and Octavia containers received updates on both Rocky Linux 9 and Ubuntu. Only the Rocky Linux 9 images include the new OVS versions.
1 parent 4aeeb0e commit 03452e7

File tree

3 files changed

+33
-16
lines changed

3 files changed

+33
-16
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,36 @@ kolla_image_tags:
2626
rocky-9: 2024.1-rocky-9-20250124T081816
2727
ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816
2828
kolla_toolbox:
29-
rocky-9: 2024.1-rocky-9-20250219T113722
30-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
29+
rocky-9: 2024.1-rocky-9-20250529T081147
30+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
31+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
3132
magnum:
3233
rocky-9: 2024.1-rocky-9-20250102T094625
3334
ubuntu-jammy: 2024.1-ubuntu-jammy-20250102T094625
3435
manila:
35-
rocky-9: 2024.1-rocky-9-20250219T113722
36-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
36+
rocky-9: 2024.1-rocky-9-20250529T081147
37+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
38+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
3739
neutron:
38-
rocky-9: 2024.1-rocky-9-20250219T113722
39-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
40+
rocky-9: 2024.1-rocky-9-20250529T081147
41+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
42+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
4043
nova:
41-
rocky-9: 2024.1-rocky-9-20250219T113722
42-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
44+
rocky-9: 2024.1-rocky-9-20250529T081147
45+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
46+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
4347
octavia:
44-
rocky-9: 2024.1-rocky-9-20250507T153144
45-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250507T153144
46-
ubuntu-noble: 2024.1-ubuntu-noble-20250507T153144
48+
rocky-9: 2024.1-rocky-9-20250529T081147
49+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
50+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
4751
openvswitch:
48-
rocky-9: 2024.1-rocky-9-20250219T113722
49-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
52+
rocky-9: 2024.1-rocky-9-20250529T081147
53+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
54+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
5055
ovn:
51-
rocky-9: 2024.1-rocky-9-20250219T113722
52-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
56+
rocky-9: 2024.1-rocky-9-20250529T081147
57+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
58+
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
5359
prometheus_alertmanager:
5460
rocky-9: 2024.1-rocky-9-20250422T103147
5561
ubuntu-jammy: 2024.1-ubuntu-jammy-20250422T103147

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by Ansible using the following workflow:
33
# https://github.com/stackhpc/stackhpc-release-train/actions/workflows/package-update-kayobe.yml
44
stackhpc_pulp_repo_centos_stream_9_docker_version: 20241210T000909
5-
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20250217T103110
5+
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20250528T022338
66
stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version: 20241212T022636
77
stackhpc_pulp_repo_centos_stream_9_opstools_version: 20231213T031318
88
stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version: 20240923T233036
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
features:
3+
- |
4+
Updated OpenvSwitch to 3.3.4-115 and OVN to 24.03.5-88 for Rocky Linux 9
5+
in Caracal. For details, see the following changelogs:
6+
* `[OVS changelog](https://git.centos.org/rpms/openvswitch/blob/c9s-sig-nfv-openvswitch-3.3/f/SPECS/openvswitch3.3.spec#_806)`_
7+
* `[OVN changelog](https://git.centos.org/rpms/ovn/blob/c9s-sig-nfv-ovn24.03/f/SPECS/ovn24.03.spec#_535)`_
8+
- |
9+
Kolla Toolbox, Manila, Neutron, Nova, and Octavia containers received
10+
updates on both Rocky Linux 9 and Ubuntu. Only the Rocky Linux 9 images
11+
include the new OVS versions.

0 commit comments

Comments
 (0)