James Page 92f69b1444 Update to charm-tools >= 2.0.0
The new release of charm-tools no longer ships the charm
command; update minimum version requirement and switch
to using charm-proof instead, unblocking current pep8
failures across all charms.

Also pin the version of requests to 2.6.0 until theblues
(indirect dependency of charm-tools) sort out its
requirements versioning.

Change-Id: I9ffc23d111d35833dc44fc33a27111bed55b6577
2016-03-23 09:30:16 +00:00
2016-03-02 12:07:12 +00:00
2016-03-02 12:07:12 +00:00
2015-11-03 14:16:36 +00:00
2014-01-23 16:14:44 +00:00
2016-03-02 12:07:12 +00:00
2014-01-23 16:14:44 +00:00
2014-01-23 16:14:44 +00:00
2015-11-03 14:16:36 +00:00
2014-01-23 16:14:44 +00:00
2014-01-23 16:14:44 +00:00
2016-03-15 20:12:34 -07:00
2015-11-18 10:32:38 +00:00
2014-02-12 10:13:40 +00:00
2015-11-03 14:16:36 +00:00
2014-01-23 16:38:22 +00:00
2014-01-23 16:14:44 +00:00
2016-03-23 09:30:16 +00:00

Ceph Storage Backend for Cinder

Overview

This charm provides a Ceph storage backend for use with the Cinder charm; this allows multiple Ceph storage clusters to be associated with a single Cinder deployment, potentially alongside other storage backends from other vendors.

To use:

juju deploy cinder
juju deploy -n 3 ceph
juju deploy cinder-ceph
juju add-relation cinder-ceph cinder
juju add-relation cinder-ceph ceph

Configuration

The cinder-ceph charm allows the replica count for the Ceph storage pool to be configured. This must be done in advance of relating to the ceph charm:

juju set cinder-ceph ceph-osd-replication-count=3
juju add-relation cinder-ceph ceph

By default, the replica count is set to 2 replicas. Increasing this value increases data resilience at the cost of consuming most real storage in the Ceph cluster.

Description
Juju Charm - Cinder Ceph backend
Readme 3.4 MiB
Languages
Python 99.6%
Shell 0.3%