Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57863EC45 for ; Wed, 30 Jan 2013 17:11:13 +0000 (UTC) Received: (qmail 45719 invoked by uid 500); 30 Jan 2013 17:11:12 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 45678 invoked by uid 500); 30 Jan 2013 17:11:12 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 45669 invoked by uid 99); 30 Jan 2013 17:11:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 17:11:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ch007m@gmail.com designates 209.85.128.43 as permitted sender) Received: from [209.85.128.43] (HELO mail-qe0-f43.google.com) (209.85.128.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 17:11:07 +0000 Received: by mail-qe0-f43.google.com with SMTP id 3so280284qeb.2 for ; Wed, 30 Jan 2013 09:10:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=seS4NUEgqgILzjpTs9Tyc2H2ubkad9HifjgcVClByKU=; b=Gb+lHmvmpOCnmSMbj97VdwOQVVfgjNxIb3ndgZXj1q/tPlWBppJH8hY9UbNwUdU5D/ EL5cB19bb4Zisbz27E+gFD/uXFjWV8iRPsdO5lex7a6uumMhIQQvCsNxZQewTYwKsdNX nNVOAcr4GO+jR9hXf3+R/Sw+Trt5Bg1DhiH4BEuUvkCNNJQrcZAprVrzo0EyaKKX1Pg+ cAavTVFGrLVjrWF6klkTAMyL+VGK/ShrKdyRobNGvp49qzsraN4Yg8MCVRBSYuWLG0k6 FoAGIfxuPVGz4wNd3pK9vsq2YaaCtcBBGJxvk0EOySLEbniIrCQXc6GUua4VWak1vB50 FEvg== MIME-Version: 1.0 X-Received: by 10.224.187.74 with SMTP id cv10mr5826162qab.18.1359565847143; Wed, 30 Jan 2013 09:10:47 -0800 (PST) Received: by 10.224.52.142 with HTTP; Wed, 30 Jan 2013 09:10:47 -0800 (PST) In-Reply-To: References: Date: Wed, 30 Jan 2013 18:10:47 +0100 Message-ID: Subject: Re: Centos 5.3 on CloudStack (really smart) From: Charles Moulliard To: cloudstack-users@incubator.apache.org Content-Type: multipart/alternative; boundary=485b397dd7595e26d504d484972c X-Virus-Checked: Checked by ClamAV on apache.org --485b397dd7595e26d504d484972c Content-Type: text/plain; charset=ISO-8859-1 I try to upload it using a simple python HTTP server. Thx On Wed, Jan 30, 2013 at 5:59 PM, Rohit Yadav wrote: > You can either use this preseeded on secondary storage or when running > mgmt server, run python simple webserver or using any webserver in > 192.168.56.1/24 range serving templates/isos and upload it via > CloudStack which would also work. > > Regards. > > On Wed, Jan 30, 2013 at 8:55 AM, Charles Moulliard > wrote: > > I have downloaded the following compressed file (' > > > http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2 > ) > > which is a Centos 5.3 (64b) - XenServer and corresponds to one of the > entry > > that I found here : > > > > INSERT INTO `cloud`.`vm_template` (id, unique_name, name, public, > created, > > removed, type, hvm, bits, account_id, url, checksum, enable_password, > > display_text, format, guest_os_id, featured, cross_zones, > hypervisor_type, > > extractable) > > VALUES (2, 'centos53-x86_64', 'CentOS 5.3(64-bit) no GUI > (XenServer)', > > 1, now(), now(), 'BUILTIN', 0, 64, 1, ' > > > http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2 > ', > > 'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI > > (XenServer)', 'VHD', 12, 1, 1, 'XenServer', 1); > > > > Is that correct ? > > > > > > On Wed, Jan 30, 2013 at 5:50 PM, Rohit Yadav > wrote: > > > >> You can create your own template using damnsmalllinux iso or any other > >> distro of your choice? > >> > >> Regards. > >> > >> On Wed, Jan 30, 2013 at 8:09 AM, Charles Moulliard > >> wrote: > >> > Hi, > >> > > >> > The centos that we are using with DevCloud ( > >> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud) to > >> create > >> > a new virtual machine is really a light light OS. it does not contains > >> RPM, > >> > YUM or CURL. Can somebody helps me to install a new Centos template > >> > containing at least basic tools as I would like to make tests with > JDK & > >> > Apache Karaf/Fabric for my demo of this Friday in Belgium ? > >> > > >> > Regards, > >> > > >> > -- > >> > Charles Moulliard > >> > Apache Committer / Sr. Enterprise Architect (RedHat) > >> > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > >> > > > > > > > > -- > > Charles Moulliard > > Apache Committer / Sr. Enterprise Architect (RedHat) > > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com --485b397dd7595e26d504d484972c--