You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Fabio Da Soghe <f....@cognitio.it.INVALID> on 2015/07/03 11:31:04 UTC

Current status of devcloud

Hello.

As described in another thread here, it's some (several) days I'm 
working hard trying to get a running devcloud installation on Ubuntu. 
Without success.

I followed these wikis/howtos:
- https://cwiki.apache.org/confluence/display/CLOUDSTACK/devcloud-kvm
- https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud
- https://github.com/apache/cloudstack/tree/master/tools/devcloud4
and tried different tags version: 4.5.1, 4.3, master (debian-based 
packages).

The result was always the same: slow and painful advancement along the 
process, until the point where the next step didn't work and no clue how 
to proceed further.

About the more promising setup (devcloud-kvm), I had to do lots of 
extra-steps not documented in the howto. I would be glad to contribute 
these details to the official wiki page, but I'm not sure if it's 
useful, since the whole process is not working for me.

So I'm asking to the experts here: is devcloud a supported/mantained 
component (and as such it's worth updating the documentation, cleaning 
up obsolete pages/packages and making sure the official package is 
working) or is it entirely unsupported/obsolete (at least on 
debian-based systems)?

Thanks for any replay.

Fabio

Re: Current status of devcloud

Posted by Fabio Da Soghe <f....@cognitio.it.INVALID>.
Il 06/07/2015 09:22, ilya ha scritto:
> Fabio
>
> Sorry to hear you are having challenges here.
>
> It is definitely used and maintained by several folks in community.
>
Thank you for the reassuring words.

> Perhaps you can share the issues you've been having..  also, devcloud 
> or not, its just a VM with KVM and CloudStack build env. Its rather 
> simple to stand up your own flavor of devcloud.

I've already posted here the issues that are blocking me (in thread 
"devcloud-kvm doesn't work (tag 4.5.1)"). Summarizing them, I'm stuck on 
the storage system VM not working: it starts but hasn't any service 
active. Running the check script, I get this:

================================================
First DNS server is  8.8.4.4
PING 8.8.4.4 (8.8.4.4): 56 data bytes
64 bytes from 8.8.4.4: icmp_seq=0 ttl=56 time=6.479 ms
64 bytes from 8.8.4.4: icmp_seq=1 ttl=56 time=5.190 ms
--- 8.8.4.4 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 5.190/5.835/6.479/0.645 ms
Good: Can ping DNS server
================================================
Good: DNS resolves download.cloud.com
================================================
ERROR: NFS is not currently mounted
Try manually mounting from inside the VM
NFS server is  192.168.100.1
PING 192.168.100.1 (192.168.100.1): 56 data bytes
64 bytes from 192.168.100.1: icmp_seq=0 ttl=64 time=0.475 ms
64 bytes from 192.168.100.1: icmp_seq=1 ttl=64 time=0.819 ms
--- 192.168.100.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.475/0.647/0.819/0.172 ms
Good: Can ping nfs server
================================================
Management server is 192.168.100.10. Checking connectivity.
Good: Can connect to management server port 8250
================================================
ERROR: Java process not running.  Try restarting the SSVM.

I thought I had to update the system VM template, so issued this command:

/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt 
-m /nfs/secondary -u 
http://cloudstack.apt-get.eu/systemvm/4.5/systemvm64template-4.5-kvm.qcow2.bz2 
-h kvm -F

but nothing changed. The system vm is running an old template 
(CloudStack version is 4.3).

Any help or hint about what to do or investigate is greatly appreciated.

Thanks,
Fabio


> Regards
> ilya
>
> On 7/3/15 2:31 AM, Fabio Da Soghe wrote:
>> Hello.
>>
>> As described in another thread here, it's some (several) days I'm 
>> working hard trying to get a running devcloud installation on Ubuntu. 
>> Without success.
>>
>> I followed these wikis/howtos:
>> - https://cwiki.apache.org/confluence/display/CLOUDSTACK/devcloud-kvm
>> - https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud
>> - https://github.com/apache/cloudstack/tree/master/tools/devcloud4
>> and tried different tags version: 4.5.1, 4.3, master (debian-based 
>> packages).
>>
>> The result was always the same: slow and painful advancement along 
>> the process, until the point where the next step didn't work and no 
>> clue how to proceed further.
>>
>> About the more promising setup (devcloud-kvm), I had to do lots of 
>> extra-steps not documented in the howto. I would be glad to 
>> contribute these details to the official wiki page, but I'm not sure 
>> if it's useful, since the whole process is not working for me.
>>
>> So I'm asking to the experts here: is devcloud a supported/mantained 
>> component (and as such it's worth updating the documentation, 
>> cleaning up obsolete pages/packages and making sure the official 
>> package is working) or is it entirely unsupported/obsolete (at least 
>> on debian-based systems)?
>>
>> Thanks for any replay.
>>
>> Fabio
>

-- 
Fabio Da Soghe
Amministratore Delegato, Cognitio s.r.l.
c/o Toolbox, via Padre Agostino da Montefeltro 2, 10134 Torino
Phone: 011.31.57.436 Mobile: 338.91.85.280
Email: f.dasoghe@cognitio.it Web: http://www.cognitio.it


Re: Current status of devcloud

Posted by ilya <il...@gmail.com>.
Fabio

Sorry to hear you are having challenges here.

It is definitely used and maintained by several folks in community.

Perhaps you can share the issues you've been having..  also, devcloud or 
not, its just a VM with KVM and CloudStack build env. Its rather simple 
to stand up your own flavor of devcloud.

Regards
ilya

On 7/3/15 2:31 AM, Fabio Da Soghe wrote:
> Hello.
>
> As described in another thread here, it's some (several) days I'm 
> working hard trying to get a running devcloud installation on Ubuntu. 
> Without success.
>
> I followed these wikis/howtos:
> - https://cwiki.apache.org/confluence/display/CLOUDSTACK/devcloud-kvm
> - https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud
> - https://github.com/apache/cloudstack/tree/master/tools/devcloud4
> and tried different tags version: 4.5.1, 4.3, master (debian-based 
> packages).
>
> The result was always the same: slow and painful advancement along the 
> process, until the point where the next step didn't work and no clue 
> how to proceed further.
>
> About the more promising setup (devcloud-kvm), I had to do lots of 
> extra-steps not documented in the howto. I would be glad to contribute 
> these details to the official wiki page, but I'm not sure if it's 
> useful, since the whole process is not working for me.
>
> So I'm asking to the experts here: is devcloud a supported/mantained 
> component (and as such it's worth updating the documentation, cleaning 
> up obsolete pages/packages and making sure the official package is 
> working) or is it entirely unsupported/obsolete (at least on 
> debian-based systems)?
>
> Thanks for any replay.
>
> Fabio