[DOC]Added Xenial support in install guide

Ensured that OSA installation guide caters for doing an installtion
both on latest release of ubuntu(16.04 Xenial) and 14.04 trusty as
well.

This patch adds 16.04 Xenial support in the docs of install guide.

Change-Id: I459b74db262d2b6bf88edd5b7e36faba0fe00ab3
Closes-Bug: 1619296
This commit is contained in:
Nish Patwa 2016-09-01 16:57:27 -05:00
parent 8cc6364d40
commit 4f07ac6d4f
3 changed files with 16 additions and 10 deletions

View File

@ -16,9 +16,13 @@ Target hosts <targethosts.html>`_ on the deployment host.
Installing the operating system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install the `Ubuntu Server 14.04 (Trusty Tahr) LTS 64-bit
<http://releases.ubuntu.com/14.04/>`_ operating system on the
deployment host. Configure at least one network interface to
Install one of the following supported operating systems
on the deployment hosts:
* `Ubuntu Server 16.04 (Xenial Xerus) LTS 64-bit
<http://releases.ubuntu.com/16.04/>`_
* `Ubuntu Server 14.04 (Trusty Tahr) LTS 64-bit
<http://releases.ubuntu.com/14.04/>`_
Configure at least one network interface to
access the internet or suitable local repositories.
Configuring the operating system

View File

@ -103,13 +103,14 @@ Software requirements
Ensure all hosts within an OpenStack-Ansible environment meet the following
minimum requirements:
* Ubuntu 14.04 LTS (Trusty Tahr)
* Ubuntu 16.04 LTS (Xenial Xerus)/Ubuntu 14.04 LTS (Trusty Tahr)
* OSA is tested regularly against the latest Ubuntu 14.04 LTS point
releases.
* OSA is tested regularly against the latest Ubuntu 16.04 LTS Xenial
point releases and Ubuntu 14.04 Trusty as well.
* Linux kernel version ``3.13.0-34-generic`` or later.
* For swift storage hosts, you must enable the ``trusty-backports``
repositories in ``/etc/apt/sources.list`` or ``/etc/apt/sources.list.d/``
* For Trusty hosts, you must enable the ``trusty-backports`` or
repositories in ``/etc/apt/sources.list`` or
``/etc/apt/sources.list.d/``
See the `Ubuntu documentation
<https://help.ubuntu.com/community/UbuntuBackports#Enabling_Backports_Manually>`_ for more detailed instructions.
@ -119,6 +120,6 @@ minimum requirements:
* Network Time Protocol (NTP) client for time synchronization (such as
``ntpd`` or ``chronyd``)
* Python 2.7 or later
* Python 2.7.x must be on the hosts.
* en_US.UTF-8 as locale

View File

@ -8,7 +8,8 @@ operating systems for the target hosts.
Installing the operating system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Install the Ubuntu Server 14.04 (Trusty Tahr) LTS 64-bit operating
Install the Ubuntu Server 16.04 (Xenial Xerus) LTS 64-bit/
Ubuntu Server 14.04 (Trusty Tahr) LTS 64-bit operating
system on the target host. Configure at least one network interface
to access the internet or suitable local repositories.