CLOUDSTACK-5932: update the definitions with the new debian version
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0ce48884 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0ce48884 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0ce48884 Branch: refs/heads/rbac Commit: 0ce488849ddad65ec0f37f5bbc03b619bb959d58 Parents: 18191ce Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Wed Feb 5 10:52:36 2014 +0100 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Wed Feb 5 10:52:36 2014 +0100 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/definition.rb | 2 +- tools/appliance/definitions/systemvmtemplate/definition.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ce48884/tools/appliance/definitions/systemvm64template/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/definition.rb b/tools/appliance/definitions/systemvm64template/definition.rb index ba2659c..e0b6b00 100644 --- a/tools/appliance/definitions/systemvm64template/definition.rb +++ b/tools/appliance/definitions/systemvm64template/definition.rb @@ -3,7 +3,7 @@ Veewee::Definition.declare({ :memory_size=> '256', :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'Debian_64', - :iso_file => "debian-7.0.0-amd64-netinst.iso", + :iso_file => "debian-7.3.0-amd64-netinst.iso", :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/amd64/iso-cd/debian-7.3.0-amd64-netinst.iso", :iso_md5 => "72473e8a5e65b61acc7efde90d9f71d1", :iso_download_timeout => "1000", http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ce48884/tools/appliance/definitions/systemvmtemplate/definition.rb ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb index 1717552..6f6a856 100644 --- a/tools/appliance/definitions/systemvmtemplate/definition.rb +++ b/tools/appliance/definitions/systemvmtemplate/definition.rb @@ -3,7 +3,7 @@ Veewee::Definition.declare({ :memory_size=> '256', :disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'Debian', - :iso_file => "debian-7.0.0-i386-netinst.iso", + :iso_file => "debian-7.3.0-i386-netinst.iso", :iso_src => "http://ftp.acc.umu.se/mirror/cdimage/release/7.3.0/i386/iso-cd/debian-7.3.0-i386-netinst.iso", :iso_md5 => "04c58f30744e64a0459caf7d7cace479", :iso_download_timeout => "1000",