Juju Charm - Manila-NetApp Backend
src | ||
templates/queens | ||
tests | ||
.gitignore | ||
.stestr.conf | ||
actions.yaml | ||
build-requirements.txt | ||
config.yaml | ||
LICENSE | ||
metadata.yaml | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
manila-netapp
Description
TODO: Describe your charm in a few paragraphs of Markdown
Usage
TODO: Provide high-level usage, such as required config or relations
Developing
Create and activate a virtualenv with the development requirements:
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt
Testing
The Python operator framework includes a very nice harness for testing
operator behaviour without full deployment. Just run_tests
:
./run_tests