mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6614 bugfix: systemvm template build failed because of src iso link is broken
This commit is contained in:
parent
c0f72b25c6
commit
f21e527923
|
|
@ -4,7 +4,7 @@ Veewee::Definition.declare({
|
|||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian_64',
|
||||
:iso_file => "debian-7.4.0-amd64-netinst.iso",
|
||||
:iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/amd64/iso-cd/debian-7.4.0-amd64-netinst.iso",
|
||||
:iso_md5 => "e7e9433973f082a297793c3c5010b2c5",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Veewee::Definition.declare({
|
|||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => "debian-7.4.0-i386-netinst.iso",
|
||||
:iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso",
|
||||
:iso_src => "http://cdimage.debian.org/mirror/cdimage/archive/7.4.0/i386/iso-cd/debian-7.4.0-i386-netinst.iso",
|
||||
:iso_md5 => "7339b668a81b417ac023d73739dc6a03",
|
||||
:iso_download_timeout => "1000",
|
||||
:boot_wait => "10", :boot_cmd_sequence => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue