
Due to a build problem with the reactive plugin, this change falls back on overriding the steps and doing a manual build, but it also ensures the CI system builds the charm using charmcraft. Changes: - add a build-requirements.txt - modify charmcraft.yaml - modify osci.yaml -> indicate build with charmcraft - modify tox.ini -> tox -e build does charmcraft build/rename -> tox -e build-reactive does the reactive build - modify bundles to use the <charm>.charm artifact in tests. and fix deprecation warning re: prefix - tox inception to enable tox -e func-test in the CI Change-Id: Icad049b5d152306be943c9c7177bbf751b48ddb0
24 lines
574 B
YAML
24 lines
574 B
YAML
name: neutron-api-plugin-ovn
|
|
summary: Neutron OVN ML2 plugin
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Subordinate charm that deploys the ``networking-ovn`` component on
|
|
``neutron-api`` units and augments Neutron's configuration for use with
|
|
the OVN ML2 plugin.
|
|
tags:
|
|
- networking
|
|
series:
|
|
- focal
|
|
- impish
|
|
subordinate: true
|
|
requires:
|
|
container:
|
|
interface: juju-info
|
|
scope: container
|
|
ovsdb-cms:
|
|
interface: ovsdb-cms
|
|
provides:
|
|
neutron-plugin:
|
|
interface: neutron-plugin-api-subordinate
|
|
scope: container
|