Re: Problem using DevCloud2 with 4.2

2014-08-01 Thread Will Stevens
gt; >> Lead Developer > >> > >> *CloudOps* *| *Cloud Solutions Experts > >> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > >> w cloudops.com *|* tw @CloudOps_ > >> > >> > >> On Fri, Sep 27, 2013 at 12:38 AM, Mike Tutkowski < >

Re: Problem using DevCloud2 with 4.2

2014-08-01 Thread Mike Tutkowski
get past this bug? > >> > >> I am using the 4.3 branch... > >> > >> ws > >> > >> > >> *Will STEVENS* > >> Lead Developer > >> > >> *CloudOps* *| *Cloud Solutions Experts > >> 420 rue Guy *|* Montreal *|* Que

Re: Problem using DevCloud2 with 4.2

2014-08-01 Thread Sebastien Goasguen
STEVENS* >> Lead Developer >> >> *CloudOps* *| *Cloud Solutions Experts >> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 >> w cloudops.com *|* tw @CloudOps_ >> >> >> On Fri, Sep 27, 2013 at 12:38 AM, Mike Tutkowski < >> mike.tutkow...@

Re: Problem using DevCloud2 with 4.2

2014-07-31 Thread Mike Tutkowski
mike.tutkow...@solidfire.com > wrote: > > > Hi, > > > > I haven't tried to use DevCloud2 in a while (generally been setting up CS > > manually). I noticed the following problem when running the typical setup > > script today: > > > > mtutko

Re: Problem using DevCloud2 with 4.2

2014-07-31 Thread Will Stevens
't tried to use DevCloud2 in a while (generally been setting up CS > manually). I noticed the following problem when running the typical setup > script today: > > mtutkowski-LT:~ mtutkowski$ cd > documents/cloudstack/src/cloudstack/tools/devcloud ; python > ../marvin/marv

Re: Devcloud2 errors on 4.4

2014-04-17 Thread Amogh Vasekar
I see the same error. Not sure if its something related to the new XenServer jars. But I was seeing this since about a month, haven't been able to dig into it yet. Thanks, Amogh On 4/17/14 10:58 AM, "David Grizzanti" wrote: >Yeah, even after using the newer devcloud2 insta

Re: Devcloud2 errors on 4.4

2014-04-17 Thread David Grizzanti
Yeah, even after using the newer devcloud2 instance, I'm still not able to get it to work. Still seeing errors for the directory and others. Amogh - what errors are you seeing? >From deploy marvin: cloudstackException.cloudstackAPIException: Execute cmd: addhost failed, due to: errorC

Re: Devcloud2 errors on 4.4

2014-04-16 Thread Amogh Vasekar
wrote: > >> hi, >> >> check whether you are using the new updated devcloud2(1.3GB) for 4.3 >> onwards! >> ref - https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud >> >> and its recommended to use devcloud as host only mode. >> t

Re: Devcloud2 errors on 4.4

2014-04-16 Thread David Grizzanti
Didn't realize there was a new version of devcloud - thanks for the tip. Will try this out! On Wed, Apr 16, 2014 at 1:30 AM, Punith S wrote: > hi, > > check whether you are using the new updated devcloud2(1.3GB) for 4.3 > onwards! > ref - https://cwiki.apache.org/confluenc

Re: Devcloud2 errors on 4.4

2014-04-15 Thread Punith S
hi, check whether you are using the new updated devcloud2(1.3GB) for 4.3 onwards! ref - https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud and its recommended to use devcloud as host only mode. thanks, On Wed, Apr 16, 2014 at 12:18 AM, David Grizzanti < david.gri

Devcloud2 errors on 4.4

2014-04-15 Thread David Grizzanti
All, I am facing an issue when trying to get devcloud2 running with latest code from 4.4 branch. There was a similar email to this a few weeks back on master, but I did not see any resolution. I'm running everything in side of devcloud2 (mgmt server, mysql, xen). Seeing the following e

Re: devCloud2 and master

2014-03-31 Thread dimas yoga pratama
n.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) On Apr 1, 2014 7:34 AM, "Sachchidanand Vaidya" wrote: > Hi All, >I'm trying to run devCloud2 wi

devCloud2 and master

2014-03-31 Thread Sachchidanand Vaidya
Hi All, I'm trying to run devCloud2 with CS Management server running master code. Setup is: CS Mgmt Server: 192.168.56.1, XenHost ova:192.168.56.10 -> While trying to setup Basic networking using (devcloud.cfg), got "Cannot create directory /opt/cloud/bin on XenServer hosts"

Re: devcloud2 java

2014-03-11 Thread Punith S
hi, even i downloaded the updated devcloud2 from the confluence, https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud where the download like is http://people.apache.org/~sebgoa/devcloud2.ova but i'm not able to add host in it , i'm getting the same error. 2014-03-11 17

Re: devcloud2 java

2014-03-07 Thread Daan Hoogland
.readResponse(SCPClient.java:59) > at com.trilead.ssh2.SCPClient.sendFiles(SCPClient.java:166) > at com.trilead.ssh2.SCPClient.put(SCPClient.java:588) > ... 20 more > > > > On Fri, Mar 7, 2014 at 10:54 AM, Marcus wrote: >> Hi guys, >>Trying to get back into the Xen devcloud for

Re: devcloud2 java

2014-03-07 Thread Marcus
ings, and > following the instructions it seems that the existing devcloud2 is > missing java 7. Do our docs point to an old image, or are we just > installing that manually?

devcloud2 java

2014-03-07 Thread Marcus
Hi guys, Trying to get back into the Xen devcloud for a few things, and following the instructions it seems that the existing devcloud2 is missing java 7. Do our docs point to an old image, or are we just installing that manually?

Re: [DEVCLOUD2] Internet access on VMs

2014-03-03 Thread Ian Duffy
Ended up solving this with IP forwarding and iptables. Modified the devcloud.cfg to use 192.168.56.10 as the gateway. Enabled IPv4 Forwarding: sed -i -e 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g' /etc/sysctl.conf Setup appropriate iptables: -A FORWARD -i eth0 -o xenbr0 -m state --state N

[DEVCLOUD2] Internet access on VMs

2014-03-02 Thread Ian Duffy
Hi All, I'm trying to setup devcloud using the documentation at http://bhaisaab.org/logs/devcloud/ and the puppet manifests at https://github.com/apache/cloudstack/tree/master/tools/devcloud/src I have basebox of debian wheezy running xcp-xapi on virtualbox. I have xenbr0 bridged to the host only

Re: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Ian Duffy
Hi Wilder, Just switched to the 4.3-forward branch and things seem to be better there. On 27 February 2014 15:00, Wilder Rodrigues wrote: > Hi Ian, > > Unfortunately, haven't got anywhere with DevCloud2. > > We just built our environment based on XenServer and having the

RE: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Wilder Rodrigues
Hi Ian, Unfortunately, haven't got anywhere with DevCloud2. We just built our environment based on XenServer and having the management server running on Debian 7 (VirtuablBox VM). Now it's pretty smooth and nice to work with. We will write a blog over the weekend with the whole s

Re: [DevCloud2] Problems with SR type == file

2014-02-27 Thread Ian Duffy
ile content-type ( RO): On 17 February 2014 17:01, Wilder Rodrigues wrote: > Hi guys and gals, > > I'm trying to test the current master withDevCloud2, but unfortunately I'm > facing few problems concerning my DevCloud2 storage. > > On DevCloud2 when I type

[DevCloud2] Problems with SR type == file

2014-02-17 Thread Wilder Rodrigues
Hi guys and gals, I'm trying to test the current master withDevCloud2, but unfortunately I'm facing few problems concerning my DevCloud2 storage. On DevCloud2 when I type "xe sr-list" I get the following: uuid ( RO): 9f3f9262-3f77-09cc-2df7-0d8475676260

devcloud2 to completely automate a developer environment setup?

2014-02-08 Thread chris snow
While working on devcloud2, I've been thinking about whether devcloud2 could be taken a step further. It is possible to fully automate setup of a cloudstack development environment, consisting of: - debian with lightweight desktop (LXDE and RDP) - git clone of cloudstack - mvn build of l

Re: devcloud2

2013-11-21 Thread Rohit Yadav
Hello! I'm not sure what the issue is, probably you want to know about the behaviour. DevCloud2 requires minimum of 1G RAM but then mgmt server should not be run inside it. The defaults should work out of the box for any host with AMD-v or Intel-VT enabled processor. Another thing is the m

Re: devcloud2

2013-11-19 Thread Yichi Lu
, Yichi Lu wrote: > I try to install devcloud2, and try to follow this pape: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud. > Well, there is no error with installation. But now /proc/meminfo only > shows MemTotal: 435252 KB. Am I supposed to have 2048 MB total memory? Th

devcloud2

2013-11-19 Thread Yichi Lu
I try to install devcloud2, and try to follow this pape: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud. Well, there is no error with installation. But now /proc/meminfo only shows MemTotal: 435252 KB. Am I supposed to have 2048 MB total memory? This is what the devcloud2 image

DevCloud2

2013-10-22 Thread Soheil Eizadi
I just had someone from our Product Marketing that had been to the local meetup demonstrating DevCloud2. They have a situation where they configured some basic configuration and then the next time they ran DevCloud2 it complained about lack of memory and would not come up for them, it was not

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-10-08 Thread Punith s
/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/lib/amd64/libnpt.so > > 0x7fc0725c3000 234K > > /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/lib/amd64/libjdwp.so > > 0x7fc0727fe000 168K > > /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/lib/amd64/libjava.so

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-10-07 Thread Mike Tutkowski
/jre/lib/amd64/libverify.so > 0x7fc072d38000 584K /lib64/libm-2.12.so > 0x7fc072fbc000 10975K > > /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre/lib/amd64/server/libjvm.s > > any suggestions ?? thanks. > > regards, > punith s > > > > On Sun, Sep 15

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-10-07 Thread Punith s
t; #3 is best and also since devcloud2 was created to provide host-only mode > so that it could be used a throw away appliance for a faster CloudStack > development. > > #3: CloudStack will run on your host OS so debugging becomes easier. > > HTH. > > > On Thu, Sep 12, 20

Re: Problem using DevCloud2 with 4.2

2013-09-26 Thread Mike Tutkowski
Eh...cancel my query here. I just repeated the steps and it worked this time. Odd Hopefully it was user error and this isn't a timing issue or something. On Thu, Sep 26, 2013 at 10:38 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi, > > I haven't tr

Problem using DevCloud2 with 4.2

2013-09-26 Thread Mike Tutkowski
Hi, I haven't tried to use DevCloud2 in a while (generally been setting up CS manually). I noticed the following problem when running the typical setup script today: mtutkowski-LT:~ mtutkowski$ cd documents/cloudstack/src/cloudstack/tools/devcloud ; python ../marvin/marvin/deployDataCenter.

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-15 Thread Rohit Yadav
#3 is best and also since devcloud2 was created to provide host-only mode so that it could be used a throw away appliance for a faster CloudStack development. #3: CloudStack will run on your host OS so debugging becomes easier. HTH. On Thu, Sep 12, 2013 at 2:49 PM, Punith s wrote: > hi fo

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-13 Thread Mike Tutkowski
t; > thanks a lot for the info , you guys are right , now i'm using #*3.host > only mode *in devcloud2 , and i'm able to debug the MS from > eclipse seamlessly in my localhost. > and mike if you have such problems then you can try *full sandbox mode *in > devcloud2 and co

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-13 Thread Punith s
hi guys , thanks a lot for the info , you guys are right , now i'm using #*3.host only mode *in devcloud2 , and i'm able to debug the MS from eclipse seamlessly in my localhost. and mike if you have such problems then you can try *full sandbox mode *in devcloud2 and connect to it rem

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
I prefer #3, as well. >>> >>> >>> On Thu, Sep 12, 2013 at 10:09 AM, Chiradeep Vittal < >>> chiradeep.vit...@citrix.com> wrote: >>> >>>> #3 works best, I think >>>> >>>> On 9/12/13 2:19 AM, "Punith s" wrot

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
I prefer #3, as well. On Thu, Sep 12, 2013 at 10:09 AM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > #3 works best, I think > > On 9/12/13 2:19 AM, "Punith s" wrote: > > >hi folks, > > > >i'm using Devcloud2 to build cloudst

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Chiradeep Vittal
#3 works best, I think On 9/12/13 2:19 AM, "Punith s" wrote: >hi folks, > >i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full >sandbox mode* , > >devcloud allows following modes , >*1.full sandbox mode - *build and deploy inside devc

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
Tutkowski < mike.tutkow...@solidfire.com> wrote: > I prefer #3, as well. > > > On Thu, Sep 12, 2013 at 10:09 AM, Chiradeep Vittal < > chiradeep.vit...@citrix.com> wrote: > >> #3 works best, I think >> >> On 9/12/13 2:19 AM, "Punith s" wro

Re: Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Mike Tutkowski
gt; >>> #3 works best, I think >>> >>> On 9/12/13 2:19 AM, "Punith s" wrote: >>> >>> >hi folks, >>> > >>> >i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full >>> >sandbox mo

Which DevCloud2 Usage Mode is good for Development and Debugging ????

2013-09-12 Thread Punith s
hi folks, i'm using Devcloud2 to build cloudstack 4.2 , currently i'm using *full sandbox mode* , devcloud allows following modes , *1.full sandbox mode - *build and deploy inside devcloud *2.deployment mode - *build code in localhost and deploying in devcloud *3.host only mode - *usin

Re: Need help in Devcloud2 configuration

2013-09-11 Thread Mike Tutkowski
These are the steps I tend to take when using DevCloud: (1) Restore DevCloud2 to original/snapshot. // to start from scratch if you've done this before and want to start over (2) mvn -P developer,systemvm clean install // to build the codebase (3) mvn -P developer -pl developer,tools/dev

RE: Need help in Devcloud2 configuration

2013-09-11 Thread Rajesh Battala
Subject: Need help in Devcloud2 configuration Hi Guys, Basically i am new to cloudstack. To have some hands on the cloudstack, its UI; i wanted to deploy my own cloudstack. I came across Devcloud2 and i found it really interesting. I was trying to build the devcloud2 on local machine (windows7

Need help in Devcloud2 configuration

2013-09-11 Thread umesh kute
Hi Guys, Basically i am new to cloudstack. To have some hands on the cloudstack, its UI; i wanted to deploy my own cloudstack. I came across Devcloud2 and i found it really interesting. I was trying to build the devcloud2 on local machine (windows7 using virtual box). I have been following the

unable to add host in 4.2 using Devcloud2 environment

2013-09-04 Thread Punith s
*hi folks ,* * * *i'm building my cloudstack (4.2) inside DevCloud2 , i ran all the mvn commands and the management jetty server is up* * * *but i'm getting following exceptions is deploying the pre configured infrastructure . ...after trying either of the commands or by configuring i

Re: DevCloud2 not working with 4.2

2013-08-20 Thread Mike Tutkowski
Still can't get DevCloud2 to work with 4.2 (updated 4.2 again today). Anyone else seeing this? I can get a CS env up and running if I create a zone manually. Thanks On Mon, Aug 19, 2013 at 1:16 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi everyone, > >

DevCloud2 not working with 4.2

2013-08-19 Thread Mike Tutkowski
Hi everyone, I've been trying to get DevCloud2 running with the most recent from 4.2, but keep getting tons of exceptions (some of which are below). Is this a known issue? With the 4.2 RC build slated to happen soon, I wasn't expecting any problem getting 4.2 to ru

Re: DevCloud2 problem

2013-07-02 Thread CK
LOUDSTACK/How+to+build+on+master+branch> > > And the MAVEN_OPTS variable > > > > >> On 2 July 2013 08:29, Sebastien Goasguen wrote: >> >> >> >>> On Jul 1, 2013, at 8:45 PM, CK wrote: >>> >>> >>> >>>> I’m having

Re: DevCloud2 problem

2013-07-02 Thread Sebastien Goasguen
the MAVEN_OPTS variable On 2 July 2013 08:29, Sebastien Goasguen wrote: On Jul 1, 2013, at 8:45 PM, CK wrote: I’m having some problems deploying DevCloud2 and wonder if you could help please. I would like to build the Cloudstack source in DevCloud2 and run everything from within

Re: DevCloud2 problem

2013-07-02 Thread CK
To start off with I did allocate 2048 MB RAM and hit the problem, I then increased the RAM to 4096 and still not working. On 2 July 2013 08:29, Sebastien Goasguen wrote: > > On Jul 1, 2013, at 8:45 PM, CK wrote: > > > I’m having some problems deploying DevCloud2 and wonder if

Re: DevCloud2 problem

2013-07-02 Thread Sebastien Goasguen
On Jul 1, 2013, at 8:45 PM, CK wrote: > I’m having some problems deploying DevCloud2 and wonder if you could help > please. I would like to build the Cloudstack source in DevCloud2 and run > everything from within the DevCloud2 VM. So far I have done the following, > any idea

DevCloud2 problem

2013-07-01 Thread CK
I’m having some problems deploying DevCloud2 and wonder if you could help please. I would like to build the Cloudstack source in DevCloud2 and run everything from within the DevCloud2 VM. So far I have done the following, any idea what can be causing the PermGen error at the end:** 1

RE: error on starting devcloud2

2013-05-09 Thread Rajesh Battala
bject: error on starting devcloud2 > > Hi, > > I just want to start my 1st DevCloud2 on my virtualbox in OSX Lion OS, but > the following error appears, please advice? > > Could not start the machine DevCloud2 because the following physical > network interfaces were not found:

error on starting devcloud2

2013-05-09 Thread Nazri Abdulah
Hi, I just want to start my 1st DevCloud2 on my virtualbox in OSX Lion OS, but the following error appears, please advice? Could not start the machine DevCloud2 because the following physical network interfaces were not found: vboxnet0 (adapter 1) Regards Nazri

Re: Can DevCloud2 be run without installing a development library on my laptop?

2013-04-12 Thread Chip Childers
On Fri, Apr 12, 2013 at 04:25:26PM +0100, Donal Lafferty wrote: > ATM, DevCloud2 is only suitable for developers. The instructions require you > to compile the management server on the host machine. > > If DevCloud2's base VM were put on a bridged network, would I be able to

Can DevCloud2 be run without installing a development library on my laptop?

2013-04-12 Thread Donal Lafferty
ATM, DevCloud2 is only suitable for developers. The instructions require you to compile the management server on the host machine. If DevCloud2's base VM were put on a bridged network, would I be able to compile and run the management server on Dom0 of the DevCloud2 appliance? DL