Frode Nordahl 469ca4db8b
Allow use of sriovnicswitch driver with OVN
Move filtering of service plugins, mechanism drivers and tenant network
types to charm class.

Add white list for mechanism drivers.

Add black list for service plugins.

Change-Id: I55374006e3adeaf8be04ef69e2cf56619ad3bdb2
2020-05-06 12:14:27 +02:00
2019-09-27 15:44:32 +02:00
2019-10-18 13:03:13 +02:00
2019-09-27 15:44:32 +02:00
2019-10-10 16:17:22 +02:00
2019-09-27 15:44:32 +02:00
2019-10-25 10:36:09 +02:00
2020-03-07 10:31:55 +01:00

Overview

OVN provides open source network virtualization for Open vSwitch (OVS).

Subordinate charm that deploys the networking-ovn component on neutron-api units and augments Neutron's configuration for use with the OVN ML2 plugin.

Note

: The OVN charms are considered preview charms.

Usage

OVN makes use of Public Key Infrastructure (PKI) to authenticate and authorize control plane communication. The charm requires a Certificate Authority to be present in the model as represented by the certificates relation.

There is an OVN overlay bundle for use in conjunction with the OpenStack Base bundle which give an example of how you can automate certificate lifecycle management with the help from Vault.

To deploy (partial deployment of linked charms only):

juju config neutron-api manage-neutron-plugin-legacy-mode=false

juju deploy neutron-api-plugin-ovn
juju deploy ovn-central -n 3 --config source=cloud:bionic-train
juju deploy ovn-chassis

juju add-relation neutron-api-plugin-ovn:certificates vault:certificates
juju add-relation neutron-api-plugin-ovn:neutron-plugin \
    neutron-api:neutron-plugin-api-subordinate
juju add-relation ovn-central:certificates vault:certificates
juju add-relation ovn-chassis:ovsdb ovn-central:ovsdb
juju add-relation ovn-chassis:certificates vault:certificates
juju add-relation ovn-chassis:nova-compute nova-compute:neutron-plugin

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.

Description
Juju Charm - Neutron API - plugin for Open Virtual Network
Readme 17 MiB
Languages
Python 99.9%