charm-ceph-fs/src
Pete Vander Giessen bec0cfaff2 Replace ostestr with stestr in testing framework.
A system upgrade broke ostestr. We can fix it by just calling stestr
directly.

Change-Id: I8d24df7c6baa225f79501024c1872a07ae022e1a
2019-03-07 17:10:21 -05:00
..
actions Add .gitreview and clean up repo 2017-01-06 08:29:43 -08:00
reactive Series Upgrade 2018-10-23 11:45:43 -07:00
templates Public Network Support 2017-02-09 12:11:04 +00:00
tests Update functional test definitions 2018-09-05 06:06:51 +01: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 2018-07-11 14:03:10 -05:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-07 17:10:21 -05:00
tox.ini Pass all CS_ vars to tox env to pickup timeout 2018-10-05 10:10:32 +00: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