You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2014/01/16 19:17:53 UTC

git commit: updated refs/heads/4.3 to 151c239

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 <sa...@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 <sa...@apache.org>
Authored: Thu Jan 16 18:16:35 2014 +0530
Committer: Sateesh Chodapuneedi <sa...@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' );


RE: git commit: updated refs/heads/4.3 to 151c239

Posted by Sudha Ponnaganti <su...@citrix.com>.
QA has been testing with 64 bit templates in 4.3 from the beginning.  Only change requested now is to change version number which is referring to older templates. 

-----Original Message-----
From: David Nalley [mailto:david@gnsa.us] 
Sent: Thursday, January 16, 2014 10:35 AM
To: dev@cloudstack.apache.org
Cc: commits@cloudstack.apache.org
Subject: Re: git commit: updated refs/heads/4.3 to 151c239

Again; why are we changing sysvm arch this close to release?

Please see my earlier thread about this.

--David

On Thu, Jan 16, 2014 at 1:17 PM,  <sa...@apache.org> wrote:
> 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 <sa...@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 <sa...@apache.org>
> Authored: Thu Jan 16 18:16:35 2014 +0530
> Committer: Sateesh Chodapuneedi <sa...@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' );
>

Re: git commit: updated refs/heads/4.3 to 151c239

Posted by Sebastien Goasguen <ru...@gmail.com>.
I remember this discussion for 4.2.1:
http://markmail.org/thread/fgamr5ca67pmcelo

but it does not look like 64bit templates made the code freeze.

On Jan 16, 2014, at 1:35 PM, David Nalley <da...@gnsa.us> wrote:

> Again; why are we changing sysvm arch this close to release?
> 
> Please see my earlier thread about this.
> 
> --David
> 
> On Thu, Jan 16, 2014 at 1:17 PM,  <sa...@apache.org> wrote:
>> 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 <sa...@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 <sa...@apache.org>
>> Authored: Thu Jan 16 18:16:35 2014 +0530
>> Committer: Sateesh Chodapuneedi <sa...@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' );
>> 


Re: git commit: updated refs/heads/4.3 to 151c239

Posted by David Nalley <da...@gnsa.us>.
Again; why are we changing sysvm arch this close to release?

Please see my earlier thread about this.

--David

On Thu, Jan 16, 2014 at 1:17 PM,  <sa...@apache.org> wrote:
> 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 <sa...@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 <sa...@apache.org>
> Authored: Thu Jan 16 18:16:35 2014 +0530
> Committer: Sateesh Chodapuneedi <sa...@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' );
>