
* sync charm-helpers to classic charms * change openstack-origin/source default to bobcat * add mantic to metadata series * align testing with bobcat * add new bobcat bundles * add bobcat bundles to tests.yaml * add bobcat tests to osci.yaml * update build-on and run-on bases * drop kinetic * update charmcraft_channel to 2.x/stable Change-Id: Ic28b65d64bb6e92fe56d42de286d715b8f5be291
28 lines
534 B
YAML
28 lines
534 B
YAML
name: cinder-three-par
|
|
summary: |
|
|
3par integration for OpenStack Block Storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Cinder is the block storage service for the Openstack project.
|
|
.
|
|
This charm provides a 3par backend for Cinder
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- storage-array
|
|
- misc
|
|
series:
|
|
- jammy
|
|
- lunar
|
|
- mantic
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: cinder-backend
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|
|
|