commit | 75fadfa1026614988b3187068ba9d91e19e4a886 | [log] [tgz] |
---|---|---|
author | Biser Milanov <biser.milanov@storpool.com> | Wed Aug 17 16:50:11 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | 476ce0e9e826d3fd349f3a3ee831b683650f7dcc | |
parent | 57725c2c05e39754c51899c717fe6ebea6747090 [diff] |
Update project definitions to fix tox targets charmcraft 2.0.0 no longer accepts "build" as a command [1]; replacing with "pack". Renaming the "charm_build_name" value in osci.yaml as rename.sh expects it. [1]: https://juju.is/docs/sdk/build-and-deploy-minimal-machine-charm Change-Id: I7b7af74dc7da21e09d4f162cbb64c225531fcf25
This charm provides a StorPool storage backend for use with the Cinder charm.
To use:
juju deploy cinder juju deploy cinder-storpool \ --config storpool_template="my_template" \ --config sp_api_http_host="1.2.3.4" \ --config sp_auth_token=1234567890123456789 juju add-relation cinder-storpool cinder
See config.yaml for details of configuration options.
Options with a blank 'default' field are mandatory and have to be provided by an administrator.