Juju Charm - Cinder backup
Go to file
Ryan Beisner e460db6f64 Use bundletester for amulet test execution
Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Also remove brittle auth conf checks which are failing at
cinder-ceph master. Even without those explicit checks, if auth
fails, functional tests will still fail and catch issues in gate.

Change-Id: I7b0009fa0e29dcaf7d6e5607af7b397e437aac79
2016-07-20 04:00:40 +00:00
hooks Pre-release charm-helpers sync 2016-07-15 10:46:17 -07:00
templates Enable tests/021-basic-xenial-mitaka amulet 2016-04-12 15:45:04 +00:00
tests Use bundletester for amulet test execution 2016-07-20 04:00:40 +00:00
unit_tests Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01: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 First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
charm-helpers-tests.yaml [hopem,r=] 2016-01-24 15:59:59 +00: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 First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
metadata.yaml [hopem,r=] 2016-01-24 15:59:59 +00: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 Use bundletester for amulet test execution 2016-07-20 04:00:40 +00:00
tox.ini Use bundletester for amulet test execution 2016-07-20 04:00:40 +00: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