Updated Branches:
  refs/heads/4.3 e49a60c54 -> 151c23981

CLOUDSTACK-5868 Default templates are still referring to older templates in DB

Updated URL and bits for 64-bit system vm template for VMware.

Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org>


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

Branch: refs/heads/4.3
Commit: 151c2398129f0e8dedb10622061a5736b8abcd24
Parents: e49a60c
Author: Sateesh Chodapuneedi <sate...@apache.org>
Authored: Thu Jan 16 18:16:35 2014 +0530
Committer: Sateesh Chodapuneedi <sate...@apache.org>
Committed: Thu Jan 16 18:16:35 2014 +0530

----------------------------------------------------------------------
 setup/db/templates.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/151c2398/setup/db/templates.sql
----------------------------------------------------------------------
diff --git a/setup/db/templates.sql b/setup/db/templates.sql
index 84d1fd4..a5dc8b1 100755
--- a/setup/db/templates.sql
+++ b/setup/db/templates.sql
@@ -34,7 +34,7 @@ INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, 
name, public, created,
     VALUES (7, UUID(), 'centos53-x64', 'CentOS 5.3(64-bit) no GUI (vSphere)', 
1, now(), 'BUILTIN', 0, 64, 1, 
'http://download.cloud.com/releases/2.2.0/CentOS5.3-x86_64.ova', 
'f6f881b7f2292948d8494db837fe0f47', 0, 'CentOS 5.3(64-bit) no GUI (vSphere)', 
'OVA', 12, 1, 1, 'VMware', 1);
 
 INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
created, type, hvm, bits, account_id, url, checksum, enable_password, 
display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
-    VALUES (8, UUID(), 'routing-8', 'SystemVM Template (vSphere)', 0, now(), 
'SYSTEM', 0, 32, 1, 
'http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ova', 
'8fde62b1089e5844a9cd3b9b953f9596', 0, 'SystemVM Template (vSphere)', 'OVA', 
15, 0, 1, 'VMware' );
+    VALUES (8, UUID(), 'routing-8', 'SystemVM Template (vSphere)', 0, now(), 
'SYSTEM', 0, 64, 1, 
'http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova',
 'ef593a061f3b7594ab0bfd9b0ed0a0d4', 0, 'SystemVM Template (vSphere)', 'OVA', 
15, 0, 1, 'VMware' );
 
 INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
created, type, hvm, bits, account_id, url, checksum, enable_password, 
display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
     VALUES (9, UUID(), 'routing-9', 'SystemVM Template (HyperV)', 0, now(), 
'SYSTEM', 0, 64, 1, 
'http://download.cloud.com/templates/4.3/systemvm64template-2013-12-23-hyperv.vhd.bz2',
 '5df45ee6ebe1b703a8805f4e1f4d0818', 0, 'SystemVM Template (HyperV)', 'VHD', 
15, 0, 1, 'Hyperv' );

Reply via email to