c7aa6e1aeb51b1ec50eb1afad43ac8c721c6d7a9
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: I05dbf9cbfd3132b1970ca9cd9de111d6879f1582
Manila Generic Backend Source Charm
THIS CHARM IS FOR EXPERIMENTAL USE AT PRESENT. This is a new charm for the Manila service and it provides the generic backend plugin configuration.
This repository is for the reactive, layered, source charm.
Please see the src/README.md for details on the built Manila-generic backend charm and how to use it.
Building the charm
To build the charm run the following command in the root of the repository:
$ tox -e build
The resultant built charm will be in the builds directory.
Description
Languages
Python
98.9%
Shell
1.1%