Commit Graph

6 Commits

Author SHA1 Message Date
6ec3f1b782 Add doc for network plugins
Add doc with description of network plugins and examples of their usage.

Change-Id: Ibda70b99219325893c408ab06d2c670f0d422169
2015-05-11 23:56:54 -04:00
6dd5bfec08 Add doc with basic deployment steps
This doc describes steps that should be performed to install simple Manila
configuration in existing cloud.
It has installation-specific steps that can differ from deployment to
deployment.

Following steps are described here:
- Installation of Manila binaries
- Installation of Manila client
- Registration in Keystone
- Preparation of external files (configs, etc...)
- Basic configuration of Manila
- Setup of DB
- Running services of Manila
- Creation of pilot share

Not covered:
- network plugins configuration
- share drivers-specific configurations to all drivers except Generic driver,
and this one is covered in only small use case.

Change-Id: Ie68d861411358d227b6f7cc3487dffd1e0838e4d
2015-04-27 14:12:07 +03:00
b04450ddb8 Merge "Add admin doc for multiple backends configuration" 2014-10-28 17:33:03 +00:00
6a5de1894f Add admin doc for multiple backends configuration
Add admin doc for how to configure multiple backends in manila.conf.

Change-Id: I3ac59649bab1aad06388aa49bc777fa4f17d94cc
2014-10-28 12:37:52 -04:00
98161fabb9 Fix doc build
Fix the following that shows up when running "python setup.py
build_sphinx":
manila/doc/source/adminref/index.rst:16:
WARNING: toctree contains reference to nonexisting document
u'adminref/launchpad'
manila/doc/source/adminref/index.rst:16:
WARNING: toctree contains reference to nonexisting document
u'adminref/gerrit'
manila/doc/source/adminref/index.rst:16:
WARNING: toctree contains reference to nonexisting document
u'adminref/jenkins'

checking consistency...
manila/doc/source/adminref/index.rst::
WARNING: document isn't included in any toctree

Cleanup adminref/index.rst file and remove content that is duplicated
from the devref/index.rst and not relevant here.

Change-Id: I57accea0f041ac59e507e4cf6461d2239f60b3b7
2014-10-14 21:16:24 +02:00
1dfe057fcd Add Admin doc for an Introduction to Manila
Add doc for an Introduction to Manila dealing with the fundamentals and basic
terminology used with respect to Manila from an Admin perspective.
Also, create a directory for an Admin ref along with a sample index.rst.

Change-Id: I1847f291750227927a747b5ea224a6861310a529
2014-10-13 09:23:24 -04:00