Merge "[install] Add debian and ubunutu IGs"

This commit is contained in:
Jenkins 2016-07-22 02:29:38 +00:00 committed by Gerrit Code Review
commit 9a19c6be22
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