charm-ceph-fs/src
David Ames 0918cd453d Make xenial-pike the default smoke test
Change-Id: Ib6a8db01d826ea604477cfa0963a4bd56aea198a
2017-12-11 09:54:25 -08: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 Make xenial-pike the default smoke test 2017-12-11 09:54:25 -08: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 Add Bionic and remove Zesty series and tests 2017-12-05 05:27:04 +00:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:33:51 +00:00
tox.ini Make xenial-pike the default smoke test 2017-12-11 09:54:25 -08: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