Skip to content

Commit cb4df86

Browse files
authored
Merge pull request #1481 from stackhpc/ovn_sb_relay
Add OVN SB Relays
2 parents f32e926 + 58b6383 commit cb4df86

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ kolla_image_tags:
1818
neutron:
1919
rocky-9: 2024.1-rocky-9-20250129T143601
2020
ubuntu-jammy: 2024.1-ubuntu-jammy-20250129T143601
21+
ovn_sb_db_relay:
22+
rocky-9: 2024.1-rocky-9-20250129T155601
23+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250129T155601

etc/kayobe/kolla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ kolla_enable_mariabackup: True
691691
#kolla_enable_openvswitch:
692692
#kolla_enable_osprofiler:
693693
kolla_enable_ovn: true
694+
#kolla_enable_ovn_sb_db_relay:
694695
#kolla_enable_ovs_dpdk:
695696
#kolla_enable_placement:
696697
kolla_enable_prometheus: true

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ stackhpc_pulp_images_kolla:
525525
- ovn-nb-db-server
526526
- ovn-northd
527527
- ovn-sb-db-server
528+
- ovn-sb-db-relay
528529
- placement-api
529530
- prometheus-alertmanager
530531
- prometheus-blackbox-exporter
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Add support for deploying OVN SB Relays, this can be enabled by setting
5+
``kolla_enable_ovn_sb_db_relay`` in ``kolla.yml`` to ``true``.
6+
To use this feature ``stackhpc/16.4.0.5`` version of ``stackhpc/kayobe``
7+
and ``stackhpc/18.4.0.6`` version of ``stackhpc/kolla-ansible`` is required.

0 commit comments

Comments
 (0)