Manila Generic
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 58 | 15 Nov 2024 | |
latest/edge | 57 | 15 Nov 2024 | |
latest/edge | 56 | 15 Nov 2024 | |
latest/edge | 55 | 15 Nov 2024 | |
latest/edge | 48 | 27 Mar 2024 | |
latest/edge | 46 | 05 Aug 2023 | |
latest/edge | 43 | 03 Jul 2023 | |
latest/edge | 16 | 10 May 2022 | |
yoga/stable | 45 | 19 Jul 2023 | |
zed/stable | 31 | 23 Jan 2023 | |
xena/stable | 36 | 16 Jan 2023 | |
wallaby/stable | 33 | 23 Jan 2023 | |
victoria/stable | 32 | 23 Jan 2023 | |
ussuri/stable | 35 | 23 Jan 2023 | |
train/candidate | 28 | 28 Nov 2022 | |
train/edge | 34 | 16 Jan 2023 | |
stein/candidate | 28 | 28 Nov 2022 | |
stein/edge | 34 | 16 Jan 2023 | |
rocky/candidate | 28 | 28 Nov 2022 | |
rocky/edge | 34 | 16 Jan 2023 | |
queens/candidate | 28 | 28 Nov 2022 | |
queens/edge | 34 | 16 Jan 2023 | |
2024.1/candidate | 50 | 26 Jun 2024 | |
2024.1/candidate | 46 | 24 Jan 2024 | |
2023.2/stable | 47 | 30 Nov 2023 | |
2023.1/stable | 42 | 14 Jun 2023 |
juju deploy manila-generic --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
debug | boolean
Enable debug logging
-
driver-auth-type | string
One of 'password', 'ssh', 'both'. This determines how manila authenticates against the service-instance; e.g. using password, ssh keypair or both.
-
driver-keypair-name | string
Default: manila-service
This is the keypair name that will be provided to nova instances. Note that manila uploads the keypair from the config settings 'generic-driver-ssh-private-key' and 'generic-driver-ssh-public-key'. If neither the ssh config vars are set nor the password then the charm will block until they are set.
-
driver-service-image-name | string
Default: manila-service-image
the image name to use for the generic instance
-
driver-service-instance-flavor-id | int
The ID for the flavor to launch images in. The driver blocks if this is not set.
-
driver-service-instance-password | string
If the service user doesn't log in with a key-pair a password is needed to allow manila to ssh into the service instance. If the password is set then it is used and an SSH key is not configured.
-
driver-service-instance-user | string
Default: manila
The user to log into the share instance.
-
driver-service-ssh-key | string
The key for the manila to inject into the instance. If set, manila will inject it into OpenStack if the keypair name doesn't exist.
-
driver-service-ssh-key-public | string
The public key for the manila to inject into the instance. If set, manila will inject it into OpenStack if the keypair name doesn't exist.
-
openstack-origin | string
Default: distro
Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket.
Supported Cloud Archive sources include: cloud:precise-folsom, cloud:precise-folsom/updates, cloud:precise-folsom/staging, cloud:precise-folsom/proposed.
Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.
-
verbose | boolean
Enable verbose logging