4f5a7bf7ba
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: Ib5417aee76e3d0b110f58db9ef8dd45c6820b104
28 lines
594 B
YAML
28 lines
594 B
YAML
name: ovn-chassis
|
|
summary: Open Virtual Network for Open vSwitch - Chassis
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Subordinate charm that deploys the OVN local controller and Open vSwitch
|
|
Database and Switch.
|
|
tags:
|
|
- networking
|
|
series:
|
|
- focal
|
|
- impish
|
|
subordinate: true
|
|
extra-bindings:
|
|
data:
|
|
provides:
|
|
nova-compute:
|
|
interface: neutron-plugin
|
|
scope: container
|
|
ovsdb-subordinate:
|
|
interface: ovsdb-subordinate
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
ovsdb:
|
|
interface: ovsdb
|