Skip to content

bump ovs/ovn in RL9 in caracal #1670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 21 additions & 15 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,37 @@ kolla_image_tags:
rocky-9: 2024.1-rocky-9-20250124T081816
ubuntu-jammy: 2024.1-ubuntu-jammy-20250124T081816
kolla_toolbox:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
magnum:
rocky-9: 2024.1-rocky-9-20250522T143506
ubuntu-jammy: 2024.1-ubuntu-jammy-20250522T143506
ubuntu-noble: 2024.1-ubuntu-noble-20250522T143506
manila:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
neutron:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
nova:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
octavia:
rocky-9: 2024.1-rocky-9-20250507T153144
ubuntu-jammy: 2024.1-ubuntu-jammy-20250507T153144
ubuntu-noble: 2024.1-ubuntu-noble-20250507T153144
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
openvswitch:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
ovn:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250529T081147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
prometheus_alertmanager:
rocky-9: 2024.1-rocky-9-20250422T103147
ubuntu-jammy: 2024.1-ubuntu-jammy-20250422T103147
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by Ansible using the following workflow:
# https://github.com/stackhpc/stackhpc-release-train/actions/workflows/package-update-kayobe.yml
stackhpc_pulp_repo_centos_stream_9_docker_version: 20241210T000909
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20250217T103110
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20250528T022338
stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version: 20241212T022636
stackhpc_pulp_repo_centos_stream_9_opstools_version: 20231213T031318
stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version: 20240923T233036
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
features:
- |
Updated OpenvSwitch to 3.3.4-115 and OVN to 24.03.5-88 for Rocky Linux 9
in Caracal. For details, see the following changelogs:
* `[OVS changelog](https://git.centos.org/rpms/openvswitch/blob/c9s-sig-nfv-openvswitch-3.3/f/SPECS/openvswitch3.3.spec#_806)`_
* `[OVN changelog](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.
Loading