8045849848
* 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: I3dd29fd9d9e5e7057dc50b03a4a3945d1c7178d2
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
name: swift-storage
|
|
summary: OpenStack Object Storage - Swift storage service
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
OpenStack Object Storage (code-named Swift) is open source software for
|
|
creating redundant, scalable object storage using clusters of standardized
|
|
servers to store petabytes of accessible data. It is not a file system or
|
|
real-time data storage system, but rather a long-term storage system for a
|
|
more permanent type of static data that can be retrieved, leveraged, and
|
|
then updated if necessary. Primary examples of data that best fit this
|
|
type of storage model are virtual machine images, photo storage, email
|
|
storage and backup archiving. Having no central "brain" or master point of
|
|
control provides greater scalability, redundancy and permanence.
|
|
.
|
|
This charm deploys the Swift storage service, supporting HTTP based access
|
|
via Swift proxy services.
|
|
docs: https://discourse.charmhub.io/t/swift-storage-docs-index/11104
|
|
tags:
|
|
- openstack
|
|
- file-servers
|
|
series:
|
|
- jammy
|
|
- lunar
|
|
- mantic
|
|
extra-bindings:
|
|
replication:
|
|
cluster:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
swift-storage:
|
|
interface: swift
|
|
requires:
|
|
secrets-storage:
|
|
interface: vault-kv
|
|
storage:
|
|
block-devices:
|
|
type: block
|
|
multiple:
|
|
range: 0-
|
|
minimum-size: 1G
|