magnum/install-guide/source/index.rst
Spyros Trigazis b6df29c559 [install] Add obs install-guide
Tested using:
zypper addrepo -f obs://Cloud:OpenStack:Master/openSUSE_Leap_42.1 Master

Also:
* fix minor typo
* add toctree depth

Change-Id: I83a0cc9bcd2aa660c4109dbafc1b8aff7d60d798
Partially-Implements: blueprint projectspecificinstallguides
Partially-Implements: blueprint magnum-installation-guide
2016-06-28 16:07:18 +02:00

24 lines
817 B
ReStructuredText

===========================================
Container Infrastructure Management service
===========================================
.. toctree::
:maxdepth: 2
get_started.rst
install.rst
verify.rst
next-steps.rst
The Container Infrastructure Management service codenamed (magnum) is an
OpenStack API service developed by the OpenStack Containers Team making
container orchestration engines (COE) such as Docker Swarm, Kubernetes
and Mesos available as first class resources in OpenStack. Magnum uses
Heat to orchestrate an OS image which contains Docker and Kubernetes and
runs that image in either virtual machines or bare metal in a cluster
configuration.
This chapter assumes a working setup of OpenStack following `OpenStack
Installation Tutorial <http://docs.openstack.org/#install-guides>`_.