Cinder Vmware
- By OpenStack Charmers
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 2 | 2 | 11 Mar 2022 | |
latest/edge | 2 | 2 | 11 Mar 2022 |
juju deploy cinder-vmware
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
14.04
VMware Storage Backend for Cinder
Overview
This charm provides a VMware storage backend for use with the Cinder charm.
To use:
juju deploy cinder
juju deploy --config config.yaml cinder-vmware
juju add-relation cinder-vmware cinder
NOTE: This charm only works with OpenStack Icehouse or better.
Configuration
The cinder-vmware charm has mandatory configuration to support access to the vCenter server managing the vSphere deployment:
cinder-vmware:
host-ip: myvcenter.vsphere
host-username: accessusername
host-password: accesspassword
The charm also provides a configuration option for the folder under which created volumes will be stored:
volume-folder: cinder-volumes
Place this configuration in the config.yaml file specified when deploying the charm.