
Provide a script for interpreting the "only" directives and splitting the existing content up into standalone files for each OS to make it easier for project teams to copy the parts they need into their own project documentation trees without requiring separate platform builds. The files have been hand-edited to pass the niceness check and to allow the install guide to build. The script for building the guide has been changed to not build separate copies per OS. Change-Id: Ib88f373190e2a4fbf14186418852d971b33dca85 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
85 lines
2.4 KiB
ReStructuredText
85 lines
2.4 KiB
ReStructuredText
==========================================
|
|
OpenStack Installation Tutorial for Debian
|
|
==========================================
|
|
|
|
|
|
Abstract
|
|
~~~~~~~~
|
|
|
|
The OpenStack system consists of several key services that are separately
|
|
installed. These services work together depending on your cloud
|
|
needs and include the Compute, Identity, Networking, Image, Block Storage,
|
|
Object Storage, Telemetry, Orchestration, and Database services. You
|
|
can install any of these projects separately and configure them stand-alone
|
|
or as connected entities.
|
|
|
|
|
|
|
|
|
|
|
|
This guide walks through an installation by using packages
|
|
available through Debian 8 (code name: Jessie).
|
|
|
|
.. note::
|
|
|
|
This guide uses installation with debconf set to non-interactive
|
|
mode. That is, there will be no debconf prompt. To configure a computer
|
|
to use this mode, run the following command:
|
|
|
|
.. code-block:: console
|
|
|
|
# dpkg-reconfigure debconf
|
|
|
|
.. end
|
|
|
|
If you prefer to use debconf, refer to the debconf
|
|
install-guide for Debian.
|
|
|
|
|
|
Explanations of configuration options and sample configuration files
|
|
are included.
|
|
|
|
.. note::
|
|
The Training Labs scripts provide an automated way of deploying the
|
|
cluster described in this Installation Guide into VirtualBox or KVM
|
|
VMs. You will need a desktop computer or a laptop with at least 8
|
|
GB memory and 20 GB free storage running Linux, MaOS, or Windows.
|
|
Please see the
|
|
`OpenStack Training Labs <https://docs.openstack.org/training_labs/>`_.
|
|
|
|
This guide documents the OpenStack Ocata release.
|
|
|
|
.. warning::
|
|
|
|
This guide is a work-in-progress and is subject to updates frequently.
|
|
Pre-release packages have been used for testing, and some instructions
|
|
may not work with final versions. Please help us make this guide better
|
|
by reporting any errors you encounter.
|
|
|
|
Contents
|
|
~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
common/conventions.rst
|
|
overview.rst
|
|
environment.rst
|
|
keystone.rst
|
|
glance.rst
|
|
nova.rst
|
|
neutron.rst
|
|
horizon.rst
|
|
cinder.rst
|
|
additional-services.rst
|
|
launch-instance.rst
|
|
common/appendix.rst
|
|
|
|
.. Pseudo only directive for each distribution used by the build tool.
|
|
This pseudo only directive for toctree only works fine with Tox.
|
|
When you directly build this guide with Sphinx,
|
|
some navigation menu may not work properly.
|
|
.. Keep this pseudo only directive not to break translation tool chain
|
|
at the openstack-doc-tools repo until it is changed.
|
|
.. end of contents
|