Skip to content

Commit 510962d

Browse files
committed
rocky: update ovn to 24.03 (LTS) and OVS to 3.3
This patch updates: - OVN to 24.03 (latest LTS) - OpenvSwitch to 3.3 (since 3.2 is officially EOL upstream) on Rocky Linux 9
1 parent e57e5dc commit 510962d

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

etc/kayobe/kolla.yml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,44 @@ kolla_build_customizations_common:
433433
- /additions/*
434434

435435
kolla_build_customizations_rocky:
436+
kolla_toolbox_packages_remove:
437+
- openvswitch
438+
kolla_toolbox_packages_append:
439+
- openvswitch3.3
440+
manila_base_packages_remove:
441+
- openvswitch
442+
manila_base_packages_append:
443+
- openvswitch3.3
444+
neutron_base_packages_remove:
445+
- openvswitch
446+
- python3-openvswitch
447+
neutron_base_packages_append:
448+
- openvswitch3.3
449+
- python3-openvswitch3.3
450+
nova_base_packages_remove:
451+
- openvswitch
452+
- python3-openvswitch
453+
nova_base_packages_append:
454+
- openvswitch3.3
455+
- python3-openvswitch3.3
456+
octavia_base_packages_remove:
457+
- python3-openvswitch
458+
openvswitch_base_packages_remove:
459+
- openvswitch
460+
- python3-openvswitch
461+
openvswitch_base_packages_append:
462+
- openvswitch3.3
463+
- python3-openvswitch3.3
436464
ovn_base_packages_override:
437-
- ovn23.03
465+
- ovn24.03
438466
ovn_controller_packages_override:
439-
- ovn23.03-host
467+
- ovn24.03-host
440468
ovn_nb_db_server_packages_override:
441-
- ovn23.03-central
469+
- ovn24.03-central
442470
ovn_northd_packages_override:
443-
- ovn23.03-central
471+
- ovn24.03-central
444472
ovn_sb_db_server_packages_override:
445-
- ovn23.03-central
473+
- ovn24.03-central
446474

447475
kolla_build_customizations_ubuntu: {}
448476

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Do not edit! This file is autogenerated by Ansible.
33
stackhpc_pulp_repo_centos_stream_9_docker_version: 20240412T001239
4-
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20240406T233848
4+
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20240712T235515
55
stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version: 20240417T235558
66
stackhpc_pulp_repo_centos_stream_9_opstools_version: 20231213T031318
77
stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version: 20231104T015751
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
``OVN`` version in Rocky Linux 9 container images has been updated to
5+
``24.03`` (latest LTS).

0 commit comments

Comments
 (0)