Merge "[install] Add SUSE Rocky packages"

This commit is contained in:
Zuul 2018-09-20 10:17:49 +00:00 committed by Gerrit Code Review
commit aa20b56538
1 changed files with 13 additions and 16 deletions

View File

@ -27,22 +27,24 @@ Enable the OpenStack repository
* Enable the Open Build Service repositories based on your openSUSE or
SLES version, and on the version of OpenStack you want to install:
**On openSUSE for OpenStack Queens:**
**On openSUSE for OpenStack Rocky:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Rocky/openSUSE_Leap_15.0 Rocky
**On openSUSE for OpenStack Queens:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Queens/openSUSE_Leap_42.3 Queens
.. end
**On openSUSE for OpenStack Pike:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Pike/openSUSE_Leap_42.3 Pike
.. end
.. note::
The openSUSE distribution uses the concept of patterns to
@ -56,24 +58,24 @@ Enable the OpenStack repository
# zypper rm patterns-openSUSE-minimal_base-conflicts
.. end
**On SLES for OpenStack Rocky:**
**On SLES for OpenStack Queens:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Queens/SLE_12_SP4 Rocky
**On SLES for OpenStack Queens:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Queens/SLE_12_SP3 Queens
.. end
**On SLES for OpenStack Pike:**
.. code-block:: console
# zypper addrepo -f obs://Cloud:OpenStack:Pike/SLE_12_SP3 Pike
.. end
.. note::
The packages are signed by GPG key ``D85F9316``. You should
@ -86,7 +88,6 @@ Enable the OpenStack repository
Key Created: 2015-12-16T16:48:37 CET
Key Expires: 2018-02-23T16:48:37 CET
.. end
Finalize the installation
-------------------------
@ -97,8 +98,6 @@ Finalize the installation
# zypper refresh && zypper dist-upgrade
.. end
.. note::
If the upgrade process includes a new kernel, reboot your host
@ -109,5 +108,3 @@ Finalize the installation
.. code-block:: console
# zypper install python-openstackclient
.. end