charm-ceph-fs/src
David Ames c5f07b7b4e Updates for stable branch creation
Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I4361ac5f9eecb4f3726abacb10a465358a8e95a2
2019-08-12 09:38:21 -07:00
..
actions Add .gitreview and clean up repo 2017-01-06 08:29:43 -08:00
reactive Enable bionic/stein and disco/stein functional tests 2019-04-10 16:59:27 +01:00
templates Public Network Support 2017-02-09 12:11:04 +00:00
tests Updates for stable branch creation 2019-08-12 09:38:21 -07:00
README.md Update readme to clarify charm intent 2019-03-01 11:35:55 +01: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 Update requirements 2018-10-04 16:38:20 -07:00
metadata.yaml Update series metadata 2019-04-05 07:48:23 +02:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:10:21 -05:00
tox.ini Update functional test definitions 2019-07-17 15:28:02 +02:00
wheelhouse.txt General tidy of charm ready for release 2017-02-13 09:39:35 +00:00

README.md

CephFS Charm

This charm exists to provide an example integration of CephFS, for the purpose of test and reference. It is not intended for production use at this time.

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