On Fri, Apr 19, 2013 at 10:12 PM, Ron Young <r...@nscee.edu> wrote: > Your message dated: Fri, 19 Apr 2013 06:39:06 +0530 > -------- > > > > Hi Ron, the API discovery service requires CloudStack 4.1 or later. > > cloudmonkey won't work with prev versions ie 4.0 and below. It's enabled > by > > default in 4.1 and master/4.2. > > As a fail safe, all apis are precached so the cli should work. > > Hope this helps. Cheers. > > Hi Rohit: > > Thanks for the info... Does this mean that it will work if I "upgrade" > to the latest git tree inside of DevCloud2? > > This is what I think I need to do this: > > inside of Devcloud2: > > (looking at > https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+on+master+branch#Howtobuildonmasterbranch-BuildingCloudStack > ) > > cd /opt/cloudstack > git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git > cd cloudstack/scripts/vm/hypervisor/xenserver > wget http://download.cloud.com.s3.amazonaws.com/tools/vhd-util > cd /opt/cloudstack/cloudstack # back to root of source tree > mvn clean install -P developer,systemvm > mvn -P developer -pl developer -Ddeploydb > > Am I on the right track? Do I need to anything else? >
Yes, this will work. Briefly, get 4.1 or master branch from CloudStack's git repositories, build, deploydb and run! After that use cloudmonkey with admin user (or any other user's) api and secret keys which you can create from the UI, or in default settings, change host port in cloudmonkey to 8096 (set port 8096) which does not require any authentication. Hope this helps. Cheers! > > -ron > x > > =============================================================================== > Ron Young, Research Support Analyst > National Supercomputing Center for Energy and the Environment > 4505 Maryland Parkway, Box 454028, Las Vegas, NV 89154-4028 > v (702) 895-4017 / f (702) 895-4156 / email: ron.yo...@nscee.edu >