~chris.macnaughton/charms/trusty/ceph-mon/trunk

131 by Chris MacNaughton
remove osd stuff
1
name: ceph-mon
20 by James Page
Updates for pep8 compliance, added peer hinting to mon hook, removed redundant mon-relation-changed hook, updated copyright, added start/stop hooks to keep charm proof quiet
2
summary: Highly scalable distributed storage
122 by James Page
Update maintainer
3
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
1 by Paul Collins
start with some boilerplate
4
description: |
20 by James Page
Updates for pep8 compliance, added peer hinting to mon hook, removed redundant mon-relation-changed hook, updated copyright, added start/stop hooks to keep charm proof quiet
5
 Ceph is a distributed storage and network file system designed to provide
6
 excellent performance, reliability, and scalability.
106.1.4 by Ryan Beisner
lint cleanup; fix test dependency typo; remove fakefail
7
tags:
106.1.18 by Ryan Beisner
update tags for consistency with other openstack charms
8
  - openstack
9
  - storage
10
  - file-servers
11
  - misc
2 by Paul Collins
add README and some prototype hooks
12
peers:
13
  mon:
39 by James Page
Rename ceph-brolin -> ceph
14
    interface: ceph
35 by James Page
Added support for remote OSD services
15
provides:
86.2.1 by root
[bradm] initial nrpe checks
16
  nrpe-external-master:
17
    interface: nrpe-external-master
18
    scope: container
35 by James Page
Added support for remote OSD services
19
  client:
20
    interface: ceph-client
21
  osd:
22
    interface: ceph-osd
23
  radosgw:
24
    interface: ceph-radosgw
86.2.2 by Brad Marshall
[bradm] Initial nrpe checks
25
  nrpe-external-master:
26
    interface: nrpe-external-master
27
    scope: container