charm-manila-generic/src
Andrew McLeod 521d08f3df Modify tests.yaml which specifies bundletester config params
with the following key:value pairs:

- reset_timeout: 600

Change-Id: Ia197f23b0ef7745c0f39cfd68aef82fef7aed1bb
2017-08-09 14:26:42 -06: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 Modify tests.yaml which specifies bundletester config params 2017-08-09 14:26:42 -06: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 Enable Zesty-Ocata Amulet Tests 2017-04-28 14:35:13 -07:00
test-requirements.txt Enable Zesty-Ocata Amulet Tests 2017-04-28 14:35:13 -07: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.