afe7651e5c
Juju 2.0 provides support for network spaces, allowing charm authors to support direct binding of relations and extra-bindings onto underlying network spaces. Add public and cluster extra bindings to this charm to support separation of client facing and cluster network traffic using Juju network spaces. Existing network configuration options will still be preferred over any Juju provided network bindings, ensuring that upgrades to existing deployments don't break. Change-Id: I78ab6993ad5bd324ea52e279c6ca2630f965544c
25 lines
626 B
YAML
25 lines
626 B
YAML
name: ceph-osd
|
|
summary: Highly scalable distributed storage - Ceph OSD storage
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
tags:
|
|
- openstack
|
|
- storage
|
|
- file-servers
|
|
- misc
|
|
description: |
|
|
Ceph is a distributed storage and network file system designed to provide
|
|
excellent performance, reliability, and scalability.
|
|
.
|
|
This charm provides the Ceph OSD personality for expanding storage capacity
|
|
within a ceph deployment.
|
|
extra-bindings:
|
|
public:
|
|
cluster:
|
|
requires:
|
|
mon:
|
|
interface: ceph-osd
|