~1chb1n/charms/trusty/ceph/next1507-amulet-cleanup

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ceph
summary: Highly scalable distributed storage
maintainer: James Page <james.page@ubuntu.com>
description: |
 Ceph is a distributed storage and network file system designed to provide
 excellent performance, reliability, and scalability.
categories:
    - file-servers
peers:
  mon:
    interface: ceph
provides:
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  client:
    interface: ceph-client
  osd:
    interface: ceph-osd
  radosgw:
    interface: ceph-radosgw
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
    gets: [nagios_hostname, nagios_host_context]