[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
This commit is contained in:
Spyros Trigazis 2016-07-17 13:56:24 +02:00
parent f64551489e
commit 2f1a1f6a4f
3 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,34 @@
.. _install-debian-manual:
Install and configure for Debian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Container
Infrastructure Management service for Debian.
.. 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
.. include:: common/configure_4_update_heat_policy.rst
Finalize installation
---------------------
* Restart the Container Infrastructure Management services:
.. code-block:: console
# service magnum-api restart
# service magnum-conductor restart

View File

@ -0,0 +1,34 @@
.. _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
.. include:: common/configure_4_update_heat_policy.rst
Finalize installation
---------------------
* Restart the Container Infrastructure Management services:
.. code-block:: console
# service magnum-api restart
# service magnum-conductor restart

View File

@ -38,5 +38,7 @@ magnum related metrics. See `OpenStack Install Guides
.. toctree::
:maxdepth: 2
install-debian-manual.rst
install-obs.rst
install-rdo.rst
install-ubuntu.rst