Juju Charm - Cinder Ceph backend
Go to file
Ryan Beisner 60e7e79c3e Add Bionic and remove Zesty series and tests
Bionic, being the next LTS, is important to enable for dev
and test as early as possible ahead of 18.02.

Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
will not provide Zesty series support, as it was an interim
(non-LTS) release.

Change-Id: I5117822323d86c92c3060755cdec0bbb5b5ddfc2
2017-12-05 05:27:50 +00:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:05 +00:00
hooks Sync charm-helpers 2017-11-28 14:37:14 +00:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:22:05 +00:00
templates Add marker to avoid empty directory problem for git migration 2015-11-06 12:37:56 +00:00
tests Add Bionic and remove Zesty series and tests 2017-12-05 05:27:50 +00:00
unit_tests change assert(Not)Equals to assert(Not)Equal 2017-09-11 21:37:36 +08:00
.coveragerc Initial version of charm 2014-01-23 16:14:44 +00:00
.gitignore Charmhelpers Resync 2016-04-14 08:20:40 -07:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:30 +00:00
.project Initial version of charm 2014-01-23 16:14:44 +00:00
.pydevproject Fix support for cinder ceph rbd on Ocata 2017-03-13 13:43:07 +00:00
.testr.conf Add tox support 2015-11-03 14:16:36 +00:00
LICENSE Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00
Makefile Update repo to do ch-sync from Git 2017-09-26 10:19:58 +02:00
README.md Add README 2014-02-12 10:13:40 +00:00
charm-helpers-hooks.yaml Update repo to do ch-sync from Git 2017-09-26 10:19:58 +02:00
charm-helpers-tests.yaml Update repo to do ch-sync from Git 2017-09-26 10:19:58 +02:00
config.yaml Add support for cephx pool grouping and permissions 2017-02-14 11:19:34 +00:00
copyright Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00
icon.svg Update charm icon 2017-08-02 17:55:03 +01:00
metadata.yaml Add Bionic and remove Zesty series and tests 2017-12-05 05:27:50 +00:00
requirements.txt Charmhelper sync before 1604 testing 2016-04-13 08:36:28 +00:00
revision Fixes from testing 2014-01-23 16:38:22 +00:00
setup.cfg Initial version of charm 2014-01-23 16:14:44 +00:00
test-requirements.txt Enable Zesty-Ocata Amulet Tests 2017-04-28 08:42:11 -07:00
tox.ini Enable Zesty-Ocata Amulet Tests 2017-04-28 08:42:11 -07:00

README.md

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.