diff options
author | davidjchou <david.j.chou@intel.com> | 2016-06-03 17:47:59 -0700 |
---|---|---|
committer | davidjchou <david.j.chou@intel.com> | 2016-06-03 21:11:45 -0700 |
commit | 7b0d298c1826ff7210b859223d42136dffe7b3ce (patch) | |
tree | 77238fd32abdd494013f5d18994ae66f40ab4aa8 /fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp | |
parent | 0e68cb048bb8aadb14675f5d4286d8ab2fc35449 (diff) |
Update the files in fuel-plugin to match the upstream
Since the upstream kvmfornfv kernel version and OVS changed, updated
the related files in fuel-plugin, so it can build fuel-plugin-kvm with
latest kvmfornfv kernel and OVS module.
Upstream status: kvmfornfv kernel 4.4.6-rt14nfv
Change-Id: I6a7c312f7527acae4d2de64c7b43da4fbec41504
Signed-off-by: davidjchou <david.j.chou@intel.com>
Diffstat (limited to 'fuel-plugin/deployment_scripts/puppet/manifests/kvm-install.pp')
-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': |