mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-7824: using debian 7.7.0 and
added 'sharutils' package installation in system template Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
03a43159d8
commit
93529e47fd
@ -27,15 +27,15 @@ arch = ENV['VM_ARCH'] || 'i386'
|
||||
architectures = {
|
||||
:i386 => {
|
||||
:os_type_id => 'Debian',
|
||||
:iso_file => 'debian-7.6.0-i386-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.6.0/i386/iso-cd/debian-7.6.0-i386-netinst.iso',
|
||||
:iso_md5 => '528e1a7315da1bbf50bd4d187880a519',
|
||||
:iso_file => 'iso-cd/debian-7.7.0-i386-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-netinst.iso',
|
||||
:iso_md5 => '76d512c44a9b7eca53ea2812ad5ac36f',
|
||||
},
|
||||
:amd64 => {
|
||||
:os_type_id => 'Debian_64',
|
||||
:iso_file => 'debian-7.6.0-amd64-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.6.0/amd64/iso-cd/debian-7.6.0-amd64-netinst.iso',
|
||||
:iso_md5 => '8a3c2ad7fd7a9c4c7e9bcb5cae38c135'
|
||||
:iso_file => 'debian-7.7.0-amd64-netinst.iso',
|
||||
:iso_src => 'http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso',
|
||||
:iso_md5 => '0b31bccccb048d20b551f70830bb7ad0'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -72,7 +72,8 @@ function install_packages() {
|
||||
libtcnative-1 libssl-dev libapr1-dev \
|
||||
open-vm-tools \
|
||||
haproxy \
|
||||
radvd
|
||||
radvd \
|
||||
sharutils
|
||||
|
||||
# commented out installation of vmware-tools as we are using the open source open-vm-tools:
|
||||
# ${apt_install} build-essential linux-headers-`uname -r`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user