Skip to content

Add OVN SB Relays #1481

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 1 commit into from
Jan 30, 2025
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
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ kolla_image_tags:
neutron:
rocky-9: 2024.1-rocky-9-20250129T143601
ubuntu-jammy: 2024.1-ubuntu-jammy-20250129T143601
ovn_sb_db_relay:
rocky-9: 2024.1-rocky-9-20250129T155601
ubuntu-jammy: 2024.1-ubuntu-jammy-20250129T155601
1 change: 1 addition & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ kolla_enable_mariabackup: True
#kolla_enable_openvswitch:
#kolla_enable_osprofiler:
kolla_enable_ovn: true
#kolla_enable_ovn_sb_db_relay:
#kolla_enable_ovs_dpdk:
#kolla_enable_placement:
kolla_enable_prometheus: true
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ stackhpc_pulp_images_kolla:
- ovn-nb-db-server
- ovn-northd
- ovn-sb-db-server
- ovn-sb-db-relay
- placement-api
- prometheus-alertmanager
- prometheus-blackbox-exporter
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/ovn-sb-db-relay-81f57bc173299913.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Add support for deploying OVN SB Relays, this can be enabled by setting
``kolla_enable_ovn_sb_db_relay`` in ``kolla.yml`` to ``true``.
To use this feature ``stackhpc/16.4.0.5`` version of ``stackhpc/kayobe``
and ``stackhpc/18.4.0.6`` version of ``stackhpc/kolla-ansible`` is required.
Loading