![Ryan Beisner](/assets/img/avatar_default.png)
Bionic, being the next LTS, is important to enable for dev and test as early as possible ahead of 18.02. Zesty goes EOL in Jan 2018. The next stable charms release (18.02) will not provide Zesty series support, as it was an interim (non-LTS) release. Change-Id: Ie268f0ca974147c0334d91060bd2ce8756f49a65
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
name: swift-proxy
|
|
summary: OpenStack Object Storage - Swift proxy 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 proxy service, providing HTTP based access
|
|
onto underlying Swift storage services.
|
|
tags:
|
|
- openstack
|
|
- cache-proxy
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- artful
|
|
- trusty
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
object-store:
|
|
interface: swift-proxy
|
|
requires:
|
|
swift-storage:
|
|
interface: swift
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
amqp:
|
|
interface: rabbitmq
|
|
peers:
|
|
cluster:
|
|
interface: swift-ha
|