Update genesis kernel install section

Guide users to install tested and matching kernel to the host profiles
that are provided by treasuremap.

Change-Id: I849285f9ea9009687a81039bd752a9874d4ac4f9
This commit is contained in:
Kaspars Skels 2019-09-17 14:25:23 -05:00
parent 46616f904f
commit e2bca9fb1f
1 changed files with 2 additions and 16 deletions

View File

@ -615,25 +615,11 @@ definition used to deploy other control plane nodes by searching for
kernel_params:
kernel_package: 'linux-image-4.15.0-46-generic'
It is recommended to install the latest kernel. Check the latest
available kernel, update the site specs and regenerate collected
YAML files.
Define any proxy environment variables needed for your environment to
reach public Ubuntu package repos, and install the matching kernel on the
genesis host (make sure to run on genesis host, not on the build host):
To install the latest hwe-16.04 kernel:
It is recommended to install matching (and previously tested) kernel
.. code-block:: bash
sudo apt-get install --install-recommends linux-generic-hwe-16.04
To install the latest ga-16.04 kernel:
.. code-block:: bash
sudo apt-get install --install-recommends linux-generic
sudo apt-get install linux-image-4.15.0-46-generic
Check the installed packages on the genesis host with ``dpkg --list``.
If there are any later kernel versions installed, remove them with