building devcloud

2014-01-14 Thread Abhinandan Prateek
Hi, I am trying to build the devcloud on my Mac laptop. I am getting errors when run "boxer.sh –b all” on this line: + vagrant basebox define devcloudbase ubuntu-12.04.1-server-i386 I looked at the wiki here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+DevCloud

Re: building devcloud

2014-01-14 Thread Rohit Yadav
before building devcloud using vagrant you need to build a basebox based on the distro (ubuntu in this case) and then use that to create xenbox (looking at the code), checkout boxer.sh as well. I hope if we can use packer [2] which is a newer/better/faster way to build appliances, I think if you have

Re: building devcloud

2014-01-14 Thread sebgoa
; used. I can help create new version of DevCloud based on the same [1]. > I guess before building devcloud using vagrant you need to build a > basebox based on the distro (ubuntu in this case) and then use that to > create xenbox (looking at the code), checkout boxer.sh as well. > &g

Re: building devcloud

2014-01-16 Thread Abhinandan Prateek
>> time last year there was some issue with Ubuntu, so Debian instead was >> used. I can help create new version of DevCloud based on the same [1]. >> I guess before building devcloud using vagrant you need to build a >> basebox based on the distro (ubuntu in this case) an

Re: building devcloud

2014-01-16 Thread Abhinandan Prateek
;used. I can help create new version of DevCloud based on the same [1]. >I guess before building devcloud using vagrant you need to build a >basebox based on the distro (ubuntu in this case) and then use that to >create xenbox (looking at the code), checkout boxer.sh as well. > >I hop