ac234be543
The patch introduce configuration files for building documentations by Sphinx. Also added a simple tree of static documents for test ability of autobuilding documentation from source code. bp rally-sphinx-docs Change-Id: I2a225b1bdb4ae0640428b438a0c9779e28586546
74 lines
2.0 KiB
ReStructuredText
74 lines
2.0 KiB
ReStructuredText
..
|
|
Copyright 2014 Mirantis Inc. All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
.. _provisioning:
|
|
|
|
The Server Provider Layer
|
|
=========================
|
|
|
|
Represents a pluggable mechanism of providers of servers for deployments.
|
|
|
|
The :mod:`rally.serverprovider.provider` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.serverprovider.provider
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
The Dummy Server Provider
|
|
-------------------------
|
|
|
|
The :mod:`rally.serverprovider.providers.dummy` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.serverprovider.providers.dummy
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
The OpenStack Server Provider
|
|
-----------------------------
|
|
|
|
The :mod:`rally.serverprovider.providers.openstack` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.serverprovider.providers.openstack
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
The LXC Server Provider
|
|
-----------------------
|
|
|
|
The :mod:`rally.serverprovider.providers.lxc` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.serverprovider.providers.lxc
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
The Virsh Server Provider
|
|
-------------------------
|
|
|
|
The :mod:`rally.serverprovider.providers.virsh` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.serverprovider.providers.virsh
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|