From f80216a92b0c8940b90915c1af9b0a03b180c0b0 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Tue, 16 Oct 2018 14:53:06 -0500 Subject: [PATCH] Lock Ubuntu kernel version in global host profiles - The kernel version can be overriden on site level - Versions to support the feature are merged separate Change-Id: Ia61bb0fa70bbf25636806cf56edfb6cb72b7a65b --- global/profiles/host/cp.yaml | 3 +++ global/profiles/host/dp.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/global/profiles/host/cp.yaml b/global/profiles/host/cp.yaml index 92005b371..4415bd67b 100644 --- a/global/profiles/host/cp.yaml +++ b/global/profiles/host/cp.yaml @@ -49,6 +49,9 @@ data: platform: image: 'xenial' kernel: 'hwe-16.04' + kernel_params: + kernel_package: 'linux-image-4.15.0-34-generic' + metadata: owner_data: control-plane: enabled diff --git a/global/profiles/host/dp.yaml b/global/profiles/host/dp.yaml index 23e43e18d..aa014b25b 100644 --- a/global/profiles/host/dp.yaml +++ b/global/profiles/host/dp.yaml @@ -49,6 +49,9 @@ data: platform: image: 'xenial' kernel: 'hwe-16.04' + kernel_params: + kernel_package: 'linux-image-4.15.0-34-generic' + metadata: owner_data: openstack-nova-compute: enabled