magnum/install-guide/source/install.rst
Spyros Trigazis 3f861f75bf [install] Fix optional services bullet-list
Fix the bullet list in of optional services in packages install-guide
and in the install-guide from source.

Change-Id: I57154c6afa1c97aee36d58d32352ff91aa14e73a
Partially-Implements: blueprint magnum-installation-guide
2016-09-15 13:47:35 +02:00

2.0 KiB

Install and configure

This section describes how to install and configure the Container Infrastructure Management service, code-named magnum, on the controller node.

This section assumes that you already have a working OpenStack environment with at least the following components installed: Identity service, Image service, Compute service, Networking service, Block Storage service and Orchestration service. See OpenStack Install Guides <http://docs.openstack.org/ #install-guides>__.

To provide access to Docker Swarm or Kubernetes using the native clients (docker or kubectl, respectively) magnum uses TLS certificates. To store the certificates, it is recommended to use the Key Manager service, code-named barbican <http://docs.openstack.org/project-install-guide/key-manager/ draft/>__, or you can save them in magnum's database.

Optionally, you can install the following components:

Note

Installation and configuration vary by distribution.

Important

Magnum creates clusters of compute instances on the Compute service (nova). These instances must have basic Internet connectivity and must be able to reach magnum's API server. Make sure that the Compute and Network services are configured accordingly.

install-debian-manual.rst install-obs.rst install-rdo.rst install-ubuntu.rst