Skip to content

ovn: bump Rocky version to 23.03 #662

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

Merged
merged 2 commits into from
Sep 26, 2023
Merged
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
12 changes: 11 additions & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,17 @@ kolla_build_customizations_common:
ironic_inspector_pip_packages_append:
- /additions/*

kolla_build_customizations_rocky: {}
kolla_build_customizations_rocky:
ovn_base_packages_override:
- ovn23.03
ovn_controller_packages_override:
- ovn23.03-host
ovn_nb_db_server_packages_override:
- ovn23.03-central
ovn_northd_packages_override:
- ovn23.03-central
ovn_sb_db_server_packages_override:
- ovn23.03-central

kolla_build_customizations_ubuntu: {}

Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ kayobe_image_tags:
openstack:
rocky: zed-rocky-9-20230821T155947
ubuntu: zed-ubuntu-jammy-20230821T155947
ovn:
rocky: zed-rocky-9-20230925T132313
ubuntu: zed-ubuntu-jammy-20230821T155947

openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
ovn_tag: "{% raw %}{{ kayobe_image_tags['ovn'][kolla_base_distro] }}{% endraw %}"

om_enable_rabbitmq_high_availability: true

Expand Down