blob: a0bce8978892c29df7e016f40a9757a582874551 [file] [log] [blame]
options:
driver-source:
type: string
default: ppa:openstack-dev-s/storpool-charm
description: |
Repository that holds the packages required for the StorPool backend to
work.
driver-key:
type: string
default:
description: |
Key ID to import to the apt keyring to support use with arbitary source
configuration from outside of Launchpad archives or PPA's.
use-multipath:
type: boolean
default: True
description: |
Whether to use a multipath connection for iSCSI or FC in Cinder
volume service. Enabling multipath for VMs is managed by the
"use-multipath" option in the nova-compute charm.
protocol:
type: string
default: iscsi
description: |
The only supported value is "iscsi"; there may be experimental
support for the StorPool block client specified by "block" in the
future.
volume-backend-name:
type: string
description: |
Volume backend name for the backend. The default value is the
application name in the Juju model, e.g. "cinder-mybackend"
if it's deployed as `juju deploy cinder-storpool cinder-mybackend`.
A common backend name can be set to multiple backends with the
same characters so that those can be treated as a single virtual
backend associated with a single volume type.
storpool-template:
type: string
default:
description: |
A StorPool template defines volume replication, placement, common
parent snapshot, and/or limits. The storpool_template specifies which
template to to use for the Cinder volume type or, if specified
globally, as a default value for Cinder volumes. There is no
default value for this option; the administrator needs to provide
an explicit template name.
sp-api-http-host:
type: string
default:
description: |
The IP address on which the StorPool API is available.
sp-api-http-port:
type: int
default: 81
description: |
The port on which the StorPool API is available.
sp-auth-token:
type: string
default:
description: |
Authentication token for the StorPool API.
iscsi-portal-group:
type: string
default:
description: |
The name of the iSCSI portal group that volumes should be exported to.