Initial commit of charm skeleton

This commit is contained in:
Frode Nordahl
2019-08-12 12:13:22 +02:00
commit ae5274f356
28 changed files with 944 additions and 0 deletions

35
src/metadata.yaml Normal file
View File

@@ -0,0 +1,35 @@
name: ovn
summary: Open Virtual Network for Open vSwitch
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
description: |
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.
tags:
- networking
series:
- bionic
- disco
subordinate: false
requires:
certificates:
interface: tls-certificates
provides:
ovsdb:
interface: ovsdb