Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OVN to 23.09 (latest LTS) and OpenvSwitch to 3.3 (latest LTS) on Rocky Linux 9 #1057

Open
wants to merge 6 commits into
base: stackhpc/2023.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@ kolla_image_tags:
rocky-9: 2023.1-rocky-9-20240422T152338
ubuntu-jammy: 2023.1-ubuntu-jammy-20240422T152338
neutron:
rocky-9: 2023.1-rocky-9-20240202T145927
ubuntu-jammy: 2023.1-ubuntu-jammy-20240221T103817
rocky-9: 2023.1-rocky-9-20240430T070859
ubuntu-jammy: 2023.1-ubuntu-jammy-20240430T070859
grafana:
rocky-9: 2023.1-rocky-9-20240313T165255
ubuntu-jammy: 2023.1-ubuntu-jammy-20240313T165255
nova:
rocky-9: 2023.1-rocky-9-20240430T070859
ubuntu-jammy: 2023.1-ubuntu-jammy-20240430T070859
octavia:
rocky-9: 2023.1-rocky-9-20240430T070859
ubuntu-jammy: 2023.1-ubuntu-jammy-20240430T070859
openvswitch:
rocky-9: 2023.1-rocky-9-20240430T070859
ubuntu-jammy: 2023.1-ubuntu-jammy-20240430T070859
ovn:
rocky-9: 2023.1-rocky-9-20240430T070859
ubuntu-jammy: 2023.1-ubuntu-jammy-20240430T070859
30 changes: 25 additions & 5 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,16 +344,36 @@ kolla_build_customizations_common:
- /additions/*

kolla_build_customizations_rocky:
neutron_base_packages_remove:
- openvswitch
- python3-openvswitch
neutron_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
nova_base_packages_remove:
- openvswitch
- python3-openvswitch
nova_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
octavia_base_packages_remove:
- python3-openvswitch
openvswitch_base_packages_remove:
- openvswitch
- python3-openvswitch
openvswitch_base_packages_append:
- openvswitch3.3
- python3-openvswitch3.3
ovn_base_packages_override:
- ovn23.03
- ovn23.09
ovn_controller_packages_override:
- ovn23.03-host
- ovn23.09-host
ovn_nb_db_server_packages_override:
- ovn23.03-central
- ovn23.09-central
ovn_northd_packages_override:
- ovn23.03-central
- ovn23.09-central
ovn_sb_db_server_packages_override:
- ovn23.03-central
- ovn23.09-central

kolla_build_customizations_ubuntu: {}

Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Do not edit! This file is autogenerated by Ansible.
stackhpc_pulp_repo_centos_stream_9_docker_version: 20230919T015626
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20230929T005202
stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version: 20240429T003818
stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version: 20230912T101324
stackhpc_pulp_repo_centos_stream_9_opstools_version: 20230615T071742
stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version: 20230712T025152
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/ovn-23-09-1c710a01b00604b1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
``OVN`` version in Rocky Linux 9 container images has been updated to
``23.09``.
Comment on lines +4 to +5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it affects both RL9 and Ubuntu, and also includes OVS 3.3.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mnasiadka tells me we already had OVS 3.3, this is just a more explicit pin.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I've rebuilt Ubuntu just for freshness, but Ubuntu/Antelope ovs is 3.1.x in UCA and ovn is 22.03 (from Jammy packages, not UCA)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, we'll need to consider how this interacts with @seunghun1ee's work to update all packages and container images.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just merged @seunghun1ee's PR #1062. The images in this PR will need to be rebuilt using latest stackhpc/2023.1

Loading