Juju Charm - Cinder Ceph backend
Go to file
OpenDev Sysadmins c57c115663 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:35:21 +00:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:05 +00:00
charmhelpers Sync charm-helpers to enable Ubuntu Disco 2019-04-05 17:13:21 +02:00
hooks Request Ceph application name `rbd` for pools we create. 2019-02-19 19:42:26 +01: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 Enable bionic/stein and disco/stein functional tests 2019-04-08 13:08:20 +02:00
unit_tests Request Ceph application name `rbd` for pools we create. 2019-02-19 19:42:26 +01:00
.gitignore Enable Bionic as a gate test 2018-05-16 13:28:02 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:21 +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
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:57 -05:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 11:11:06 +01:00
charm-helpers-hooks.yaml Update charm-helpers-hooks.yaml and sync ch 2019-02-12 15:56:27 -08:00
config.yaml Expose rbd-pool-name 2019-01-23 17:51:46 +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
LICENSE Re-license charm as Apache-2.0 2016-07-01 17:22:51 +01:00
Makefile Tests dir no longer need copy of charmhelpers 2018-10-10 12:39:55 +00:00
metadata.yaml Update series metadata 2019-04-05 11:36:00 +00:00
README.md Add README 2014-02-12 10:13:40 +00:00
requirements.txt Update requirements 2018-10-03 11:40:55 -05: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 Replace ostestr with stestr in testing framework. 2019-03-07 17:10:57 -05:00
tox.ini Replace ostestr with stestr in testing framework. 2019-03-07 17:10:57 -05: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.