Import DevCloud and a make a snapshot (so you can rollback in case you mess 
up). Git pull latest, when you start make sure;
host is 192.168.56.1, mgmt cidr is 192.168.56.0/24 and internal cidr (secondary 
storage) is 192.168.56.0/24.

This is fixed in the latest, you will need to kill old ssvms, it may never show 
up if ssvm is unable to reach host, unable to mount storage or the cidr is 
incorrect. This fix actually forces host ip and cidrs before mgmt server starts:
https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commitdiff;h=51a5919be13daa3c2d46f782a8ff71052ca87d80

Also, using XenCenter or if console proxy works, or via ssh on link-local, you 
may debug these values by checking params in the /proc/cmdline file, it should 
not have any incorrect values (host ip, cidr etc.).

Other issue is the systemvm.iso does not get created by default and is 
necessary to patch the systemvm template which is common for all ssvms, cpvms, 
routervms. 
To create it you've to use the 'systemvm' profile like this:
mvn clean install -P developer,systemvm

It's before of this commit, may be we an enable it by default?:

commit 79e5a3a3ab825f0a44c1699479cbd3481b225b05
Author: Hugo Trippaers <trip...@gmail.com>
Date:   Mon Nov 19 17:16:45 2012 +0100
    Summary: Don't expect that mkisofs is installed by default, use the 
systemvm flag to enable the iso build

Regards.

________________________________________
From: sebgoa [run...@gmail.com]
Sent: Thursday, November 29, 2012 6:49 PM
To: cloudstack-dev@incubator.apache.org
Subject: Re: New DevCloud Appliance

On Nov 28, 2012, at 7:49 PM, Rohit Yadav wrote:

> Already did that, just git pull:
> https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commitdiff;h=af12a25a608cdef45547a4da83515f57fd6129bf
>
> Let me know if there are any other issues.

I am using it as a host and nfs server, running the mgt server on my laptop. 
Everything works fine, except that the tiny linux VM never gets available. I 
tried to register it, but it never gets to the "ready" stage.

thoughts ?

-sebastien

>
> Regards.
>
> On 28-Nov-2012, at 8:28 AM, Sebastien Goasguen <run...@gmail.com> wrote:
>
>> Rohit, small tweak maybe:
>>
>> Since you set 192.168.56.10, the tools/devcloud/devcloud.cfg needs to be 
>> updated (was 192.168.56.2)
>>
>> -sebastien
>>
>> On Nov 28, 2012, at 3:08 AM, Rohit Yadav <rohit.ya...@citrix.com> wrote:
>>
>>> I finally got the new DevCloud appliance working and tested in different 
>>> appliances, thanks to Prasanna. The new appliance can be used both as a all 
>>> in a box solution like the original DevCloud or you can run mgmt server and 
>>> mysql on your host os and use it as a Xen server host and NFS 
>>> infrastructure. It's about 862MB, and the whole setup can run within 1G RAM 
>>> if you disable console proxy vm from global settings, also you may run 
>>> multiple DevClouds.
>>>
>>> It's available for download from:
>>> http://people.apache.org/~bhaisaab/cloudstack/devcloud
>>>
>>> More details on the blog:
>>> http://rohityadav.in/logs/devcloud/
>>>
>>> Please try the new appliance and report any issues.
>>> Also help write a page on cwiki.a.o. Thanks.
>>>
>>> Regards.
>>
>

Reply via email to