diff options
author | Don Dugger <n0ano@n0ano.com> | 2016-06-06 13:30:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-06 13:30:05 +0000 |
commit | 253d8ef5e9f6b9177954ce9eb3b8c9b7684cf2a4 (patch) | |
tree | 45c4ca13e325c3425bd8727c19bbbf650d04221a /fuel-plugin/deployment_scripts/puppet | |
parent | da27230f80795d0028333713f036d44c53cb0e68 (diff) | |
parent | 7b0d298c1826ff7210b859223d42136dffe7b3ce (diff) |
Merge "Update the files in fuel-plugin to match the upstream"
Diffstat (limited to 'fuel-plugin/deployment_scripts/puppet')
-rw-r--r-- | fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp b/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp index 2b93a13a0..23902cc37 100644 --- a/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp +++ b/fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp @@ -1,10 +1,10 @@ $fuel_settings = parseyaml(file('/etc/compute.yaml')) if $operatingsystem == 'Ubuntu' { if $fuel_settings['fuel-plugin-kvm']['use_kvm'] { - package { 'linux-headers-4.1.10-rt10nfv': + package { 'linux-headers-4.4.6-rt14nfv': ensure => "1.0.OPNFV", } -> - package { 'linux-image-4.1.10-rt10nfv': + package { 'linux-image-4.4.6-rt14nfv': ensure => "1.0.OPNFV", } -> exec {'reboot': |