Ovn Central K8S

  • By OpenStack Charmers
Channel Revision Published Runs on
24.03/edge 80 13 May 2024
Ubuntu 22.04
23.09/stable 62 06 Dec 2023
Ubuntu 22.04
23.09/candidate 75 25 Mar 2024
Ubuntu 22.04
23.09/beta 75 25 Mar 2024
Ubuntu 22.04
23.09/edge 75 23 Feb 2024
Ubuntu 22.04
23.03/stable 61 26 Sep 2023
Ubuntu 22.04
23.03/candidate 66 12 Jan 2024
Ubuntu 22.04
23.03/beta 66 10 Jan 2024
Ubuntu 22.04
23.03/edge 66 13 Dec 2023
Ubuntu 22.04
22.03/beta 35 10 Mar 2023
Ubuntu 22.04
22.03/edge 43 26 May 2023
Ubuntu 22.04
21.09/beta 20 15 Nov 2022
Ubuntu 22.04
21.09/edge 33 20 Jan 2023
Ubuntu 22.04
juju deploy ovn-central-k8s --channel 23.09/stable
Show information

Platform:

Open Virtual Network for Open vSwitch

Principal charm that deploys ovn-northd, the OVN central control daemon, and ovsdb-server, the Open vSwitch Database (OVSDB). The ovn-northd daemon is responsible for translating the high-level OVN configuration into logical configuration consumable by daemons such as ovn-controller. The ovn-northd process talks to OVN Northbound- and Southbound- databases. The ovsdb-server exposes endpoints over relations implemented by the ovsdb interface. The charm supports clustering of the OVSDB, you must have a odd number of units for this to work. Note that write performance decreases as you increase the number of units. Running multiple ovn-northd daemons is supported and they will operate in active/passive mode. The daemon uses a locking feature in the OVSDB to automatically choose a single active instance.