Juju Charm - Cinder backup
Go to file
Alex Kavanagh 90d9ce7c1a Updates for stable branch creation
Set default branch for git review/gerrit.

Switch tests to stable.

Switch to using stable charm-helpers branch.

Switch to using stable charm.openstack branch.

Change-Id: Ibfa10bc43c234ec3fa175e9d519169f03b0dbed1
2020-08-13 11:30:00 +01: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 Release sync for 20.08 2020-07-27 20:50:57 +01: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 2020-08-13 11:30:00 +01:00
unit_tests Use unittest.mock instead of mock 2020-06-09 15:55:19 +02:00
.gitignore Convert the charm to Python3 2019-02-13 16:24:29 +00:00
.gitreview Updates for stable branch creation 2020-08-13 11:30:00 +01:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -05:00
.zuul.yaml Switch to Ussuri jobs 2019-10-23 09:58:07 +08:00
LICENSE Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
Makefile Migrate functional tests from Amulet to Zaza 2019-10-09 10:14:32 +03: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 2020-08-13 11:30:00 +01: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 Updates for 20.08 cycle start for groovy and libs 2020-06-02 14:29:19 +01:00
requirements.txt Release sync for 20.08 2020-07-27 20:50:57 +01:00
setup.cfg First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
test-requirements.txt Release sync for 20.08 2020-07-27 20:50:57 +01:00
tox.ini Fix Zaza tests, pre-freeze 'make sync' and Python 3.8 support 2020-05-12 13:50:19 +02: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