install-guide: Add Ubuntu Rocky support

Add details for enabling use of the Rocky Ubuntu Cloud Archive.

Change-Id: I283d1a6d421f8beb96b19b9c76cc6ef548c2aac4
Closes-Bug: #1793649
This commit is contained in:
Corey Bryant 2018-09-24 10:29:20 -04:00
parent 3c1652dd57
commit 7bff6321c5
1 changed files with 22 additions and 10 deletions

View File

@ -1,8 +1,14 @@
OpenStack packages for Ubuntu OpenStack packages for Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ubuntu releases OpenStack packages as part of each Ubuntu release and for Ubuntu releases OpenStack with each Ubuntu release. Ubuntu LTS releases
Ubuntu LTS releases via the Ubuntu Cloud Archive. are provided every 2 years. OpenStack packages from interim releases of
Ubuntu are made available to the prior Ubuntu LTS via the Ubuntu Cloud
Archive.
OpenStack Queens is available directly using Ubuntu 18.04 LTS and
OpenStack Mitaka is available directly using Ubuntu 16.04 LTS without
having to enable an Ubuntu Cloud Archive pocket.
.. note:: .. note::
@ -20,17 +26,24 @@ Ubuntu LTS releases via the Ubuntu Cloud Archive.
impact your OpenStack environment. impact your OpenStack environment.
Enable the OpenStack repository Enable the Ubuntu Cloud Archive pocket as needed
------------------------------- ------------------------------------------------
**OpenStack Queens:** **OpenStack Rocky for Ubuntu 18.04 LTS:**
.. code-block:: console
# apt install software-properties-common
# add-apt-repository cloud-archive:rocky
**OpenStack Queens for Ubuntu 16.04 LTS:**
.. code-block:: console .. code-block:: console
# apt install software-properties-common # apt install software-properties-common
# add-apt-repository cloud-archive:queens # add-apt-repository cloud-archive:queens
**OpenStack Pike:** **OpenStack Pike for Ubuntu 16.04 LTS:**
.. code-block:: console .. code-block:: console
@ -39,10 +52,9 @@ Enable the OpenStack repository
.. note:: .. note::
The Ubuntu Cloud Archive pockets for Pike and Queens provide For a full list of supported Ubuntu OpenStack releases,
OpenStack packages for Ubuntu 16.04 LTS; OpenStack Queens is see "Ubuntu OpenStack release cycle" at
installable direct using Ubuntu 18.04 LTS (due for release in https://www.ubuntu.com/about/release-cycle.
April 2018).
Finalize the installation Finalize the installation