Repository: cloudstack Updated Branches: refs/heads/master 03a43159d -> 93529e47f
CLOUDSTACK-7824: using debian 7.7.0 and added 'sharutils' package installation in system template Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/93529e47 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/93529e47 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/93529e47 Branch: refs/heads/master Commit: 93529e47fda38e199b108d046c94d8766c92dd88 Parents: 03a4315 Author: SrikanteswaraRao Talluri <tall...@apache.org> Authored: Fri Oct 31 11:07:53 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Fri Oct 31 18:52:17 2014 +0530 ---------------------------------------------------------------------- .../definitions/systemvmtemplate/definition.rb | 12 ++++++------ .../systemvmtemplate/install_systemvm_packages.sh | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/93529e47/tools/appliance/definitions/systemvmtemplate/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb index 5965406..c3acfc6 100644 --- a/tools/appliance/definitions/systemvmtemplate/definition.rb +++ b/tools/appliance/definitions/systemvmtemplate/definition.rb @@ -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' } } http://git-wip-us.apache.org/repos/asf/cloudstack/blob/93529e47/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index bc29e62..31ba2d4 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -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`