commit | 38a6aa59089a14ad9ce794a8c1c8083551044bfb | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Tue Aug 23 01:17:17 2022 +0300 |
committer | Biser Milanov <biser.milanov@storpool.com> | Fri Dec 16 15:29:36 2022 +0200 |
tree | 0f7e635d9e7fc05e0a0103bf9d4e2b9b1fe809d7 | |
parent | 28fea78a9cd76595c3910b126bcf5fc7ec45baf5 [diff] |
Configure the Cinder StorPool driver for iSCSI. Pass the iscsi_export_to and iscsi_portal_group options to Cinder. In the future, if we ever support a protocol value other than "iscsi", these parameters will be made conditional on that. Change-Id: I70ad0adcd2ea925279b72dd29f85f69bd2e59b38
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.