charm-manila-generic/src
Ryan Beisner adb32fdca7 Update requirements for git charmhelpers
Change-Id: I4075168ce18d74a80a30e39f4e938769dd4fed91
(cherry picked from commit 6c4ea5ef0a)
2017-10-04 16:25:35 +00:00
..
lib Update manila-generic configuration charm for updated plugin i/f 2017-02-17 10:34:35 +00:00
reactive Update manila-generic configuration charm for updated plugin i/f 2017-02-17 10:34:35 +00:00
templates/mitaka Update manila-generic configuration charm for updated plugin i/f 2017-02-17 10:34:35 +00:00
tests Updates for stable branch creation 2017-09-12 11:31:02 -07:00
README.md First commit of charm-manila-generic 2016-12-02 13:50:46 +00:00
config.yaml First commit of charm-manila-generic 2016-12-02 13:50:46 +00:00
layer.yaml First commit of charm-manila-generic 2016-12-02 13:50:46 +00:00
metadata.yaml Remove deprecated series metadata and tests 2017-08-23 09:54:01 -05:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-04 16:25:35 +00:00
tox.ini Enable Zesty-Ocata Amulet Tests 2017-04-28 14:35:13 -07:00

README.md

Overview

This is a pre-release charm intended for testing only.

This charm configures the generic backend in the related manila charm in an OpenStack cloud. This provides NFS shares using Cinder as a backing store. It should be used for testing and development purposes only.

Usage

The charm relies on the prinical manila charm, and is a subordinate to it. It provides configuration data to the manila-share service (which is provided by the manila charm with a role that includes 'share').

If multiple, different, generic backend configurations are required then the share-backend-name config option should be used to differentiate between the configuration sections.

Note: this subordinate charm requests that manila configure the nova, neutron and cinder sections that the generic driver needs to launch NFS share instances that provide NFS/CIFS services within their tenant networks. The manila charm provides the main manila service username/password to this charm to enable it to provide those configuration sections.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.