Juju Charm - Ceph OSD
Go to file
james.page@ubuntu.com cf7719934a [beisner,r=james-page] auto normalize amulet test definitions and amulet make targets; charm-helper sync. 2015-04-17 16:03:30 +01:00
files [bradm] Removed nagios check files that were moved to nrpe-external-master charm 2014-11-18 11:06:09 +10:00
hooks auto sync charmhelpers 2015-04-16 21:32:48 +00:00
templates [coreycb,r=james-page] Add amulet tests. 2014-10-06 23:09:58 +01:00
tests auto disable kilo amulet tests (until later confirmed as functional) 2015-04-16 21:36:21 +00:00
unit_tests [niedbalski,r=hopem] 2014-11-25 18:27:01 +00:00
.bzrignore Sync charmhelpers 2014-09-26 09:25:57 +01:00
.coverage [beisner,r=james-page] auto normalize amulet test definitions and amulet make targets; charm-helper sync. 2015-04-17 16:03:30 +01:00
.project Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
.pydevproject Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
Makefile auto Makefile test target (amulet): bump juju test timeout to 2700s (same value as the juju-deployer default). Also remove explicit test names, which will cause all +x files in ./tests to be executed (as bundletester does by default). 2015-04-16 21:32:00 +00:00
README.md Resync with ceph charm, updates for raring 2012-12-17 10:31:03 +00:00
TODO Enable cephx support by default 2012-10-09 12:19:16 +01:00
charm-helpers-hooks.yaml [bradm] Added nrpe check 2014-11-04 17:05:18 +10:00
charm-helpers-tests.yaml Move charm-helpers-sync.yaml to charm-helpers-hooks.yaml and 2014-09-27 02:28:51 +00:00
config.yaml [bradm, r=gnuoy] Add setting of nagios_servicegroups 2015-02-26 13:37:18 +00:00
copyright Initial ceph-osd charm 2012-10-08 15:07:16 +01:00
icon.svg Add ceph icon 2013-06-25 14:04:30 +01:00
metadata.yaml [bradm] initial nrpe checks 2014-10-29 22:30:35 -05:00
revision [hopem] Added use-syslog cfg option to allow logging to syslog 2014-03-25 18:44:23 +00:00

README.md

Overview

Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability.

This charm deploys additional Ceph OSD storage service units and should be used in conjunction with the 'ceph' charm to scale out the amount of storage available in a Ceph cluster.

Usage

The charm also supports specification of the storage devices to use in the ceph cluster::

osd-devices:
    A list of devices that the charm will attempt to detect, initialise and
    activate as ceph storage.
    
    This this can be a superset of the actual storage devices presented to
    each service unit and can be changed post ceph-osd deployment using
    `juju set`.

For example::

ceph-osd:
    osd-devices: /dev/vdb /dev/vdc /dev/vdd /dev/vde

Boot things up by using::

juju deploy -n 3 --config ceph.yaml ceph

You can then deploy this charm by simple doing::

juju deploy -n 10 --config ceph.yaml ceph-osd
juju add-relation ceph-osd ceph

Once the ceph charm has bootstrapped the cluster, it will notify the ceph-osd charm which will scan for the configured storage devices and add them to the pool of available storage.

Contact Information

Author: James Page james.page@ubuntu.com Report bugs at: http://bugs.launchpad.net/charms/+source/ceph-osd/+filebug Location: http://jujucharms.com/charms/ceph-osd