Merge "Docs: encourage users to run apt-get dist-upgrade on target hosts"

This commit is contained in:
Jenkins
2016-02-05 17:37:44 +00:00
committed by Gerrit Code Review
2 changed files with 17 additions and 3 deletions

View File

@@ -46,6 +46,14 @@ should you need to customize your build:
* Initial host bootstrap
* Run playbooks
If you are building an AIO on a new server, it is recommended you first
upgrade all system packages and reboot into the new kernel:
.. code-block:: shell-session
# apt-get dist-upgrade
# reboot
Start by cloning the OpenStack-Ansible repository and changing into the
repository root directory:

View File

@@ -19,8 +19,14 @@ adding the Secure Shell (SSH) server packages to the installation.
Configuring the operating system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check the kernel version, install additional software packages, and
configure NTP.
Upgrade system packages, check the kernel version, install additional
software packages, and configure NTP.
#. Upgrade system packages and kernel:
.. code-block:: shell-session
# apt-get dist-upgrade
#. Check the kernel version. It should be ``3.13.0-34-generic`` or
later.
@@ -43,7 +49,7 @@ configure NTP.
#. Configure NTP to synchronize with a suitable time source.
#. Reboot the host to activate the changes.
#. Reboot the host to activate the changes and use new kernel.
Deploying SSH keys
~~~~~~~~~~~~~~~~~~