https://github.com/openstack/charm-cinder-backup
Juju Charm - Cinder backup. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-cinder-backup
Last synced: about 1 year ago
JSON representation
Juju Charm - Cinder backup. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-cinder-backup
- Owner: openstack
- License: apache-2.0
- Created: 2016-03-01T07:54:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T21:20:19.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:52:46.570Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-cinder-backup
- Size: 1.36 MB
- Stars: 13
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
The below deployment instructions assume that a Ceph cluster and the Cinder
service are pre-existing.
To deploy:
```
juju deploy --channel cinder-backup
juju add-relation cinder-backup:backup-backend cinder:backup-backend
juju add-relation cinder-backup:ceph ceph-mon:client
```
Configuration
=============
This charm currently does not offer any configuration options.
OpenStack Dashboard Intergation
===============================
By default cinder backup does not appear on the OpenStack Horizon dashboard.
If you have OpenStack Horizon Dashboard deployed in your environment, enable
cinder backup menus using the following command:
```
juju config openstack-dashboard cinder-backup=true
```