charm-manila-generic/src
David Ames f58404117f Updates for stable branch 18.02 creation
Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I192ab76433e1d95cd90a8899ba38ae95a7d9b7e0
2018-03-08 18:03:45 +01:00
..
lib Fix up to work with 0.6.0 of charms.reactive 2018-01-19 14:34:51 +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 18.02 creation 2018-03-08 18:03:45 +01: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 Add Bionic and remove Zesty series and tests 2017-12-05 05:29:01 +00:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:33:58 +00:00
tox.ini Rebuild for sync charm-helpers 2018-02-21 14:02:53 -06: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.