Use HWE kernel for Airsloop computes

Change Airsloop to align with Seaworthy deployment using HWE kernel.

Change-Id: Iad86de5d8381e2bdfb1f6dc23930bda50775beaa
This commit is contained in:
Kaspars Skels 2019-09-06 19:36:32 -05:00
parent c37367da54
commit 46616f904f
2 changed files with 0 additions and 7 deletions

View File

@ -31,7 +31,6 @@ Various resiliency and security features are tuned down via configuration.
with VLANs for OAM, Calico, Storage, and OpenStack Overlay).
* Generic hostnames used (airsloop-control-1, airsloop-compute-1) that
simplifies generation of k8s certificates.
* Usage of standard Ubuntu 16.04 GA kernel (as oppose to HWE).
Airsloop site manifests are available at

View File

@ -71,10 +71,4 @@ data:
mountpoint: '/var'
fstype: 'ext4'
mount_options: 'defaults'
platform:
image: 'xenial'
kernel: 'ga-16.04'
kernel_params:
kernel_package: 'linux-image-4.4.0-137-generic'
...