charm-ceph-fs/src
Chris MacNaughton 502e84f7fd Remove keyring from expected ceph.conf
The global keyring was removed from ceph-mon configuration
to better support colocating ceph-mon and ceph-osd.

Change-Id: Ic1ce5f7fa4f0ba7f36b96b3204634b010d1346d3
Closes-Bug: #1719869
2017-09-27 08:41:38 -04:00
..
actions Add .gitreview and clean up repo 2017-01-06 08:29:43 -08:00
reactive Remove ceph-base layer 2017-02-21 16:52:12 -05:00
templates Public Network Support 2017-02-09 12:11:04 +00:00
tests Remove keyring from expected ceph.conf 2017-09-27 08:41:38 -04:00
README.md Remove reference to old config yaml 2017-07-31 13:44:57 -05:00
actions.yaml Add .gitreview and clean up repo 2017-01-06 08:29:43 -08:00
config.yaml Remove ceph-base layer 2017-02-21 16:52:12 -05:00
copyright Add .gitreview and clean up repo 2017-01-06 08:29:43 -08:00
icon.svg Update charm icon 2017-07-31 13:48:41 -05:00
layer.yaml Remove ceph-base layer 2017-02-21 16:52:12 -05:00
metadata.yaml Remove deprecated series metadata and tests 2017-08-23 09:51:29 -05:00
test-requirements.txt Enable Zesty-Ocata Amulet Tests 2017-05-03 10:03:18 -07:00
tox.ini Enable Zesty-Ocata Amulet Tests 2017-05-03 10:03:18 -07:00
wheelhouse.txt General tidy of charm ready for release 2017-02-13 09:39:35 +00:00

README.md

CephFS Charm

Overview

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

This charm deploys a Ceph MDS cluster.

Usage

Boot things up by using:

juju deploy -n 3 ceph-mon
juju deploy -n 3 ceph-osd

You can then deploy this charm by simply doing:

juju deploy ceph-fs
juju add-relation ceph-fs ceph-mon

Once the ceph-mon and osd charms have bootstrapped the cluster, the ceph-mon charm will notify the ceph-fs charm.

Contact Information

Ceph