33 lines
792 B
ReStructuredText
33 lines
792 B
ReStructuredText
![]() |
.. _install-ubuntu:
|
||
|
|
||
|
Install and configure for Ubuntu
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
This section describes how to install and configure the Container
|
||
|
Infrastructure Management service for Ubuntu 14.04 (LTS).
|
||
|
|
||
|
.. include:: common/prerequisites.rst
|
||
|
|
||
|
Install and configure components
|
||
|
--------------------------------
|
||
|
|
||
|
#. Install the common and library packages:
|
||
|
|
||
|
.. code-block:: console
|
||
|
|
||
|
# DEBIAN_FRONTEND=noninteractive apt-get install magnum-api magnum-conductor
|
||
|
|
||
|
.. include:: common/configure_2_edit_magnum_conf.rst
|
||
|
|
||
|
.. include:: common/configure_3_populate_database.rst
|
||
|
|
||
|
Finalize installation
|
||
|
---------------------
|
||
|
|
||
|
* Restart the Container Infrastructure Management services:
|
||
|
|
||
|
.. code-block:: console
|
||
|
|
||
|
# service magnum-api restart
|
||
|
# service magnum-conductor restart
|