templates/CentOS-5.9-i386/definition.rb in veewee-0.3.12 vs templates/CentOS-5.9-i386/definition.rb in veewee-0.4.0
- old
+ new
@@ -1,20 +1,20 @@
Veewee::Session.declare({
:cpu_count => '1',
:memory_size=> '384',
:disk_size => '10140',
:disk_format => 'VDI',
- :hostiocache => 'off',
+ :hostiocache => 'on',
:virtualbox => {
:vm_options => [
"pae" => "on",
"ioapic" => "on",
],
},
:os_type_id => 'RedHat',
:iso_file => "CentOS-5.9-i386-bin-DVD-1of2.iso",
- :iso_src => "http://mirrors.kernel.org/centos/5.9/isos/i386/CentOS-5.9-i386-bin-DVD-1of2.iso",
+ :iso_src => "http://archive.kernel.org/centos/5.9/isos/i386/CentOS-5.9-i386-bin-DVD-1of2.iso",
:iso_md5 => "c8caaa18400dfde2065d8ef58eb9e9bf",
:iso_download_timeout => 1000,
:boot_wait => "10",
:boot_cmd_sequence => [ 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>' ],
:kickstart_port => "7122",
@@ -33,10 +33,9 @@
"ruby.sh",
"chef.sh",
"puppet.sh",
"vagrant.sh",
"virtualbox.sh",
- #"vmfusion.sh",
"cleanup.sh",
"zerodisk.sh"
],
:postinstall_timeout => 10000
})