diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-21 12:09:54 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-21 12:10:23 +0400 |
commit | 3933989f5caacc99da3ad0faa96b42a2861ead6b (patch) | |
tree | f11cf640823be3f790b1464890c61d3e548eb465 | |
parent | c3893858bf09f4cca8850fb9b0f59f1a050f6b38 (diff) |
[fuel-plugin] Update the kernel version
Change-Id: I577340958c10412cb1f9a1284cd0a6d95ec3965c
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rw-r--r-- | fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp b/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp index fba3e38ce..0ca9a8d38 100644 --- a/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp +++ b/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp @@ -2,7 +2,7 @@ $kvm_settings = hiera('fuel-plugin-kvm') case $::operatingsystem { 'Ubuntu': { - $version = '4.4.6-rt14nfv' + $version = '4.4.50-rt62nfv' $kernel_kit = ["linux-headers-${version}", "linux-image-${version}"] $kernel_src = "/usr/src/linux-headers-${version}" $kernel_src_link = "/lib/modules/${version}/build" |