Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidfire/charm-cinder-solidfire
Juju subordinate Charm for Cinder to configure Cinder to use SolidFire.
https://github.com/solidfire/charm-cinder-solidfire
netapp-public
Last synced: 2 months ago
JSON representation
Juju subordinate Charm for Cinder to configure Cinder to use SolidFire.
- Host: GitHub
- URL: https://github.com/solidfire/charm-cinder-solidfire
- Owner: solidfire
- License: other
- Created: 2017-01-11T20:42:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T17:03:51.000Z (about 7 years ago)
- Last Synced: 2024-08-02T21:38:32.837Z (5 months ago)
- Topics: netapp-public
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solidfire - Juju charm - end (may need to be updated) (Resources and Solutions / Virtualization)
README
SolidFire storage backend for Cinder
------------------------------------Overview
========This charm configures Cinder to use SolidFire as a backend. This charm works
with multiple backends from other vendors including ceph.To use:
juju deploy cinder
juju deploy cinder-solidfire
juju config cinder-solidfire san_ip=172.27.1.50 san_login=admin san_password=solidfire
juju add-relation cinder-solidfire:storage-backend cinder:storage-backendThis will setup a configuration file with the stanza named for the unit
(ex: cinder-solidfire-1) and the volume_backend_name set to 'cinder-solidfire'.
The charm does NOT setup the volume-types for Cinder. You will need to do that
once the Stack is up. See the cinder configuration guide for details.Prerequisites
=============Everything assumes you have the SolidFire cluster up and running already and
that your controller nodes (containers) can reach the SolidFire MVIP and SVIP
as needed.Configuration
=============The configuration options for this charm are shown below (by the charm store).
The required configuration minimum options are san_ip, san_login, san_password,
all others are optional.As an option to the above command (in overview) to set the variables, you can
also pass a file into the deploy command with the configuration like this:juju deploy /home/ebalduf/charms/xenial/cinder-solidfire --config=SF-Config.yaml
Contact Information
===================For issues and concerns please use the NetApp developer site and community forums.
http://netapp.io/
Ed Balduf