From 29c825d9383fcc071c1fa383338831d35e0e160f Mon Sep 17 00:00:00 2001 From: Gabriel Mougard Date: Thu, 31 Oct 2024 11:54:58 +0100 Subject: [PATCH] doc: Describe how to manually connect the MicroOVN northbound connection to LXD When a user decides to deploy OVN through a MicroOVN deployment, it is not clearly explained how to connect LXD and MicroOVN. The only missing info was how to correctly setup the northbound connection: `lxc config set network.ovn.northbound_connection ` With `` that MUST use the `ssl::6641`. Passing a UNIX socket targeting `ovnnb_db.sock` inside the MicroOVN snap will produce certificate errors so we MUSN'T use the UNIX notation. Signed-off-by: Gabriel Mougard --- doc/.custom_wordlist.txt | 1 + doc/howto/network_ovn_setup.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/.custom_wordlist.txt b/doc/.custom_wordlist.txt index da97d3eaadf0..efee87850c29 100644 --- a/doc/.custom_wordlist.txt +++ b/doc/.custom_wordlist.txt @@ -141,6 +141,7 @@ MiB Mibit MicroCeph MicroCloud +MicroOVN MII MinIO MITM diff --git a/doc/howto/network_ovn_setup.md b/doc/howto/network_ovn_setup.md index 3598a980a70d..2a406217e2a6 100644 --- a/doc/howto/network_ovn_setup.md +++ b/doc/howto/network_ovn_setup.md @@ -162,6 +162,10 @@ See the linked YouTube video for the complete tutorial using four machines. lxc config set network.ovn.northbound_connection + ```{note} + If you are using a MicroOVN deployment, pass the value of the MicroOVN node IP address you want to target. Prefix the IP address with `ssl:`, and suffix it with the `:6641` port number that corresponds to the OVN central service within MicroOVN. + ``` + 1. Finally, create the actual OVN network (on the first machine): lxc network create my-ovn --type=ovn