diff --git a/install-guide/source/index.rst b/install-guide/source/index.rst index ce55b66b46..7a0258fef9 100644 --- a/install-guide/source/index.rst +++ b/install-guide/source/index.rst @@ -3,6 +3,7 @@ Container Infrastructure Management service =========================================== .. toctree:: + :maxdepth: 2 get_started.rst install.rst @@ -18,5 +19,5 @@ runs that image in either virtual machines or bare metal in a cluster configuration. This chapter assumes a working setup of OpenStack following `OpenStack -Installation Tutorial `_.. +Installation Tutorial `_. diff --git a/install-guide/source/install-obs.rst b/install-guide/source/install-obs.rst new file mode 100644 index 0000000000..f74e86139a --- /dev/null +++ b/install-guide/source/install-obs.rst @@ -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 diff --git a/install-guide/source/install.rst b/install-guide/source/install.rst index bf614afdcb..6ce59bda0b 100644 --- a/install-guide/source/install.rst +++ b/install-guide/source/install.rst @@ -36,5 +36,7 @@ magnum related metrics. See `OpenStack Install Guides accordingly. .. toctree:: + :maxdepth: 2 + install-obs.rst install-rdo.rst