Skip to content

rocky: update ovn to 24.03 (LTS) and OVS to 3.3 #1172

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 4 commits into from
Aug 12, 2024
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
10 changes: 10 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ kolla_image_tags:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240701T123544
haproxy_ssh:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
kolla_toolbox:
rocky-9: 2023.1-rocky-9-20240809T102431
letsencrypt:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
manila:
rocky-9: 2023.1-rocky-9-20240809T102431
neutron:
rocky-9: 2023.1-rocky-9-20240809T102431
nova:
rocky-9: 2023.1-rocky-9-20240723T140948
ubuntu-jammy: 2023.1-ubuntu-jammy-20240723T140948
Expand All @@ -24,3 +30,7 @@ kolla_image_tags:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421
opensearch:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444
openvswitch:
rocky-9: 2023.1-rocky-9-20240809T102431
ovn:
rocky-9: 2023.1-rocky-9-20240809T102431
38 changes: 33 additions & 5 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,16 +441,44 @@ kolla_build_customizations_common:
- /additions/*

kolla_build_customizations_rocky:
kolla_toolbox_packages_remove:
- openvswitch
kolla_toolbox_packages_append:
- openvswitch3.3
manila_base_packages_remove:
- openvswitch
manila_base_packages_append:
- openvswitch3.3
neutron_base_packages_remove:
- openvswitch
- python3-openvswitch
neutron_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
nova_base_packages_remove:
- openvswitch
- python3-openvswitch
nova_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
octavia_base_packages_remove:
- python3-openvswitch
openvswitch_base_packages_remove:
- openvswitch
- python3-openvswitch
openvswitch_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
ovn_base_packages_override:
- ovn23.03
- ovn24.03
ovn_controller_packages_override:
- ovn23.03-host
- ovn24.03-host
ovn_nb_db_server_packages_override:
- ovn23.03-central
- ovn24.03-central
ovn_northd_packages_override:
- ovn23.03-central
- ovn24.03-central
ovn_sb_db_server_packages_override:
- ovn23.03-central
- ovn24.03-central

kolla_build_customizations_ubuntu: {}

Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/ovn-24-03-47c1eb9846f261b0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
``OVN`` version in Rocky Linux 9 container images has been updated to
``24.03`` (latest LTS).
Loading