File tree Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,14 @@ kolla_image_tags:
14
14
ubuntu-jammy : 2023.1-ubuntu-jammy-20240701T123544
15
15
haproxy_ssh :
16
16
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T102329
17
+ kolla_toolbox :
18
+ rocky-9 : 2023.1-rocky-9-20240809T102431
17
19
letsencrypt :
18
20
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T102329
21
+ manila :
22
+ rocky-9 : 2023.1-rocky-9-20240809T102431
23
+ neutron :
24
+ rocky-9 : 2023.1-rocky-9-20240809T102431
19
25
nova :
20
26
rocky-9 : 2023.1-rocky-9-20240723T140948
21
27
ubuntu-jammy : 2023.1-ubuntu-jammy-20240723T140948
@@ -24,3 +30,7 @@ kolla_image_tags:
24
30
ubuntu-jammy : 2023.1-ubuntu-jammy-20240730T090421
25
31
opensearch :
26
32
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T094444
33
+ openvswitch :
34
+ rocky-9 : 2023.1-rocky-9-20240809T102431
35
+ ovn :
36
+ rocky-9 : 2023.1-rocky-9-20240809T102431
Original file line number Diff line number Diff line change @@ -441,16 +441,44 @@ kolla_build_customizations_common:
441
441
- /additions/*
442
442
443
443
kolla_build_customizations_rocky :
444
+ kolla_toolbox_packages_remove :
445
+ - openvswitch
446
+ kolla_toolbox_packages_append :
447
+ - openvswitch3.3
448
+ manila_base_packages_remove :
449
+ - openvswitch
450
+ manila_base_packages_append :
451
+ - openvswitch3.3
452
+ neutron_base_packages_remove :
453
+ - openvswitch
454
+ - python3-openvswitch
455
+ neutron_base_packages_append :
456
+ - openvswitch3.3
457
+ - python3-openvswitch3.3
458
+ nova_base_packages_remove :
459
+ - openvswitch
460
+ - python3-openvswitch
461
+ nova_base_packages_append :
462
+ - openvswitch3.3
463
+ - python3-openvswitch3.3
464
+ octavia_base_packages_remove :
465
+ - python3-openvswitch
466
+ openvswitch_base_packages_remove :
467
+ - openvswitch
468
+ - python3-openvswitch
469
+ openvswitch_base_packages_append :
470
+ - openvswitch3.3
471
+ - python3-openvswitch3.3
444
472
ovn_base_packages_override :
445
- - ovn23 .03
473
+ - ovn24 .03
446
474
ovn_controller_packages_override :
447
- - ovn23 .03-host
475
+ - ovn24 .03-host
448
476
ovn_nb_db_server_packages_override :
449
- - ovn23 .03-central
477
+ - ovn24 .03-central
450
478
ovn_northd_packages_override :
451
- - ovn23 .03-central
479
+ - ovn24 .03-central
452
480
ovn_sb_db_server_packages_override :
453
- - ovn23 .03-central
481
+ - ovn24 .03-central
454
482
455
483
kolla_build_customizations_ubuntu : {}
456
484
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ ``OVN`` version in Rocky Linux 9 container images has been updated to
5
+ ``24.03`` (latest LTS).
You can’t perform that action at this time.
0 commit comments