Juju Charm - Cinder backup
Go to file
James Page 131a849452 py3: Switch to Python 3 at Rocky
Misc updates to support the switch to Python 3 for Rocky:

  - Change default smoke test target to bionic-rocky
  - Resync charm helpers

Charm does not directly install any python packages, so
cinder charm will deal with upgrade and switch to py3.

Change-Id: I77d412a62f4a5362c7221b869f4f9c03d5d87737
2018-09-18 15:12:47 +02:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:03 +00:00
hooks py3: Switch to Python 3 at Rocky 2018-09-18 15:12:47 +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 py3: Switch to Python 3 at Rocky 2018-09-18 15:12:47 +02:00
unit_tests Use proper ceph.conf generated by ceph-backup relation 2017-08-29 10:23:13 +07:00
.coveragerc First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
.gitignore Enable Bionic as a gate test 2018-05-17 23:29:16 +00:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:30 +00:00
.testr.conf Use tox in Makefile targets 2016-03-16 22:31:27 +00:00
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:08:08 -04:00
charm-helpers-hooks.yaml Update repo to do ch-sync from Git 2017-09-26 10:19:33 +02:00
charm-helpers-tests.yaml Update repo to do ch-sync from Git 2017-09-26 10:19:33 +02: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
LICENSE Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
Makefile Update repo to do ch-sync from Git 2017-09-26 10:19:33 +02:00
metadata.yaml Update series metadata 2018-07-11 14:04:02 -05:00
README.md Added description of the service into the README 2018-08-23 14:22:39 -05:00
requirements.txt Charmhelper sync before 1604 testing 2016-04-13 08:37:02 +00:00
setup.cfg First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
test-requirements.txt Enable Zesty-Ocata Amulet Tests 2017-05-02 14:19:39 -07:00
tox.ini py3: Switch to Python 3 at Rocky 2018-09-18 15:12:47 +02:00

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