Skip to content

Commit fa2d797

Browse files
authored
Merge pull request #662 from stackhpc/zed-ovn-bump
ovn: bump Rocky version to 23.03
2 parents 6222d3d + 9cc2a59 commit fa2d797

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,17 @@ kolla_build_customizations_common:
307307
ironic_inspector_pip_packages_append:
308308
- /additions/*
309309

310-
kolla_build_customizations_rocky: {}
310+
kolla_build_customizations_rocky:
311+
ovn_base_packages_override:
312+
- ovn23.03
313+
ovn_controller_packages_override:
314+
- ovn23.03-host
315+
ovn_nb_db_server_packages_override:
316+
- ovn23.03-central
317+
ovn_northd_packages_override:
318+
- ovn23.03-central
319+
ovn_sb_db_server_packages_override:
320+
- ovn23.03-central
311321

312322
kolla_build_customizations_ubuntu: {}
313323

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ kayobe_image_tags:
1414
openstack:
1515
rocky: zed-rocky-9-20230821T155947
1616
ubuntu: zed-ubuntu-jammy-20230821T155947
17+
ovn:
18+
rocky: zed-rocky-9-20230925T132313
19+
ubuntu: zed-ubuntu-jammy-20230821T155947
1720

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

2024
om_enable_rabbitmq_high_availability: true
2125

0 commit comments

Comments
 (0)