
- Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml - Update flake to 7.1.1 - Add Py312 tox target - Remove setup_tools pinning Change-Id: Idd6c6524ea9f0da006af6916ce6ac4569c225a28
purestorage Storage Backend for Cinder
Overview
This charm provides a Purestorage storage backend for use with the Cinder charm.
To use:
juju deploy cinder
juju deploy cinder-purestorage --config driver-source="ppa:openstack-charmers/purestorage-stable"
juju add-relation cinder-purestorage cinder
The Purestorage python packages are currently provided through a PPA which is managed by the OpenStack Charmers team until such time as the driver packages can be added to Ubuntu and/or the Ubuntu Cloud Archive.
Configuration
See config.yaml for details of configuration options. The cinder-purestorage charm needs to be configured to point at the storage array. Typically, the settings that need to be configured are:
protocol: iscsi
volume-backend-name: cinder-pure
san-ip: PURESTORAGE_IP
pure-api-token: API_TOKEN
See config.yaml for the full list of configuration options.