A Juju charm to provide a StorPool storage backend for Cinder

Clone this repo:

Branches

  1. 9045c99 Update cinder and keystone charm channel by Biser Milanov · 1 year, 6 months ago master
  2. f4c6f77 Fix typo by Biser Milanov · 2 years ago
  3. fe5959f Add hints about charm testing in the documentation by Biser Milanov · 2 years, 5 months ago
  4. aa139c0 Add contribution guide by Biser Milanov · 2 years, 5 months ago
  5. 36f6c78 Format README.md to Markdown by Biser Milanov · 2 years, 5 months ago

StorPool Storage Backend for Cinder

Overview

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

Configuration

See config.yaml for details of configuration options.

Options with a blank 'default' field are mandatory and have to be provided by an administrator.

Testing

Information about how the charm is tested can be found in the CONTRIBUTING.md and tests/README.md files.

Contributing

See CONTRIBUTING.md for how you can submit changes to this project.