mirror of https://github.com/apache/cloudstack.git
testbuiltin: reduce the root disk size
faster bootup and use less space Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
70fdd43c84
commit
63f303933a
|
|
@ -1,7 +1,7 @@
|
|||
Veewee::Definition.declare({
|
||||
:cpu_count => '1',
|
||||
:memory_size=> '2048',
|
||||
:disk_size => '32000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:disk_size => '8000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'RedHat6_64',
|
||||
:iso_file => "CentOS-6.4-x86_64-minimal.iso",
|
||||
:iso_src => "http://centos.mirror.net.in/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso",
|
||||
|
|
|
|||
Loading…
Reference in New Issue