File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -691,6 +691,7 @@ kolla_enable_mariabackup: True
691691# kolla_enable_openvswitch:
692692# kolla_enable_osprofiler:
693693kolla_enable_ovn : true
694+ # kolla_enable_ovn_sb_db_relay:
694695# kolla_enable_ovs_dpdk:
695696# kolla_enable_placement:
696697kolla_enable_prometheus : true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments