File tree Expand file tree Collapse file tree 3 files changed +39
-6
lines changed Expand file tree Collapse file tree 3 files changed +39
-6
lines changed Original file line number Diff line number Diff line change @@ -433,16 +433,44 @@ kolla_build_customizations_common:
433
433
- /additions/*
434
434
435
435
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
436
464
ovn_base_packages_override :
437
- - ovn23 .03
465
+ - ovn24 .03
438
466
ovn_controller_packages_override :
439
- - ovn23 .03-host
467
+ - ovn24 .03-host
440
468
ovn_nb_db_server_packages_override :
441
- - ovn23 .03-central
469
+ - ovn24 .03-central
442
470
ovn_northd_packages_override :
443
- - ovn23 .03-central
471
+ - ovn24 .03-central
444
472
ovn_sb_db_server_packages_override :
445
- - ovn23 .03-central
473
+ - ovn24 .03-central
446
474
447
475
kolla_build_customizations_ubuntu : {}
448
476
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