Github user chiradeep commented on the issue:

    https://github.com/apache/cloudstack/pull/1582
  
    cloud.com is owned by Citrix.
    
    I meant the this line in templates.sql
    
    INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
created, type, hvm, bits, account_id, url, checksum, display_text, 
enable_password, format, guest_os_id, featured, cross_zones, hypervisor_type, 
extractable)
     -    VALUES (4, UUID(), 'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI 
(KVM)', 1, now(), 'BUILTIN', 0, 64, 1, 
'http://download.cloud.com/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2',
 'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 
'QCOW2', 112, 1, 1, 'KVM', 1);            +    VALUES (4, UUID(), 
'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI (KVM)', 1, now(), 'BUILTIN', 0, 
64, 1, 
'http://download.apachecloudstack.net/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2',
 'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 
'QCOW2', 112, 1, 1, 'KVM', 1);
    
    Is there a possibility of a better template (CentOS 6 or 7 for example). 
    
    I am not saying delete 
http://download.apachecloudstack.net/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2
 from the repo. Older releases of cloudstack will want it. But for 4.9, we 
should be supplying modern templates without known security issues (SHELLSHOCK 
for example).
    
    Another change required (perhaps another bug) is to update documentation 
for earlier releases. The documentation should include
     - how to patch templates.sql to point to download.apachecloudstack.net 
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to