You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/04/29 17:29:22 UTC

git commit: updated refs/heads/systemvmtemplate-with-debian8 to 8b682fc

Repository: cloudstack
Updated Branches:
  refs/heads/systemvmtemplate-with-debian8 [created] 8b682fc96


systemvmtemplate: use Debian 8.0.0 isos in the definition

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b682fc9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b682fc9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8b682fc9

Branch: refs/heads/systemvmtemplate-with-debian8
Commit: 8b682fc965ce7a051fe55a240cd95ec2141e71d2
Parents: 0fa1453
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Apr 29 17:28:49 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Apr 29 17:28:49 2015 +0200

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/definition.rb          | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8b682fc9/tools/appliance/definitions/systemvmtemplate/definition.rb
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/definition.rb b/tools/appliance/definitions/systemvmtemplate/definition.rb
index 68c1917..7feffd3 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 => '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',
+        :iso_file => 'debian-8.0.0-i386-netinst.iso',
+        :iso_src => 'http://cdimage.debian.org/cdimage/release/8.0.0/i386/iso-cd/debian-8.0.0-i386-netinst.iso',
+        :iso_md5 => 'c368e3f3e857751141eebb07732a3c29',
     },
     :amd64 => {
         :os_type_id => 'Debian_64',
-        :iso_file => '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'
+        :iso_file => 'debian-8.0.0-amd64-netinst.iso',
+        :iso_src => 'http://cdimage.debian.org/cdimage/release/8.0.0/amd64/iso-cd/debian-8.0.0-amd64-netinst.iso',
+        :iso_md5 => 'd9209f355449fe13db3963571b1f52d4'
     }
 }