[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:
parent
f64551489e
commit
2f1a1f6a4f
34
install-guide/source/install-debian-manual.rst
Normal file
34
install-guide/source/install-debian-manual.rst
Normal 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
|
34
install-guide/source/install-ubuntu.rst
Normal file
34
install-guide/source/install-ubuntu.rst
Normal 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
|
@ -38,5 +38,7 @@ magnum related metrics. See `OpenStack Install Guides
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
install-debian-manual.rst
|
||||||
install-obs.rst
|
install-obs.rst
|
||||||
install-rdo.rst
|
install-rdo.rst
|
||||||
|
install-ubuntu.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user