Juju Charm - Cinder backup
Go to file
OpenDev Sysadmins b816c11b87 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:48:29 +00: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 Updates for stable branch creation 2019-04-17 14:02:25 -07: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:29 +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 Updates for stable branch creation 2019-04-17 14:02:25 -07: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