magnum/install-guide/source/install.rst
Spyros Trigazis 2f1a1f6a4f [install] Add debian and ubunutu IGs
Tested with packages built from master branch.

Change-Id: I8508cd8c65912c5c770ab8968281511302d7a2ab
Partially-Implements: blueprint projectspecificinstallguides
Partially-Implements: blueprint magnum-installation-guide
2016-07-19 20:15:39 +02:00

1.6 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: Compute, Image Service, Identity, Networking, Block Storage, Orchestration and Neutron/LBaaS. See OpenStack Install Guides for all the above services apart from Neutron/LBaaS. For Neutron/LBaaS see Neutron/LBaaS/HowToRun.

To store certificates, you can use Barbican (which is recommended) or save them locally on the controller node. To install Barbican see Setting up a Barbican Development Environment <http://docs.openstack.org/developer/barbican/ setup/dev.html#configuring-barbican>__

Optionally, you can install the following components: Object Storage to make private Docker registries available to users and Telemetry to send periodically magnum related metrics. See OpenStack Install Guides.

Note

Installation and configuration vary by distribution.

Important

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

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