https://github.com/openstack/charm-cinder-nimblestorage
Juju Charm - Cinder NimbleStorage backend. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-cinder-nimblestorage
Last synced: 5 months ago
JSON representation
Juju Charm - Cinder NimbleStorage backend. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-cinder-nimblestorage
- Owner: openstack
- Created: 2022-02-16T02:27:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:35:42.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:52:42.958Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-cinder-nimblestorage
- Size: 63.5 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NimbleStorage Storage Backend for Cinder
-------------------------------
## Overview
This charm provides a NimbleStorage storage backend for use with the Cinder charm.
To use:
juju deploy cinder
juju deploy cinder-nimblestorage
juju add-relation cinder-nimblestorage cinder
## Deployment
This charm's primary use is as a backend for the cinder charm. To do so, add a relation betweeen both charms:
juju add-relation cinder-nimblestorage:storage-backend cinder:storage-backend
# Documentation
The OpenStack Charms project maintains two documentation guides:
* [OpenStack Charm Guide][cg]: for project information, including development
and support notes
* [OpenStack Charms Deployment Guide][cdg]: for charm usage information
[cg]: https://docs.openstack.org/charm-guide
[cdg]: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide
# Bugs
Please report bugs on [Launchpad](https://bugs.launchpad.net/charm-cinder-nimblestorage/+filebug).