Re: build failing in devcloud

2012-12-19 Thread James Martin
comments in-line On Wed, Dec 19, 2012 at 4:50 AM, sebgoa run...@gmail.com wrote: On Dec 19, 2012, at 12:45 AM, Rohit Yadav wrote: On 18-Dec-2012, at 3:40 PM, James Martin jmar...@basho.com wrote: On Tue, Dec 18, 2012 at 6:36 PM, Rohit Yadav rohit.ya...@citrix.com wrote: James, are you

proper way to fetch system vms

2012-12-19 Thread James Martin
The context of this document is building the devcloud vm that exists in tools/devcloud So I've noticed there are at least 2 documented ways to get the console proxy and ssvm. 1) As document in the original devcloud creation build scripts ( and done in the current puppet scripts) wget

build failing in devcloud

2012-12-18 Thread James Martin
Looks like the last stage of the /opt/cloudstack/buildcloudstack.sh script is failing in the devcloud creation environment: /opt/cloudstack/apache-maven-3.0.4/bin/mvn -P developer -pl tools/devcloud -Ddeploysvr [INFO] Building Apache CloudStack Developer Tools 4.1.0-SNAPSHOT [INFO]

Re: build failing in devcloud

2012-12-18 Thread James Martin
, when you are deploying a basic zone (which is being done by this command), make sure your mgmt server is running. This command calls marvin's deployDataCenter.py and gives it devcloud.cfg from tools/devcloud to deploy a basic zone. Regards. On 18-Dec-2012, at 9:04 AM, James Martin jmar

Re: build failing in devcloud

2012-12-18 Thread James Martin
the latter check that your mgmt server can reach host IP, host is the ip of your mgmt server in global configuration and you've built systemvm.iso (mvn clean install -P systemvm). I'm using the one built by veewee/vagrant - James Regards. On 18-Dec-2012, at 3:20 PM, James Martin jmar...@basho.com

Re: build failing in devcloud

2012-12-18 Thread James Martin
On Tue, Dec 18, 2012 at 6:45 PM, Rohit Yadav rohit.ya...@citrix.com wrote: On 18-Dec-2012, at 3:40 PM, James Martin jmar...@basho.com wrote: On Tue, Dec 18, 2012 at 6:36 PM, Rohit Yadav rohit.ya...@citrix.com wrote: James, are you using the DevCloud built by veewee/vagrant or the one I

Review Request: fixing a regression for network.conf file

2012-12-17 Thread James Martin
/xenbox-build/puppet/modules/devcloudinitial/manifests/init.pp ee58a71 Diff: https://reviews.apache.org/r/8651/diff/ Testing --- boxer.sh -b xenbox Thanks, James Martin

Re: Review Request: cleanup devcloud creation process

2012-12-16 Thread James Martin
on that requirement, we will have to adapt devcloud to use eth0 as NAT and eth1 as Host Only. - James Thank you for your work. Rohit From: James Martin [nore...@reviews.apache.org] On Behalf Of James Martin [jmar...@basho.com] Sent: Saturday

Review Request: fixes intermittent apt-get issues for devcloud creation.

2012-12-16 Thread James Martin
://reviews.apache.org/r/8625/diff/ Testing --- ./boxer.sh -b xenbox completed successfully vagrant up completed successfully Thanks, James Martin

Re: Review Request: cleanup devcloud creation process

2012-12-15 Thread James Martin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8399/#review14536 --- On Dec. 8, 2012, 5:31 p.m., James Martin wrote: --- This is an automatically generated e

Re: CentOS System Offering Thread

2012-12-12 Thread James Martin
On Wed, Dec 12, 2012 at 11:44 AM, Marcus Sorensen shadow...@gmail.com wrote: snip Personally I'm more worried about the userspace/file structure differences than library or kernel versions when it comes to making an OS work as a system vm. Shell scripts that run iptables, wget, tar and ifconfig

Re: Review Request: cleanup devcloud creation process

2012-12-08 Thread James Martin
/tree/devcloud-cleanup Diffs - Diff: https://reviews.apache.org/r/8399/diff/ Testing --- Built the veewee basebox and the vagrant xenbox. Built a cloudstack vagrant box. Was able to reach cloudstack at http://192.168.56.10:8080/client Thanks, James Martin

Re: Review Request: cleanup devcloud creation process

2012-12-07 Thread James Martin
vagrant box. Was able to reach cloudstack at http://192.168.56.10:8080/client Thanks, James Martin

Re: Review Request: cleanup devcloud creation process

2012-12-07 Thread James Martin
/tree/devcloud-cleanup Diffs - Diff: https://reviews.apache.org/r/8399/diff/ Testing --- Built the veewee basebox and the vagrant xenbox. Built a cloudstack vagrant box. Was able to reach cloudstack at http://192.168.56.10:8080/client Thanks, James Martin

Re: Review Request: cleanup devcloud creation process

2012-12-07 Thread James Martin
, 2012, 5:56 p.m., James Martin wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8399/ --- (Updated Dec. 7, 2012, 5:56 p.m

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
is I've used Debian Wheezy, configuring the vagrant box was tricky also some packages like mkisofs and maven3 will have to fetched as they are not on distro's repos. Any help in fixing these scripts would be great. Regards. From: James Martin [jmar

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
:16 PM, James Martin jmar...@basho.com wrote: Rohit, I've spent quite a bit of time fixing all the veewee and vagrant configs in tools devcloud, and also re-rewirting the puppet stuff. I understand that you create the image yourself because it's a hassle to do so yourself. My work has

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
, -Sebastien On Nov 30, 2012, at 3:31 PM, Charles Moulliard ch0...@gmail.com wrote: There is a wiki page here : https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html On Fri, Nov 30, 2012 at 3:16 PM, James Martin jmar...@basho.com wrote: Rohit, I've spent quite a bit of time

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
ml. Regards. From: James Martin [jmar...@basho.com] Sent: Friday, November 30, 2012 8:48 PM To: cloudstack-dev@incubator.apache.org Subject: Re: back in the game, deploying to devcloud Sebastien, Thanks for the context. An IRC meetup would

back in the game, deploying to devcloud

2012-11-29 Thread James Martin
Sorry folks, had to take a long hiatus from my cloudstack work, but I'm back in the game and determined to get my devcloud work ready for a patch and submitted. Right now the problem I'm running into is deploying the build: mvn clean install -P developer -D skipTests ; ant build-all rdeploy

Re: back in the game, deploying to devcloud

2012-11-29 Thread James Martin
and the new devcloud in the DevCloud 2.0 section: http://rohityadav.in/logs/devcloud/ Hope this helps, Rohit On 29-Nov-2012, at 3:54 PM, Prasanna Santhanam t...@apache.org wrote: On Thu, Nov 29, 2012 at 06:43:29PM -0500, James Martin wrote: Sorry folks, had to take a long hiatus from my

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-10-01 Thread James Martin
Sounds good. On Mon, Oct 1, 2012 at 1:56 PM, sebgoa run...@gmail.com wrote: James, I will be on IRC later tonight, we can try to debug this. -Sebastien On Sep 30, 2012, at 9:18 PM, James Martin wrote: in my devcloud.cfg file (attached) I have: pods

Re: devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-30 Thread James Martin
. Sent from my iPhone On Sep 29, 2012, at 8:21 AM, James Martin jmar...@basho.com wrote: Hi folks, thanks to Sebastien's great help last night, we made a lot of progress in using marvin in my devcloud / vagrant setup (I feel like I'm very close to having a new way to launch a devcloud

Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
My SSVM never starts (or the CPVM for the matter). In the GUI I have Zones: 1 Pods: 1 Clusters: 1 Hosts : 1 Primary Storage : 0 Secondary Storage : 1 System VMs : 0 Virtual Routers : 0 Also, These messages keep repeating in the logs: 2012-09-30 09:51:01,012 DEBUG

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
as destroyed: Vol[1|vm=1|ROOT] On Sun, Sep 30, 2012 at 11:28 AM, James Martin jmar...@basho.com wrote: My SSVM never starts (or the CPVM for the matter). In the GUI I have Zones: 1 Pods: 1 Clusters: 1 Hosts : 1 Primary Storage : 0 Secondary Storage : 1 System VMs : 0 Virtual Routers

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
. Sent from my iPhone On Sep 30, 2012, at 11:21 AM, James Martin jmar...@basho.com wrote: I think I fixed one problem but solved another.. I had to add { name:system.vm.use.local.storage, value:false }, to the devcloud.cfg and no longer receive that error

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
pool Sent from my iPhone On Sep 30, 2012, at 11:56 AM, James Martin jmar...@basho.com wrote: Primary storage and Secondary storage are good according to the GUI. Is that what you are referring to? James On Sun, Sep 30, 2012 at 2:48 PM, Kelceydamage@bbits kel...@bbits.ca wrote: Just

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
, James Martin jmar...@basho.com wrote: Primary storage and Secondary storage are good according to the GUI. Is that what you are referring to? James On Sun, Sep 30, 2012 at 2:48 PM, Kelceydamage@bbits kel...@bbits.ca wrote: Just winging it here but for scope interface errors check that your

Re: Primary storage is not ready, wait until it is ready to launch secondary storage vm

2012-09-30 Thread James Martin
is completely flat. Make sure you only have 1 interface active on your physical box, or your network pathing will be screwed. POD = mgmt network GUEST = vm network Sent from my iPhone On Sep 30, 2012, at 12:18 PM, James Martin jmar...@basho.com wrote: in my devcloud.cfg file (attached) I have

devcloud and com.cloud.exception.InsufficientServerCapacityException

2012-09-29 Thread James Martin
Hi folks, thanks to Sebastien's great help last night, we made a lot of progress in using marvin in my devcloud / vagrant setup (I feel like I'm very close to having a new way to launch a devcloud environment). python -m marvin.deployDataCenter -i devcloud.cfg (attached) runs just fine, and

Re: error building devcloud: ClassCastException: com.cloud.agent.api.Answer

2012-09-28 Thread James Martin
, 2012, at 3:29 AM, James Martin wrote: I did the ant build-apidocs as you said and then from tools/marvin/marvin ran: python deployDataCenter.py -i ../../devcloud/devcloud.cfg Traceback (most recent call last): File deployDataCenter.py, line 430, in module deploy.deploy() File

Re: error building devcloud: ClassCastException: com.cloud.agent.api.Answer

2012-09-27 Thread James Martin
the devcloud.cfg file that's in the devcloud dir to setup the db/zones/pods etc of devcloud. -Sebastien On Sep 27, 2012, at 1:02 AM, James Martin jmar...@basho.com wrote: I'm using the cs-bootstrap-s3.py script to populate a working devcloud instance: during the run of the script I get the error

Re: error building devcloud: ClassCastException: com.cloud.agent.api.Answer

2012-09-27 Thread James Martin
think the .cfg file that's in there is buggy, but I can patch. Let me know if that brings you closer. -sebastien On Sep 27, 2012, at 7:42 PM, James Martin jmar...@basho.com wrote: Sebastien, Sorry, let me give a better example. I'm trying to run a script that will provide an initial

Re: error building devcloud: ClassCastException: com.cloud.agent.api.Answer

2012-09-27 Thread James Martin
cd tools/marvin/marvin python deployDataCenter.py On 9/27/12 5:24 PM, James Martin jmar...@basho.com wrote: Sebastien, It seems deployDataCenter.py is dependent on cloudstackAPI python $HOME/work/code/cloudstack/cloudstack/tools/marvin/marvin/deployDataCenter .py -i devcloud.cfg Traceback

error building devcloud: ClassCastException: com.cloud.agent.api.Answer

2012-09-26 Thread James Martin
I'm using the cs-bootstrap-s3.py script to populate a working devcloud instance: during the run of the script I get the error: urllib2.HTTPError: HTTP Error 530: Cannot transit agent status with event AgentDisconnected for host 1, mangement server id is 8796761548538,Unable to transition to a

devcloud puppet recipe echo command

2012-09-25 Thread James Martin
Why are we doing a chmod -R 755 /usr/lib/xcp in the puppet recipe for devcloud ? Thanks, James

Re: need md5 or other hash for ssvm and cpvm vhd's

2012-09-24 Thread James Martin
...@sungard.com] Sent: Sunday, September 23, 2012 10:41 AM To: cloudstack-dev@incubator.apache.org; Edison Su Subject: Re: need md5 or other hash for ssvm and cpvm vhd's Edison, Are you able to do this? - chip Sent from my iPhone. On Sep 23, 2012, at 1:34 PM, James Martin jmar...@basho.com wrote

need md5 or other hash for ssvm and cpvm vhd's

2012-09-23 Thread James Martin
to uploading the content to the download.cloud.com s3 bucket. Thanks, James Martin Basho

where/who/what builds the ssvm cpvm?

2012-09-23 Thread James Martin
As a follow up to my previous question, I see that in devcloud we fetch vhds, but fetching a binary doesn't seem right from a source tree. What is the process for creation of the ssvm cpvm vhds? - James

updating cloudstack devcloud puppet recipes

2012-09-20 Thread James Martin
Howdy folks. Seems I sent this message to the old sourceforge list earlier, if you have a duplicate, apologies (thanks to the kind soul that pointed this out). I've been doing some work updating the devcloud puppet recipes -- cleaning them up, making them at little easier to read, etc. I wanted