[install] Add obs install-guide
Tested using: zypper addrepo -f obs://Cloud:OpenStack:Master/openSUSE_Leap_42.1 Master Also: * fix minor typo * add toctree depth Change-Id: I83a0cc9bcd2aa660c4109dbafc1b8aff7d60d798 Partially-Implements: blueprint projectspecificinstallguides Partially-Implements: blueprint magnum-installation-guide
This commit is contained in:
parent
3d5413999e
commit
b6df29c559
@ -3,6 +3,7 @@ Container Infrastructure Management service
|
|||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
get_started.rst
|
get_started.rst
|
||||||
install.rst
|
install.rst
|
||||||
@ -18,5 +19,5 @@ runs that image in either virtual machines or bare metal in a cluster
|
|||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
This chapter assumes a working setup of OpenStack following `OpenStack
|
This chapter assumes a working setup of OpenStack following `OpenStack
|
||||||
Installation Tutorial <http://docs.openstack.org/#install-guides>`_..
|
Installation Tutorial <http://docs.openstack.org/#install-guides>`_.
|
||||||
|
|
||||||
|
34
install-guide/source/install-obs.rst
Normal file
34
install-guide/source/install-obs.rst
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
.. _install-obs:
|
||||||
|
|
||||||
|
Install and configure for openSUSE and SUSE Linux Enterprise
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
This section describes how to install and configure the Container
|
||||||
|
Infrastructure Management service for openSUSE Leap 42.1 and SUSE Linux
|
||||||
|
Enterprise Server 12 SP1.
|
||||||
|
|
||||||
|
.. include:: common_prerequisites.rst
|
||||||
|
|
||||||
|
Install and configure components
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
#. Install the packages:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# zypper install openstack-magnum-api openstack-magnum-conductor
|
||||||
|
|
||||||
|
.. include:: common_configure.rst
|
||||||
|
|
||||||
|
Finalize installation
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
#. Start Magnum services and configure them to start when
|
||||||
|
the system boots:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# systemctl enable openstack-magnum-api.service \
|
||||||
|
openstack-magnum-conductor.service
|
||||||
|
# systemctl start openstack-magnum-api.service \
|
||||||
|
openstack-magnum-conductor.service
|
@ -36,5 +36,7 @@ magnum related metrics. See `OpenStack Install Guides
|
|||||||
accordingly.
|
accordingly.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
install-obs.rst
|
||||||
install-rdo.rst
|
install-rdo.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user