
* Enable running under tox 4 * add jammy-antelope, and jammy-zed bundles; remove focal-ussuri * Update osci.yaml so that it runs with charmcraft 2.1/stable Change-Id: I3422b0f215137240cd6960eea62923117c0ee91c
25 lines
786 B
YAML
25 lines
786 B
YAML
name: infinidat-tools
|
|
summary: Inifnidat integration tools for OpenStack Block Storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
This charm is intended to be used as a subordinate charm to any machine which will access Infinidat Infinibox storage.
|
|
Infinidat host powertools is installed and is used to configure the machine (akin to infinihost settings check --auto-fix).
|
|
Compatible with bare-metal and KVM machines.
|
|
NOT compatible with lxd containers as they can't run multipathd on bionic.
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
series:
|
|
- jammy
|
|
subordinate: true
|
|
provides:
|
|
storage-backend:
|
|
interface: storage-backend
|
|
scope: container
|
|
requires:
|
|
juju-info:
|
|
interface: juju-info
|
|
scope: container
|