Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70FDDD424 for ; Thu, 9 Aug 2012 21:05:54 +0000 (UTC) Received: (qmail 52671 invoked by uid 500); 9 Aug 2012 21:05:54 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 52636 invoked by uid 500); 9 Aug 2012 21:05:54 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 52628 invoked by uid 99); 9 Aug 2012 21:05:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:05:54 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.149] (HELO na3sys009aog123.obsmtp.com) (74.125.149.149) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:05:47 +0000 Received: from mail-vc0-f169.google.com ([209.85.220.169]) (using TLSv1) by na3sys009aob123.postini.com ([74.125.148.12]) with SMTP ID DSNKUCQmFhsjjuDuiAjI0UDuk6ZVR/uO2/wD@postini.com; Thu, 09 Aug 2012 14:05:27 PDT Received: by vcbfl10 with SMTP id fl10so991639vcb.0 for ; Thu, 09 Aug 2012 14:05:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=JwjL2x8e8Y3JI1heSn/B6Y/ZuusOhNn0/iQejCQb9MI=; b=baXLpmH6VOyKRWq98TQtvxn2qUoyXcvmeXXR7HHQI5DrfxU53Nq1gofh+aUndS0IxK eyJyimSf+96+fti2FqMs524c2nEMRI7CyW29C52rBekVHoDnjdwhT4K+mT6AE3YWmGoG mre+5dB8AyTnHUk3tOWvi1srAqC2v6JaLLTaCozv9YGf5tvAuX2tAw7tNLUnvARzn74G rTWoqXl0x1qFxTl8cdmnsfepzxBge5AmPHIkmxUBau66w0iBBr7hJWfvr3nQifckfTaH R+fBpFP9lokfbxBG/s5vlyQN85kNijWEdRmqHESE8xtuj7SCiN/y0NDSzLCHqI6sx13X uEwA== MIME-Version: 1.0 Received: by 10.52.67.15 with SMTP id j15mr472294vdt.91.1344546326160; Thu, 09 Aug 2012 14:05:26 -0700 (PDT) Received: by 10.220.168.212 with HTTP; Thu, 9 Aug 2012 14:05:26 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 Aug 2012 17:05:26 -0400 Message-ID: Subject: Re: Build process for devcloud image. From: Chip Childers To: cloudstack-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkgwvNnzvWYAR0pZC98ZCbkQB366v04AfSnFIDDzHRrAR92GXI3OsZ942ySDy1d6HAkbctf X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Aug 9, 2012 at 9:36 AM, sebgoa wrote: > Hi Chip, > > I am almost through the entire build. > > However puppet seems stuck at: > > notice: /Stage[main]/Puppet-devcloud/File[/opt/storage/secondary/template/tmpl/1/1]/ensure: created > > Downloading the tinylinux VM ? > > -Sebastien > > On Aug 7, 2012, at 8:05 PM, Chip Childers wrote: > >> Edison (others), >> >> I'd love if you would give the devcloud "build process" a try. I >> combined your veewee stuff, with puppet manifests that build a base >> box, and then are used whenever devcloud is started from vagrant. >> >> Basic instructions are here: >> >> To build a "devcloud base box", run you need a system with VirtualBox >> and rvm installed (use ruby 1.9.2). Run build_vagrant_basebox.sh to >> build the base box. >> >> To use the "devcloud base box" that is created in the previous step, >> you need to have installed a forked version of Vagrant (until we make >> the changes plugins instead of direct source patches) that can be >> found here: https://github.com/chipchilders/vagrant >> >> Once installed per the Vagrant installation process, run: >> >> vagrant box add devcloud [path to devcloud.box] >> >> Then, either go into the devcloudbox folder of your checked out >> version of the CloudStack code >> (incubator-cloudstack/tools/devcloud/devcloudbox), or copy the >> contents of that folder to another location. >> >> Assuming the patched Vagrant installation is working, you then simply >> run "vagrant up" from within that directory. >> >> -chip > > -Sebastien Goasguen > Apache Cloudstack Evangelist, EMEA > > > > Sebastien and I spoke about this on IRC. It turns out that he was seeing the really long download time for the system VM images. There are a couple of other issues that he ran into (and is going to try to look at): The big one is that "xe host-list" isn't actually functioning, and you can't add the host via the CS UI. Sebastien also ran into an issue where root isn't able to log into the box remotely. He's going to try to take a look at those issues... but I'll come back to this after I get through the dependency license work. -chip