
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I2cb698f719106e54b06009f24ea47259419e9cad
21 lines
466 B
YAML
21 lines
466 B
YAML
name: ovn-dedicated-chassis
|
|
summary: Open Virtual Network for Open vSwitch - Chassis
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
A charm that deploys the OVN local controller and Open vSwitch
|
|
Database and Switch.
|
|
tags:
|
|
- networking
|
|
series:
|
|
- jammy
|
|
subordinate: false
|
|
extra-bindings:
|
|
data:
|
|
requires:
|
|
ovsdb:
|
|
interface: ovsdb
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|