6322a6d827
Add documentation to create a basic Docker Swarm cluster and create a container. Change-Id: I43c7701fbd55153e0e36a915efed802dd1fe5ea4 Partially-Implements: blueprint magnum-installation-guide
25 lines
840 B
ReStructuredText
25 lines
840 B
ReStructuredText
===========================================
|
|
Container Infrastructure Management service
|
|
===========================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
get_started.rst
|
|
install.rst
|
|
verify.rst
|
|
launch-instance.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>`_.
|
|
|