You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Hieu Le <hi...@gmail.com> on 2012/11/03 16:24:53 UTC

Re: Testing CloudStack with devcloud VM and MAVEN

Hi guys,

I have successfully tested new devcloud stuff on Windows machine for my
boss, I have tested it in 3 Windows machine and deployed successfully
(phew..).

Now I want to edit wiki page and want to know is there some rules for
editting wiki ? I dont want to make a mess in wiki page.

Thank you for your instructions :)

On Thu, Oct 25, 2012 at 12:38 AM, Edison Su <Ed...@citrix.com> wrote:

>
>
> > -----Original Message-----
> > From: Hieu Le [mailto:hieulq89@gmail.com]
> > Sent: Wednesday, October 24, 2012 9:53 AM
> > To: cloudstack-dev@incubator.apache.org
> > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> >
> > Thank you guys !
> >
> > Btw, I have successfully developed with devcloud in Ubuntu/Linux Mint
> > environment, but when trying to setup in Windows, Win 7 x86 throw an
> > error
> > when adding devcloud, this time devcloud node show Alert state after
> > running through 8 steps; Win 7 x64 return error when mvn -P developer
> > install with error ClassNotFound ApiXmlWriter.
> >
> > I am happy with Ubuntu/Linux environment but my boss want to debug CS
> > in
> > Windows environment. I will try to fix this.
> Thanks, I tested the new devcloud stuff only on my Linux machine, any
> fixes or howto document to get it work on Windows are welcome.
>
>
> >
> > On Wed, Oct 24, 2012 at 11:39 PM, Donal Lafferty
> > <do...@citrix.com>wrote:
> >
> > > Yeah, I was about to say that :)
> > >
> > > I'm happy to update the docs after I verify that I can make it work!
> > >
> > >
> > > DL
> > >
> > >
> > > -----Original Message-----
> > > From: Edison Su [mailto:Edison.su@citrix.com]
> > > Sent: 24 October 2012 17:37
> > > To: cloudstack-dev@incubator.apache.org
> > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > >
> > > Oh, I see. Mvn build is changed in the commit
> > > https://git-wip-us.apache.org/repos/asf?p=incubator-
> > cloudstack.git;a=commit;h=d04bfc3400da4ba15e99f6685e191b052ea249ca
> > > You can try:
> > > Mvn install -P developer
> > >
> > > > -----Original Message-----
> > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > Sent: Wednesday, October 24, 2012 9:13 AM
> > > > To: cloudstack-dev@incubator.apache.org
> > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > >
> > > > Yep, I have modified pom.xml. My project list has  following
> > additional
> > > > project:
> > > >
> > > > Apache CloudStack apidoc Tools
> > > > Apache CloudStack Developer Tools
> > > > Apache CloudStack Developer Tools: marvin
> > > >
> > > > Hope it help !
> > > >
> > > > On Wed, Oct 24, 2012 at 8:33 PM, Donal Lafferty
> > > > <do...@citrix.com>wrote:
> > > >
> > > > > I don't see any reference to 'tools/devcloud' or 'tools/marvin'
> > in
> > > > > ${basedir}/pom.xml
> > > > >
> > > > > Perhaps I'm not using the latest source or that the github mirror
> > is
> > > > not
> > > > > in sync.  Or perhaps there are some tweaks required to turn on
> > > > > tools/devcloud that are not in the default source.
> > > > >
> > > > > BTW, mvn install gives the following projects, do you get the
> > same?
> > > > >
> > > > >
> > > > > [INFO] Scanning for projects...
> > > > > [INFO]
> > > > > -----------------------------------------------------------------
> > ----
> > > > ---
> > > > > [INFO] Reactor Build Order:
> > > > > [INFO]
> > > > > [INFO] Apache CloudStack
> > > > > [INFO] Apache CloudStack Utils
> > > > > [INFO] Apache CloudStack API
> > > > > [INFO] Apache CloudStack Core
> > > > > [INFO] Apache CloudStack Agents
> > > > > [INFO] Apache CloudStack SystemVM Patches
> > > > > [INFO] Apache CloudStack Console Proxy
> > > > > [INFO] Apache CloudStack Server
> > > > > [INFO] Apache CloudStack Usage Server
> > > > > [INFO] Apache XenSource XAPI
> > > > > [INFO] Apache CloudStack Plugin POM
> > > > > [INFO] Apache CloudStack Plugin - User Concentrated Pod
> > Deployment
> > > > Planner
> > > > > [INFO] Apache CloudStack Plugin - User Dispersing Deployment
> > Planner
> > > > > [INFO] Apache CloudStack Plugin - Host Allocator Random
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
> > > > > [INFO] Apache CloudStack Plugin - Open vSwitch
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor Xen
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor KVM
> > > > > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
> > > > > [INFO] Apache CloudStack Plugin - Network Nicira NVP
> > > > > [INFO] Apache CloudStack Plugin - Storage Allocator Random
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator LDAP
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator MD5
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text
> > > > > [INFO] Apache CloudStack AWS API Bridge
> > > > > [INFO] Apache CloudStack Client UI
> > > > > [INFO] Apache CloudStack Test
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > Sent: 24 October 2012 02:52
> > > > > To: cloudstack-dev@incubator.apache.org
> > > > > Cc: Donal Lafferty
> > > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > > >
> > > > > Hi all,
> > > > >
> > > > > @Edison Su: after 3 attemps to build/rebuild both devcloud VM and
> > > > Ubuntu
> > > > > with xcp-xapi package, I have successfully added VM to my mgt
> > server
> > > > on my
> > > > > laptop. I don't know why ?? God blessed me !
> > > > >
> > > > > Anw, error log when adding host fail is around unable to discover
> > > > resource
> > > > > (sorry, I have clear the log).
> > > > >
> > > > > @Donal Lafferty: Edison's wiki is correct, check your pom.xml in
> > > > cloudstack
> > > > > maven project and ensure that it contains tools/devcloud and
> > > > tools/marvin
> > > > > in modules section.
> > > > >
> > > > > Thank you guys !
> > > > >
> > > > > On Wed, Oct 24, 2012 at 6:44 AM, Edison Su <Ed...@citrix.com>
> > > > wrote:
> > > > >
> > > > > > "mvn install" will generate cloudstackAPI python module under
> > > > > > tools/marvin/marvin. Is there no such folder on your
> > environment?
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty [mailto:donal.lafferty@citrix.com]
> > > > > > > Sent: Tuesday, October 23, 2012 4:16 PM
> > > > > > > To: Donal Lafferty; 'cloudstack-dev@incubator.apache.org'
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Sorry, that should say 'using -P developer'.
> > > > > > >
> > > > > > > In my case, the issue is that
> > tools/marvin/marvin/jsonHelper.py
> > > > uses
> > > > > > > the cloudstackAPI module before it is generated.
> > > > > > >
> > > > > > > E.g.
> > > > > > >
> > > > > > > $ mvn -P developer -pl tools/devcloud -Ddeploysvr
> > > > > > > [INFO] Scanning for projects...
> > > > > > > [INFO]
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] Building Apache CloudStack Developer Tools 4.1.0-
> > SNAPSHOT
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.3:process (default)
> > @
> > > > cloud-
> > > > > > > devcloud ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-
> > > > descriptor)
> > > > > > > @ cloud-devcloud ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ cloud-
> > > > devcloud ---
> > > > > > > Traceback (most recent call last):
> > > > > > >   File "../marvin/marvin/deployDataCenter.py", line 19, in
> > > > <module>
> > > > > > >     import configGenerator
> > > > > > >   File "C:\cygwin\home\donall\incubator\incubator-
> > > > > > > cloudstack\tools\marvin\marvin\configGenerator.py", line 21,
> > in
> > > > > > > <module>
> > > > > > >     import jsonHelper
> > > > > > >   File "C:\cygwin\home\donall\incubator\incubator-
> > > > > > > cloudstack\tools\marvin\marvin\jsonHelper.py", line 21, in
> > > > <module>
> > > > > > >     from cloudstackAPI import *
> > > > > > > ImportError: No module named cloudstackAPI
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] BUILD FAILURE
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] Total time: 2.259s
> > > > > > > [INFO] Finished at: Wed Oct 24 00:12:12 BST 2012
> > > > > > > [INFO] Final Memory: 13M/31M
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-
> > > > > > > plugin:1.2.1:exec (default) on project cloud-devcloud:
> > Command
> > > > > > > execution failed. Process exited with an error: 1 (Exit value:
> > 1)
> > > > ->
> > > > > > > [Help 1]
> > > > > > > [ERROR]
> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
> > Maven
> > > > with
> > > > > > > the -e switch.
> > > > > > > [ERROR] Re-run Maven using the -X switch to enable full debug
> > > > logging.
> > > > > > > [ERROR]
> > > > > > > [ERROR] For more information about the errors and possible
> > > > solutions,
> > > > > > > please read the following articles:
> > > > > > > [ERROR] [Help 1]
> > > > > > >
> > > > >
> > > >
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty
> > > > > > > Sent: 23 October 2012 23:58
> > > > > > > To: Donal Lafferty; 'cloudstack-dev@incubator.apache.org'
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Actually, using -P does not work either.
> > > > > > >
> > > > > > > Anyone else with some suggestions?
> > > > > > >
> > > > > > > DL
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty
> > > > > > > Sent: 23 October 2012 23:28
> > > > > > > To: cloudstack-dev@incubator.apache.org
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Hi Hieu,
> > > > > > >
> > > > > > > How did you run the final step (#8)?
> > > > > > >
> > > > > > > I think there is a typo.
> > > > > > >
> > > > > > > Instead of 'mvn -P deploysvr -pl tools/devcloud -Ddeploysvr'
> > try
> > > > 'mvn -
> > > > > > > P developer -pl tools/devcloud -Ddeploysvr'
> > > > > > >
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > > > Sent: 23 October 2012 17:16
> > > > > > > To: cloudstack-dev@incubator.apache.org
> > > > > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > I can ping/ssh to devcloud vm and I also set the network
> > > > configuration
> > > > > > > of
> > > > > > > devcloud vm like Edison's guide.
> > > > > > >
> > > > > > > I have also tried to create a new VM, install Ubuntu 12.04
> > and
> > > > xcp-xapi
> > > > > > > on
> > > > > > > it; tried to add this as cloud node and failed.
> > > > > > >
> > > > > > > Please help !
> > > > > > > On Tue, Oct 23, 2012 at 12:53 PM, Rohit Yadav
> > > > > > > <ro...@citrix.com>wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > On 23-Oct-2012, at 10:13 AM, Hieu Le <hi...@gmail.com>
> > wrote:
> > > > > > > >
> > > > > > > > > Hi Edison,
> > > > > > > > >
> > > > > > > > > I have try your method and the result is that I can't add
> > > > devcloud
> > > > > > > node
> > > > > > > > to
> > > > > > > > > mgt server on my desktop. The log always say Unable to
> > add
> > > > host,
> > > > > > > unable
> > > > > > > > to
> > > > > > > > > find the server resources at HTTP://193.168.56.2
> > > > > > > > >
> > > > > > > > > Can you solve this problem? Thank you so much.
> > > > > > > >
> > > > > > > > Try to ping 192.168.56.1 and try to ssh into your vm, if
> > you're
> > > > not
> > > > > > > able
> > > > > > > > to do it:
> > > > > > > >
> > > > > > > > Goto VirtualBox Manager; open settings of the vm, goto
> > network,
> > > > check
> > > > > > > what
> > > > > > > > is the host-only adapter name (vboxnet0 is default)
> > > > > > > > Now, open VBox Manager->Preferences->Network->select
> > vboxnet0
> > > > (the
> > > > > > > > default)->edit
> > > > > > > >
> > > > > > > > Check the IPv4 Address, the wiki guide [0] uses
> > 192.168.56.1 as
> > > > the
> > > > > > > > gateway, set this IP in the IPv4 field and make sure you've
> > no
> > > > dhcp
> > > > > > > server
> > > > > > > > on this network. On Windows, while installing VirtualBox,
> > the
> > > > guide
> > > > > > > assumes
> > > > > > > > you had installed the network adapters and they were not
> > > > disabled or
> > > > > > > > removed (for the host-only adapter functionality).
> > > > > > > >
> > > > > > > > Make sure, you set the promiscuous mode to "allow all"
> > (this
> > > > petty
> > > > > > > setting
> > > > > > > > ate [1] many hours of my life).
> > > > > > > >
> > > > > > > > [0]
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcl
> > > > > > > oud+environment+setup
> > > > > > > > [1]
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > http://wiki.cloudstack.org/display/COMM/DIY+DevCloud+Setup#DIYDevCloudS
> > > > > > > etup-Networking
> > > > > > > >
> > > > > > > > Regards.
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Sent from my HTC(c)
> > > > > > > > > On Oct 22, 2012 12:07 PM, "Edison Su"
> > <Ed...@citrix.com>
> > > > > wrote:
> > > > > > > > >
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> Sent from my iPhone
> > > > > > > > >>
> > > > > > > > >> On Oct 21, 2012, at 6:21 PM, "Hieu Le"
> > <hi...@gmail.com>
> > > > > wrote:
> > > > > > > > >>
> > > > > > > > >>> Thank you so much Edison, I will try this method.
> > > > > > > > >>>
> > > > > > > > >>> Anyway, in this wiki page, you said "start mgt server
> > on
> > > > your
> > > > > > > laptop"
> > > > > > > > >>> including deploy DB in both my laptop and devcloud VM;
> > and
> > > > in
> > > > > > > step 8
> > > > > > > > you
> > > > > > > > >>> also said "deploy in devcloud", so while deploy in
> > devcloud,
> > > > the
> > > > > > > mgt
> > > > > > > > >> server
> > > > > > > > >>> will still run on my laptop with its own DB and another
> > mgt
> > > > > > > server will
> > > > > > > > >> be
> > > > > > > > >>> devcloud VM, do I understand right ?
> > > > > > > > >>
> > > > > > > > >> No, all the commands are running on your laptop. Mgt
> > server
> > > > will
> > > > > > > add
> > > > > > > > >> devcloud vm as a hypervisor host.
> > > > > > > > >> Btw, I updated the document: need to configure network
> > in
> > > > devcloud
> > > > > > > vm,
> > > > > > > > >> otherwise mgt server can't connect to devcloud vm.
> > > > > > > > >>>
> > > > > > > > >>> I will try and give feedback.
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> On Sun, Oct 21, 2012 at 2:09 PM, Edison Su
> > > > <Edison.su@citrix.com
> > > > > >
> > > > > > > > wrote:
> > > > > > > > >>>
> > > > > > > > >>>> I created a wiki page:
> > > > > > > > >>>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcl
> > > > > > > oud+environment+setup
> > > > > > > > >>>>
> > > > > > > > >>>> Sent from my iPhone
> > > > > > > > >>>>
> > > > > > > > >>>> On Oct 20, 2012, at 9:49 AM, "Edison Su"
> > > > <Ed...@citrix.com>
> > > > > > > > wrote:
> > > > > > > > >>>>
> > > > > > > > >>>>> I"l write a new wiki page about how to use devcloud
> > and
> > > > maven
> > > > > > > today.
> > > > > > > > >>>>>
> > > > > > > > >>>>> Sent from my iPhone
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Oct 20, 2012, at 5:18 AM, "Donal Lafferty" <
> > > > > > > > >> donal.lafferty@citrix.com>
> > > > > > > > >>>> wrote:
> > > > > > > > >>>>>
> > > > > > > > >>>>>> I think that Hieu Le is having a problem with
> > > > > > > > >>>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DIY+DevCloud+Set
> > > > > > > up
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> The page states:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> To build, deploy-server and database:
> > > > > > > > >>>>>> $ ant clean-all build-all deploy-server deploydb
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Type to run mgt server:
> > > > > > > > >>>>>> $ ant debug
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Can someone update these instructions with their
> > Maven
> > > > > > > equivalent?
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> DL
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> -----Original Message-----
> > > > > > > > >>>>>> From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > > > > >>>>>> Sent: 20 October 2012 03:27
> > > > > > > > >>>>>> To: cloudstack-dev@incubator.apache.org
> > > > > > > > >>>>>> Cc: Marcus Sorensen; jmartin@basho.com
> > > > > > > > >>>>>> Subject: Re: Testing CloudStack with devcloud VM and
> > > > MAVEN
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> So, is there a way to deploy code and debug in
> > devcloud
> > > > with
> > > > > > > maven
> > > > > > > > and
> > > > > > > > >>>>>> eclipse ?
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> On Sat, Oct 20, 2012 at 9:17 AM, David Nalley
> > > > <da...@gnsa.us>
> > > > > > > > wrote:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>> On Fri, Oct 19, 2012 at 9:45 PM, Alex Huang
> > > > > > > <Alex.Huang@citrix.com
> > > > > > > > >
> > > > > > > > >>>> wrote:
> > > > > > > > >>>>>>>> -1
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> devCloud also functions as an easy way to test out
> > > > > > > CloudStack.
> > > > > > > >  That
> > > > > > > > >>>> can
> > > > > > > > >>>>>>> only be done with the all-in-one concept.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I like the idea of having management server on my
> > > > laptop and
> > > > > > > use
> > > > > > > > >>>>>>> devCloud only as the hypervisor but both format
> > have to
> > > > > exist.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Agreed - being able to let someone play with
> > CloudStack
> > > > is
> > > > > > > > important.
> > > > > > > > >>>>>>> Besides, with things like vagrant and veewee
> > > > maintaining both
> > > > > > > > >>>>>>> shouldn't be a big deal.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> --David
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> --
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> ------------------------------------
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Le Quang Hieu
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Specialist - Core Cloud Computing  Dept
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Cloud Computing Research Center
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Viettel Research and Development Institute
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi,
> > Vietnam
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Mobile: (84) 974616850
> > > > > > > > >>>>
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> --
> > > > > > > > >>>
> > > > > > > > >>> ------------------------------------
> > > > > > > > >>>
> > > > > > > > >>> Le Quang Hieu
> > > > > > > > >>>
> > > > > > > > >>> Specialist - Core Cloud Computing  Dept
> > > > > > > > >>>
> > > > > > > > >>> Cloud Computing Research Center
> > > > > > > > >>>
> > > > > > > > >>> Viettel Research and Development Institute
> > > > > > > > >>>
> > > > > > > > >>> No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > > > > > >>>
> > > > > > > > >>> Mobile: (84) 974616850
> > > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > ------------------------------------
> > > > > > >
> > > > > > > Le Quang Hieu
> > > > > > >
> > > > > > > Specialist - Core Cloud Computing  Dept
> > > > > > >
> > > > > > > Cloud Computing Research Center
> > > > > > >
> > > > > > > Viettel Research and Development Institute
> > > > > > >
> > > > > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > > > >
> > > > > > > Mobile: (84) 974616850
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Le Quang Hieu
> > > > >
> > > > > Specialist - Core Cloud Computing  Dept
> > > > >
> > > > > Cloud Computing Research Center
> > > > >
> > > > > Viettel Research and Development Institute
> > > > >
> > > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > >
> > > > > Mobile: (84) 974616850
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > ------------------------------------
> > > >
> > > > Le Quang Hieu
> > > >
> > > > Specialist - Core Cloud Computing  Dept
> > > >
> > > > Cloud Computing Research Center
> > > >
> > > > Viettel Research and Development Institute
> > > >
> > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > >
> > > > Mobile: (84) 974616850
> > >
> >
> >
> >
> > --
> >
> > ------------------------------------
> >
> > Le Quang Hieu
> >
> > Specialist - Core Cloud Computing  Dept
> >
> > Cloud Computing Research Center
> >
> > Viettel Research and Development Institute
> >
> > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> >
> > Mobile: (84) 974616850
>



-- 

------------------------------------

Le Quang Hieu

Specialist – Core Cloud Computing  Dept

Cloud Computing Research Center

Viettel Research and Development Institute

No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam

Mobile: (84) 974616850

Re: Testing CloudStack with devcloud VM and MAVEN

Posted by Joe Brockmeier <jz...@zonker.net>.
On Sat, Nov 03, 2012 at 10:24:53PM +0700, Hieu Le wrote:
> Now I want to edit wiki page and want to know is there some rules for
> editting wiki ? I dont want to make a mess in wiki page.

Rules for editing wikis:

- Edit boldly
- If you see an error, fix it

We don't have a bunch of formal rules around editing the wiki - people
should feel empowered to make changes, add information, and otherwise
improve the wiki where necessary. If someone does "make a mess," we have
have the page history and can revert if necessary - but I'm sure you
won't make a mess of it. 

Best, 

Joe
-- 
Joe Brockmeier
Twitter: @jzb
http://dissociatedpress.net/

RE: Testing CloudStack with devcloud VM and MAVEN

Posted by Rohit Yadav <ro...@citrix.com>.
Hi Hieu, feel free to edit the wiki as needed, and inform us what you've done so we can keep up :)
Ask us if you've any issues or need any help. Thanks.

Regards.

________________________________________
From: Hieu Le [hieulq89@gmail.com]
Sent: Saturday, November 03, 2012 8:54 PM
To: cloudstack-dev@incubator.apache.org
Subject: Re: Testing CloudStack with devcloud VM and MAVEN

Hi guys,

I have successfully tested new devcloud stuff on Windows machine for my
boss, I have tested it in 3 Windows machine and deployed successfully
(phew..).

Now I want to edit wiki page and want to know is there some rules for
editting wiki ? I dont want to make a mess in wiki page.

Thank you for your instructions :)

On Thu, Oct 25, 2012 at 12:38 AM, Edison Su <Ed...@citrix.com> wrote:

>
>
> > -----Original Message-----
> > From: Hieu Le [mailto:hieulq89@gmail.com]
> > Sent: Wednesday, October 24, 2012 9:53 AM
> > To: cloudstack-dev@incubator.apache.org
> > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> >
> > Thank you guys !
> >
> > Btw, I have successfully developed with devcloud in Ubuntu/Linux Mint
> > environment, but when trying to setup in Windows, Win 7 x86 throw an
> > error
> > when adding devcloud, this time devcloud node show Alert state after
> > running through 8 steps; Win 7 x64 return error when mvn -P developer
> > install with error ClassNotFound ApiXmlWriter.
> >
> > I am happy with Ubuntu/Linux environment but my boss want to debug CS
> > in
> > Windows environment. I will try to fix this.
> Thanks, I tested the new devcloud stuff only on my Linux machine, any
> fixes or howto document to get it work on Windows are welcome.
>
>
> >
> > On Wed, Oct 24, 2012 at 11:39 PM, Donal Lafferty
> > <do...@citrix.com>wrote:
> >
> > > Yeah, I was about to say that :)
> > >
> > > I'm happy to update the docs after I verify that I can make it work!
> > >
> > >
> > > DL
> > >
> > >
> > > -----Original Message-----
> > > From: Edison Su [mailto:Edison.su@citrix.com]
> > > Sent: 24 October 2012 17:37
> > > To: cloudstack-dev@incubator.apache.org
> > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > >
> > > Oh, I see. Mvn build is changed in the commit
> > > https://git-wip-us.apache.org/repos/asf?p=incubator-
> > cloudstack.git;a=commit;h=d04bfc3400da4ba15e99f6685e191b052ea249ca
> > > You can try:
> > > Mvn install -P developer
> > >
> > > > -----Original Message-----
> > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > Sent: Wednesday, October 24, 2012 9:13 AM
> > > > To: cloudstack-dev@incubator.apache.org
> > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > >
> > > > Yep, I have modified pom.xml. My project list has  following
> > additional
> > > > project:
> > > >
> > > > Apache CloudStack apidoc Tools
> > > > Apache CloudStack Developer Tools
> > > > Apache CloudStack Developer Tools: marvin
> > > >
> > > > Hope it help !
> > > >
> > > > On Wed, Oct 24, 2012 at 8:33 PM, Donal Lafferty
> > > > <do...@citrix.com>wrote:
> > > >
> > > > > I don't see any reference to 'tools/devcloud' or 'tools/marvin'
> > in
> > > > > ${basedir}/pom.xml
> > > > >
> > > > > Perhaps I'm not using the latest source or that the github mirror
> > is
> > > > not
> > > > > in sync.  Or perhaps there are some tweaks required to turn on
> > > > > tools/devcloud that are not in the default source.
> > > > >
> > > > > BTW, mvn install gives the following projects, do you get the
> > same?
> > > > >
> > > > >
> > > > > [INFO] Scanning for projects...
> > > > > [INFO]
> > > > > -----------------------------------------------------------------
> > ----
> > > > ---
> > > > > [INFO] Reactor Build Order:
> > > > > [INFO]
> > > > > [INFO] Apache CloudStack
> > > > > [INFO] Apache CloudStack Utils
> > > > > [INFO] Apache CloudStack API
> > > > > [INFO] Apache CloudStack Core
> > > > > [INFO] Apache CloudStack Agents
> > > > > [INFO] Apache CloudStack SystemVM Patches
> > > > > [INFO] Apache CloudStack Console Proxy
> > > > > [INFO] Apache CloudStack Server
> > > > > [INFO] Apache CloudStack Usage Server
> > > > > [INFO] Apache XenSource XAPI
> > > > > [INFO] Apache CloudStack Plugin POM
> > > > > [INFO] Apache CloudStack Plugin - User Concentrated Pod
> > Deployment
> > > > Planner
> > > > > [INFO] Apache CloudStack Plugin - User Dispersing Deployment
> > Planner
> > > > > [INFO] Apache CloudStack Plugin - Host Allocator Random
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor OracleVM
> > > > > [INFO] Apache CloudStack Plugin - Open vSwitch
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor Xen
> > > > > [INFO] Apache CloudStack Plugin - Hypervisor KVM
> > > > > [INFO] Apache CloudStack Plugin - Network Elastic Load Balancer
> > > > > [INFO] Apache CloudStack Plugin - Network Nicira NVP
> > > > > [INFO] Apache CloudStack Plugin - Storage Allocator Random
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator LDAP
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator MD5
> > > > > [INFO] Apache CloudStack Plugin - User Authenticator Plain Text
> > > > > [INFO] Apache CloudStack AWS API Bridge
> > > > > [INFO] Apache CloudStack Client UI
> > > > > [INFO] Apache CloudStack Test
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > Sent: 24 October 2012 02:52
> > > > > To: cloudstack-dev@incubator.apache.org
> > > > > Cc: Donal Lafferty
> > > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > > >
> > > > > Hi all,
> > > > >
> > > > > @Edison Su: after 3 attemps to build/rebuild both devcloud VM and
> > > > Ubuntu
> > > > > with xcp-xapi package, I have successfully added VM to my mgt
> > server
> > > > on my
> > > > > laptop. I don't know why ?? God blessed me !
> > > > >
> > > > > Anw, error log when adding host fail is around unable to discover
> > > > resource
> > > > > (sorry, I have clear the log).
> > > > >
> > > > > @Donal Lafferty: Edison's wiki is correct, check your pom.xml in
> > > > cloudstack
> > > > > maven project and ensure that it contains tools/devcloud and
> > > > tools/marvin
> > > > > in modules section.
> > > > >
> > > > > Thank you guys !
> > > > >
> > > > > On Wed, Oct 24, 2012 at 6:44 AM, Edison Su <Ed...@citrix.com>
> > > > wrote:
> > > > >
> > > > > > "mvn install" will generate cloudstackAPI python module under
> > > > > > tools/marvin/marvin. Is there no such folder on your
> > environment?
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty [mailto:donal.lafferty@citrix.com]
> > > > > > > Sent: Tuesday, October 23, 2012 4:16 PM
> > > > > > > To: Donal Lafferty; 'cloudstack-dev@incubator.apache.org'
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Sorry, that should say 'using -P developer'.
> > > > > > >
> > > > > > > In my case, the issue is that
> > tools/marvin/marvin/jsonHelper.py
> > > > uses
> > > > > > > the cloudstackAPI module before it is generated.
> > > > > > >
> > > > > > > E.g.
> > > > > > >
> > > > > > > $ mvn -P developer -pl tools/devcloud -Ddeploysvr
> > > > > > > [INFO] Scanning for projects...
> > > > > > > [INFO]
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] Building Apache CloudStack Developer Tools 4.1.0-
> > SNAPSHOT
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.3:process (default)
> > @
> > > > cloud-
> > > > > > > devcloud ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-
> > > > descriptor)
> > > > > > > @ cloud-devcloud ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ cloud-
> > > > devcloud ---
> > > > > > > Traceback (most recent call last):
> > > > > > >   File "../marvin/marvin/deployDataCenter.py", line 19, in
> > > > <module>
> > > > > > >     import configGenerator
> > > > > > >   File "C:\cygwin\home\donall\incubator\incubator-
> > > > > > > cloudstack\tools\marvin\marvin\configGenerator.py", line 21,
> > in
> > > > > > > <module>
> > > > > > >     import jsonHelper
> > > > > > >   File "C:\cygwin\home\donall\incubator\incubator-
> > > > > > > cloudstack\tools\marvin\marvin\jsonHelper.py", line 21, in
> > > > <module>
> > > > > > >     from cloudstackAPI import *
> > > > > > > ImportError: No module named cloudstackAPI
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] BUILD FAILURE
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [INFO] Total time: 2.259s
> > > > > > > [INFO] Finished at: Wed Oct 24 00:12:12 BST 2012
> > > > > > > [INFO] Final Memory: 13M/31M
> > > > > > > [INFO] ------------------------------------------------------
> > ----
> > > > ------
> > > > > > > --------
> > > > > > > [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-
> > > > > > > plugin:1.2.1:exec (default) on project cloud-devcloud:
> > Command
> > > > > > > execution failed. Process exited with an error: 1 (Exit value:
> > 1)
> > > > ->
> > > > > > > [Help 1]
> > > > > > > [ERROR]
> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
> > Maven
> > > > with
> > > > > > > the -e switch.
> > > > > > > [ERROR] Re-run Maven using the -X switch to enable full debug
> > > > logging.
> > > > > > > [ERROR]
> > > > > > > [ERROR] For more information about the errors and possible
> > > > solutions,
> > > > > > > please read the following articles:
> > > > > > > [ERROR] [Help 1]
> > > > > > >
> > > > >
> > > >
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty
> > > > > > > Sent: 23 October 2012 23:58
> > > > > > > To: Donal Lafferty; 'cloudstack-dev@incubator.apache.org'
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Actually, using -P does not work either.
> > > > > > >
> > > > > > > Anyone else with some suggestions?
> > > > > > >
> > > > > > > DL
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Donal Lafferty
> > > > > > > Sent: 23 October 2012 23:28
> > > > > > > To: cloudstack-dev@incubator.apache.org
> > > > > > > Subject: RE: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > Hi Hieu,
> > > > > > >
> > > > > > > How did you run the final step (#8)?
> > > > > > >
> > > > > > > I think there is a typo.
> > > > > > >
> > > > > > > Instead of 'mvn -P deploysvr -pl tools/devcloud -Ddeploysvr'
> > try
> > > > 'mvn -
> > > > > > > P developer -pl tools/devcloud -Ddeploysvr'
> > > > > > >
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > > > Sent: 23 October 2012 17:16
> > > > > > > To: cloudstack-dev@incubator.apache.org
> > > > > > > Subject: Re: Testing CloudStack with devcloud VM and MAVEN
> > > > > > >
> > > > > > > I can ping/ssh to devcloud vm and I also set the network
> > > > configuration
> > > > > > > of
> > > > > > > devcloud vm like Edison's guide.
> > > > > > >
> > > > > > > I have also tried to create a new VM, install Ubuntu 12.04
> > and
> > > > xcp-xapi
> > > > > > > on
> > > > > > > it; tried to add this as cloud node and failed.
> > > > > > >
> > > > > > > Please help !
> > > > > > > On Tue, Oct 23, 2012 at 12:53 PM, Rohit Yadav
> > > > > > > <ro...@citrix.com>wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > On 23-Oct-2012, at 10:13 AM, Hieu Le <hi...@gmail.com>
> > wrote:
> > > > > > > >
> > > > > > > > > Hi Edison,
> > > > > > > > >
> > > > > > > > > I have try your method and the result is that I can't add
> > > > devcloud
> > > > > > > node
> > > > > > > > to
> > > > > > > > > mgt server on my desktop. The log always say Unable to
> > add
> > > > host,
> > > > > > > unable
> > > > > > > > to
> > > > > > > > > find the server resources at HTTP://193.168.56.2
> > > > > > > > >
> > > > > > > > > Can you solve this problem? Thank you so much.
> > > > > > > >
> > > > > > > > Try to ping 192.168.56.1 and try to ssh into your vm, if
> > you're
> > > > not
> > > > > > > able
> > > > > > > > to do it:
> > > > > > > >
> > > > > > > > Goto VirtualBox Manager; open settings of the vm, goto
> > network,
> > > > check
> > > > > > > what
> > > > > > > > is the host-only adapter name (vboxnet0 is default)
> > > > > > > > Now, open VBox Manager->Preferences->Network->select
> > vboxnet0
> > > > (the
> > > > > > > > default)->edit
> > > > > > > >
> > > > > > > > Check the IPv4 Address, the wiki guide [0] uses
> > 192.168.56.1 as
> > > > the
> > > > > > > > gateway, set this IP in the IPv4 field and make sure you've
> > no
> > > > dhcp
> > > > > > > server
> > > > > > > > on this network. On Windows, while installing VirtualBox,
> > the
> > > > guide
> > > > > > > assumes
> > > > > > > > you had installed the network adapters and they were not
> > > > disabled or
> > > > > > > > removed (for the host-only adapter functionality).
> > > > > > > >
> > > > > > > > Make sure, you set the promiscuous mode to "allow all"
> > (this
> > > > petty
> > > > > > > setting
> > > > > > > > ate [1] many hours of my life).
> > > > > > > >
> > > > > > > > [0]
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcl
> > > > > > > oud+environment+setup
> > > > > > > > [1]
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > http://wiki.cloudstack.org/display/COMM/DIY+DevCloud+Setup#DIYDevCloudS
> > > > > > > etup-Networking
> > > > > > > >
> > > > > > > > Regards.
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Sent from my HTC(c)
> > > > > > > > > On Oct 22, 2012 12:07 PM, "Edison Su"
> > <Ed...@citrix.com>
> > > > > wrote:
> > > > > > > > >
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> Sent from my iPhone
> > > > > > > > >>
> > > > > > > > >> On Oct 21, 2012, at 6:21 PM, "Hieu Le"
> > <hi...@gmail.com>
> > > > > wrote:
> > > > > > > > >>
> > > > > > > > >>> Thank you so much Edison, I will try this method.
> > > > > > > > >>>
> > > > > > > > >>> Anyway, in this wiki page, you said "start mgt server
> > on
> > > > your
> > > > > > > laptop"
> > > > > > > > >>> including deploy DB in both my laptop and devcloud VM;
> > and
> > > > in
> > > > > > > step 8
> > > > > > > > you
> > > > > > > > >>> also said "deploy in devcloud", so while deploy in
> > devcloud,
> > > > the
> > > > > > > mgt
> > > > > > > > >> server
> > > > > > > > >>> will still run on my laptop with its own DB and another
> > mgt
> > > > > > > server will
> > > > > > > > >> be
> > > > > > > > >>> devcloud VM, do I understand right ?
> > > > > > > > >>
> > > > > > > > >> No, all the commands are running on your laptop. Mgt
> > server
> > > > will
> > > > > > > add
> > > > > > > > >> devcloud vm as a hypervisor host.
> > > > > > > > >> Btw, I updated the document: need to configure network
> > in
> > > > devcloud
> > > > > > > vm,
> > > > > > > > >> otherwise mgt server can't connect to devcloud vm.
> > > > > > > > >>>
> > > > > > > > >>> I will try and give feedback.
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> On Sun, Oct 21, 2012 at 2:09 PM, Edison Su
> > > > <Edison.su@citrix.com
> > > > > >
> > > > > > > > wrote:
> > > > > > > > >>>
> > > > > > > > >>>> I created a wiki page:
> > > > > > > > >>>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcl
> > > > > > > oud+environment+setup
> > > > > > > > >>>>
> > > > > > > > >>>> Sent from my iPhone
> > > > > > > > >>>>
> > > > > > > > >>>> On Oct 20, 2012, at 9:49 AM, "Edison Su"
> > > > <Ed...@citrix.com>
> > > > > > > > wrote:
> > > > > > > > >>>>
> > > > > > > > >>>>> I"l write a new wiki page about how to use devcloud
> > and
> > > > maven
> > > > > > > today.
> > > > > > > > >>>>>
> > > > > > > > >>>>> Sent from my iPhone
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Oct 20, 2012, at 5:18 AM, "Donal Lafferty" <
> > > > > > > > >> donal.lafferty@citrix.com>
> > > > > > > > >>>> wrote:
> > > > > > > > >>>>>
> > > > > > > > >>>>>> I think that Hieu Le is having a problem with
> > > > > > > > >>>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > >
> > > >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DIY+DevCloud+Set
> > > > > > > up
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> The page states:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> To build, deploy-server and database:
> > > > > > > > >>>>>> $ ant clean-all build-all deploy-server deploydb
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Type to run mgt server:
> > > > > > > > >>>>>> $ ant debug
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Can someone update these instructions with their
> > Maven
> > > > > > > equivalent?
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> DL
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> -----Original Message-----
> > > > > > > > >>>>>> From: Hieu Le [mailto:hieulq89@gmail.com]
> > > > > > > > >>>>>> Sent: 20 October 2012 03:27
> > > > > > > > >>>>>> To: cloudstack-dev@incubator.apache.org
> > > > > > > > >>>>>> Cc: Marcus Sorensen; jmartin@basho.com
> > > > > > > > >>>>>> Subject: Re: Testing CloudStack with devcloud VM and
> > > > MAVEN
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> So, is there a way to deploy code and debug in
> > devcloud
> > > > with
> > > > > > > maven
> > > > > > > > and
> > > > > > > > >>>>>> eclipse ?
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> On Sat, Oct 20, 2012 at 9:17 AM, David Nalley
> > > > <da...@gnsa.us>
> > > > > > > > wrote:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>> On Fri, Oct 19, 2012 at 9:45 PM, Alex Huang
> > > > > > > <Alex.Huang@citrix.com
> > > > > > > > >
> > > > > > > > >>>> wrote:
> > > > > > > > >>>>>>>> -1
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> devCloud also functions as an easy way to test out
> > > > > > > CloudStack.
> > > > > > > >  That
> > > > > > > > >>>> can
> > > > > > > > >>>>>>> only be done with the all-in-one concept.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I like the idea of having management server on my
> > > > laptop and
> > > > > > > use
> > > > > > > > >>>>>>> devCloud only as the hypervisor but both format
> > have to
> > > > > exist.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> Agreed - being able to let someone play with
> > CloudStack
> > > > is
> > > > > > > > important.
> > > > > > > > >>>>>>> Besides, with things like vagrant and veewee
> > > > maintaining both
> > > > > > > > >>>>>>> shouldn't be a big deal.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> --David
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> --
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> ------------------------------------
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Le Quang Hieu
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Specialist - Core Cloud Computing  Dept
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Cloud Computing Research Center
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Viettel Research and Development Institute
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi,
> > Vietnam
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Mobile: (84) 974616850
> > > > > > > > >>>>
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> --
> > > > > > > > >>>
> > > > > > > > >>> ------------------------------------
> > > > > > > > >>>
> > > > > > > > >>> Le Quang Hieu
> > > > > > > > >>>
> > > > > > > > >>> Specialist - Core Cloud Computing  Dept
> > > > > > > > >>>
> > > > > > > > >>> Cloud Computing Research Center
> > > > > > > > >>>
> > > > > > > > >>> Viettel Research and Development Institute
> > > > > > > > >>>
> > > > > > > > >>> No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > > > > > >>>
> > > > > > > > >>> Mobile: (84) 974616850
> > > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > ------------------------------------
> > > > > > >
> > > > > > > Le Quang Hieu
> > > > > > >
> > > > > > > Specialist - Core Cloud Computing  Dept
> > > > > > >
> > > > > > > Cloud Computing Research Center
> > > > > > >
> > > > > > > Viettel Research and Development Institute
> > > > > > >
> > > > > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > > > >
> > > > > > > Mobile: (84) 974616850
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Le Quang Hieu
> > > > >
> > > > > Specialist - Core Cloud Computing  Dept
> > > > >
> > > > > Cloud Computing Research Center
> > > > >
> > > > > Viettel Research and Development Institute
> > > > >
> > > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > > >
> > > > > Mobile: (84) 974616850
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > ------------------------------------
> > > >
> > > > Le Quang Hieu
> > > >
> > > > Specialist - Core Cloud Computing  Dept
> > > >
> > > > Cloud Computing Research Center
> > > >
> > > > Viettel Research and Development Institute
> > > >
> > > > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> > > >
> > > > Mobile: (84) 974616850
> > >
> >
> >
> >
> > --
> >
> > ------------------------------------
> >
> > Le Quang Hieu
> >
> > Specialist - Core Cloud Computing  Dept
> >
> > Cloud Computing Research Center
> >
> > Viettel Research and Development Institute
> >
> > No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam
> >
> > Mobile: (84) 974616850
>



--

------------------------------------

Le Quang Hieu

Specialist - Core Cloud Computing  Dept

Cloud Computing Research Center

Viettel Research and Development Institute

No. 380 Lac Long Quan Str, Tay Ho Dist, Hanoi, Vietnam

Mobile: (84) 974616850