Juju Charm - Cinder backup
Go to file
Nobuto Murata 14f6f2885b Use proper ceph.conf generated by ceph-backup relation
When a primary Ceph cluster is used as a volume backend and a secondary
cluster as a backup backend, target Ceph mon addresses will be
different. But previously both Cinder volume and backup services use the
same /etc/ceph/ceph.conf generated by cinder-ceph and ceph-mon relation.
Instead, use separete ceph.conf files based on relation types.

Change-Id: I1d82db179b41b0c01d2a217838384ac71ef7bdad
Closes-Bug: #1713489
2017-08-29 10:23:13 +07:00
actions Update tox.ini files from release-tools gold copy 2016-09-09 19:22:03 +00:00
hooks Use proper ceph.conf generated by ceph-backup relation 2017-08-29 10:23:13 +07: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 Use proper ceph.conf generated by ceph-backup relation 2017-08-29 10:23:13 +07: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 Resync charm-helpers 2016-05-18 14:04:02 +01: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
LICENSE Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
Makefile Use bundletester for amulet test execution 2016-07-20 04:00:40 +00:00
README.md First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
charm-helpers-hooks.yaml Pre-release charm-helpers sync 16.10 2016-09-30 10:36:26 -07:00
charm-helpers-tests.yaml Fix alphanumeric comparisons for openstack and ubuntu releases 2017-03-28 15:12:10 +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 Remove deprecated series metadata and tests 2017-08-23 09:52:24 -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 Enable Zesty-Ocata Amulet Tests 2017-05-02 14:19:39 -07:00

README.md

Cinder Backup Service

Overview

This charm provides a

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