Go to file
Alex Kavanagh 0b0d8443b2 Add focal/ussuri bundles to charm
This relies on (and is stacked on) the amulet->zaza tests
for the same charm.

Change-Id: Ic302b402ed4788451e026cea5330351f9520db30
2020-05-20 13:33:44 +01:00
2020-05-07 16:34:31 +02:00
2019-08-14 14:10:15 +00:00
2020-05-20 13:33:44 +01:00
2018-05-16 13:28:02 -07:00
2019-04-19 19:35:21 +00:00
2014-01-23 16:14:44 +00:00
2019-10-24 22:34:03 -04:00
2016-07-01 17:22:51 +01:00
2017-08-02 17:55:03 +01:00
2016-07-01 17:22:51 +01:00
2014-02-12 10:13:40 +00:00
2020-05-20 09:47:32 +01:00
2014-01-23 16:38:22 +00:00
2014-01-23 16:14:44 +00:00
2020-05-20 09:47:32 +01:00
2020-05-20 09:47:32 +01: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%