Juju Charm - Cinder backup
Go to file
Frode Nordahl 31270aa9a7
Enable bionic/stein and disco/stein functional tests
Update name of ``backup_driver`` for Stein and onwards, reflecting
changes of how Oslo library now does import of drivers.

Change-Id: Icb050254488437bd1635fbe73b564238869e3421
2019-04-16 11:34:56 +02:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:03 +00:00
hooks Enable bionic/stein and disco/stein functional tests 2019-04-16 11:34:56 +02: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 Enable bionic/stein and disco/stein functional tests 2019-04-16 11:34:56 +02: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 Add gitreview prior to migration to openstack 2016-02-24 21:53:30 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -05:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 14:38:55 +01: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 Update charm-helpers-hooks.yaml and sync ch 2019-02-14 07:54:02 -08: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-04-05 11:35:36 +00: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 Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -05:00
tox.ini Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -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