Implement: Fuel install QEMU

Closes-Bug:#1507878

Change-Id: I025e1c9a8091451c74329f2e569265ce06ab69d3
Signed-off-by: lingyu1 <ling.y.yu@intel.com>
This commit is contained in:
lingyu1 2015-12-18 21:06:02 +08:00
parent 33a4c9632d
commit 77933feb08
2 changed files with 5 additions and 7 deletions

View File

@ -4,9 +4,13 @@ if $operatingsystem == 'Ubuntu' {
if $fuel_settings['fuel-plugin-qemu']['use_kvm'] {
package { 'linux-headers-4.1.10-rt10nfv':
ensure => "1.0.OPNFV",
}
} ->
package { 'linux-image-4.1.10-rt10nfv':
ensure => "1.0.OPNFV",
} ->
exec {'reboot':
command => "reboot",
path => "/usr/bin:/usr/sbin:/bin:/sbin",
}
} else {
package { 'qemu-block-extra':

View File

@ -6,9 +6,3 @@
puppet_manifest: puppet/manifests/qemu-install.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 720
- id: reboot
role: ['compute']
stage: pre_deployment
type: reboot
parameters:
timeout: 300