Juju Charm - Cinder backup
Go to file
Ryan Beisner 99da41166c
Sync charm/ceph helpers, tox, and requirements
Change-Id: I25dd883c61f6261901a76800d17ad982cb23177e
2019-09-30 22:41:36 -05:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:03 +00:00
files Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:36 -05:00
hooks Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:36 -05:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:22:03 +00:00
templates Enable tests/021-basic-xenial-mitaka amulet 2016-04-12 15:45:04 +00:00
tests Sync charm-helpers 2019-07-16 07:06:06 +00:00
unit_tests Enable bionic/stein and disco/stein functional tests 2019-04-16 11:34:56 +02:00
.gitignore Convert the charm to Python3 2019-02-13 16:24:29 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:28 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -05:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-30 10:20:21 -04:00
LICENSE Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
Makefile Tests dir no longer need copy of charmhelpers 2018-10-10 12:39:46 +00:00
README.md Added description of the service into the README 2018-08-23 14:22:39 -05:00
charm-helpers-hooks.yaml Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:36 -05:00
config.yaml First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
copyright Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
icon.svg Update charm icon 2017-08-02 15:56:10 +01:00
metadata.yaml Update series metadata 2019-08-19 11:49:49 -04:00
requirements.txt Update requirements 2018-10-03 11:40:48 -05:00
setup.cfg First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
test-requirements.txt Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:36 -05:00
tox.ini Sync charm/ceph helpers, tox, and requirements 2019-09-30 22:41:36 -05:00

README.md

Cinder Backup Service

Overview

This charm provides a Cinder Backup component as part of OpenStack Cinder service. It is intended to be used alongside the other OpenStack components, even though it must have relation set up with core Cinder service.

To use:

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

Configuration