Files
charm-swift-proxy/metadata.yaml
James Page aad31378b1 Add Juju Network Space support
Juju 2.0 provides support for network spaces, allowing
charm authors to support direct binding of relations and
extra-bindings onto underlying network spaces.

Resync charm-helpers to pickup support in API endpoint
resolution code and add API extra-bindings to the charm
metadata.

Change-Id: I5c719eafc32948ad23b16da1eced5a26f8afdcae
2016-03-31 14:43:06 +01:00

41 lines
1.3 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
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
peers:
cluster:
interface: swift-ha