File tree Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -433,16 +433,36 @@ kolla_build_customizations_common:
433
433
- /additions/*
434
434
435
435
kolla_build_customizations_rocky :
436
+ neutron_base_packages_remove :
437
+ - openvswitch
438
+ - python3-openvswitch
439
+ neutron_base_packages_append :
440
+ - openvswitch3.3
441
+ - python3-openvswitch3.3
442
+ nova_base_packages_remove :
443
+ - openvswitch
444
+ - python3-openvswitch
445
+ nova_base_packages_append :
446
+ - openvswitch3.3
447
+ - python3-openvswitch3.3
448
+ octavia_base_packages_remove :
449
+ - python3-openvswitch
450
+ openvswitch_base_packages_remove :
451
+ - openvswitch
452
+ - python3-openvswitch
453
+ openvswitch_base_packages_append :
454
+ - openvswitch3.3
455
+ - python3-openvswitch3.3
436
456
ovn_base_packages_override :
437
- - ovn23 .03
457
+ - ovn24 .03
438
458
ovn_controller_packages_override :
439
- - ovn23 .03-host
459
+ - ovn24 .03-host
440
460
ovn_nb_db_server_packages_override :
441
- - ovn23 .03-central
461
+ - ovn24 .03-central
442
462
ovn_northd_packages_override :
443
- - ovn23 .03-central
463
+ - ovn24 .03-central
444
464
ovn_sb_db_server_packages_override :
445
- - ovn23 .03-central
465
+ - ovn24 .03-central
446
466
447
467
kolla_build_customizations_ubuntu : {}
448
468
Original file line number Diff line number Diff line change 1
1
---
2
2
# Do not edit! This file is autogenerated by Ansible.
3
3
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
5
5
stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version : 20240417T235558
6
6
stackhpc_pulp_repo_centos_stream_9_opstools_version : 20231213T031318
7
7
stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version : 20231104T015751
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