Skip to content

Commit e4c79ec

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
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 358079e commit e4c79ec

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

etc/kayobe/kolla.yml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,44 @@ kolla_build_customizations_common:
344344
- /additions/*
345345

346346
kolla_build_customizations_rocky:
347+
kolla_toolbox_packages_remove:
348+
- openvswitch
349+
kolla_toolbox_packages_append:
350+
- openvswitch3.3
351+
manila_base_packages_remove:
352+
- openvswitch
353+
manila_base_packages_append:
354+
- openvswitch3.3
355+
neutron_base_packages_remove:
356+
- openvswitch
357+
- python3-openvswitch
358+
neutron_base_packages_append:
359+
- openvswitch3.3
360+
- python3-openvswitch3.3
361+
nova_base_packages_remove:
362+
- openvswitch
363+
- python3-openvswitch
364+
nova_base_packages_append:
365+
- openvswitch3.3
366+
- python3-openvswitch3.3
367+
octavia_base_packages_remove:
368+
- python3-openvswitch
369+
openvswitch_base_packages_remove:
370+
- openvswitch
371+
- python3-openvswitch
372+
openvswitch_base_packages_append:
373+
- openvswitch3.3
374+
- python3-openvswitch3.3
347375
ovn_base_packages_override:
348-
- ovn23.03
376+
- ovn24.03
349377
ovn_controller_packages_override:
350-
- ovn23.03-host
378+
- ovn24.03-host
351379
ovn_nb_db_server_packages_override:
352-
- ovn23.03-central
380+
- ovn24.03-central
353381
ovn_northd_packages_override:
354-
- ovn23.03-central
382+
- ovn24.03-central
355383
ovn_sb_db_server_packages_override:
356-
- ovn23.03-central
384+
- ovn24.03-central
357385

358386
kolla_build_customizations_ubuntu: {}
359387

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)