mirror of https://github.com/apache/cloudstack.git
systemvmtemplate: use archived debian 7.8.0 iso since Debian8 is released now
This fixes the urls and jenkins build Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
52a0adad04
commit
0fa1453809
|
|
@ -28,13 +28,13 @@ architectures = {
|
|||
:i386 => {
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => 'iso-cd/debian-7.8.0-i386-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.8.0/i386/iso-cd/debian-7.8.0-i386-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/cdimage/archive/7.8.0/i386/iso-cd/debian-7.8.0-i386-netinst.iso',
|
||||
:iso_md5 => '0d2f88d23a9d5945f5bc0276830c7d2c',
|
||||
},
|
||||
:amd64 => {
|
||||
:os_type_id => 'Debian_64',
|
||||
:iso_file => 'debian-7.8.0-amd64-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/cdimage/archive/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso',
|
||||
:iso_md5 => 'a91fba5001cf0fbccb44a7ae38c63b6e'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue