From b6df29c5590be6161a0975b671f96f6a49222285 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Tue, 28 Jun 2016 15:43:21 +0200 Subject: [PATCH] [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 --- install-guide/source/index.rst | 3 ++- install-guide/source/install-obs.rst | 34 ++++++++++++++++++++++++++++ install-guide/source/install.rst | 2 ++ 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 install-guide/source/install-obs.rst 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