magnum/doc/source/install/install.rst
Andreas Jaeger df54de88a3 Update docs links
Many links are broken or point to redirect pages, update all of them.

Use better RST for intra-document links so that they do not silently
break if documents move.

Use opendev.org consistently for git.

Change-Id: I8fedff2fff82177fd12da808b8b421270cbe2d95
2019-07-26 15:41:57 +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 <https://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 <https://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 install-guide-from-source.rst