Juju Charm - Cinder backup
Go to file
Alex Kavanagh 3fc02fc546 Migrate charm charmhub for stable/ussuri
- start from stable/ussuri branch
- Do charmcraft, osci, zuul changes
- Modify libs to point to stable/ussuri for:
  - charmhelpers
  - charms.openstack (as needed)
  - zaza & zaza.openstack.tests
- Remove unsupported test bundles
- migration bundles to charmhub.io (ch: prefix + channels)
- Build on 18.04 amd64
- Run on 18.04 amd64, s390x, ppc64el, arm64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: Ic99a6dd7aab2d6be4238628fbf27dbac36db08ae
2022-07-20 12:39:14 +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 c-h sync - restore proxy env vars for add-apt-repository 2021-05-13 08:46:09 -04: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 Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
unit_tests Sync libraries & common files prior to freeze 2020-09-28 12:56:59 +01:00
.gitignore Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
.gitreview Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:10:51 -05:00
.zuul.yaml Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
LICENSE Re-license charm as Apache-2.0 2016-06-28 12:10:59 +01:00
Makefile Add Victoria to the test gate 2020-11-12 11:27:15 +01:00
README.md Added description of the service into the README 2018-08-23 14:22:39 -05:00
build-requirements.txt Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
charm-helpers-hooks.yaml Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
charmcraft.yaml Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +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 Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
osci.yaml Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
pip.sh 21.10 - Stable cut of charms for testing period 2021-10-13 23:19:32 +01:00
rename.sh Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
requirements.txt Sync release-tools 2021-07-22 14:53:12 +02:00
setup.cfg First commit of cinder-backup subordinate charm 2015-10-01 17:11:59 +01:00
test-requirements.txt Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01:00
tox.ini Migrate charm charmhub for stable/ussuri 2022-07-20 12:39:14 +01: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