Re: [DISCUSS] CloudMonkey profiles to manage multiple CS instances

2013-03-19 Thread Rohit Yadav
--upgrade cloudmonkey Regards. On Tue, Mar 19, 2013 at 1:33 PM, Rohit Yadav wrote: > On Tue, Mar 19, 2013 at 8:46 AM, Musayev, Ilya wrote: >> Why dont we keep the same config and just have multiple servers defined in >> single config file. >> >> The shell prompt can then di

Re: CloudStack cloudmonkey 4.1.0-snapshot

2013-03-14 Thread Rohit Yadav
astin > > > ----- Reply message - > From: "Rohit Yadav" > To: "cloudstack-...@incubator.apache.org" > , > "cloudstack-users@incubator.apache.org" > > Subject: CloudStack cloudmonkey 4.1.0-snapshot > Date: Thu, Mar 14, 2013 08:59 >

CloudStack cloudmonkey 4.1.0-snapshot

2013-03-14 Thread Rohit Yadav
As we are getting closer to 4.1.0 release, I want to take this opportunity to ask people try out cloudmonkey 4.1.0-snapshot [2]. Pl. note that it is not the official release yet but I published this on pypi to encourage everyone to use the latest cloudmonkey, comment/report-bugs before we'll releas

Re: Git tutorial for beginners

2013-03-05 Thread Rohit Yadav
Nice! On Tue, Mar 5, 2013 at 4:28 PM, Prasanna Santhanam wrote: > On Tue, Mar 05, 2013 at 04:20:55PM +0530, Sebastien Goasguen wrote: >> Hi, >> >> I posted a git tutorial intended for beginners who would like to contribute >> to CloudStack. >> Check it out: >> >> http://www.slideshare.net/sebast

Re: Security Roles

2013-03-04 Thread Rohit Yadav
On Mon, Mar 4, 2013 at 10:32 PM, Paul Sanders wrote: > Thanks Chip. > > So I take it a bitmap of 15 means everyone can run that command?: > > registerTemplate=com.cloud.api.commands.RegisterTemplateCmd;15 Paul, while the above syntax is backward compatible starting 4.1 CloudStack figures the apin

Re: StoragePool is not of correct type

2013-02-27 Thread Rohit Yadav
I was going to discuss about it, with devcloud since the primary storage is local by default it fails for me while trying to deploy a basic zone. Pl. file a bug on this, this needs to be fixed. As a workaround in DevCloud people can create a primary share in /opt/primary, change things in /etc/expo

Fwd: Ohloh

2013-02-26 Thread Rohit Yadav
Users using CloudStack can work the "I use this!" button on ohloh: https://www.ohloh.net/p/CloudStack Regards. Fwd'd email: -- Forwarded message ------ From: Rohit Yadav Date: Tue, Feb 26, 2013 at 11:24 PM Subject: Re: Ohloh To: cloudstack-...@incubator.apache.org

Re: [PROPOSAL] DatabaseCreator: the db deployer, dbv upgrader and db cleaner

2013-02-14 Thread Rohit Yadav
On Thu, Feb 14, 2013 at 3:36 PM, Nitin Mehta wrote: > Thanks Rohit. Had few questions for you. Please find them inline. > > On 14/02/13 2:58 PM, "Rohit Yadav" wrote: > >>Had discussions with Alex and Abhi on DatabaseCreator. I was earlier >>not sure why we nee

[PROPOSAL] DatabaseCreator: the db deployer, dbv upgrader and db cleaner

2013-02-14 Thread Rohit Yadav
Had discussions with Alex and Abhi on DatabaseCreator. I was earlier not sure why we need it or how sysadmins would use it. We had a hangout on G+: https://www.youtube.com/watch?v=Xp2AGii1szQ Let's talk about the present database deployment and the issues: - We've two different routes to deploydb,

Re: Can't deploy VM in CS 4.0.0

2013-02-11 Thread Rohit Yadav
I tried to look into the issue, can any developer confirm what got changed, or we can or do we want to have an upgrade path? Regards. On Mon, Feb 11, 2013 at 4:42 PM, wrote: > hi, > after upgrading CS from 2.2.13 to 4.0.0, we can't deploy VM for a domain. > We've got a 431 error : > > > { "depl

Re: Bug with the web interface (re isolation method)

2013-02-07 Thread Rohit Yadav
Thanks, but bugs.cloudstack.org is the old tracker, you should use https://issues.apache.org/jira/browse/CLOUDSTACK Regards. On Thu, Feb 7, 2013 at 9:28 PM, Nux! wrote: > On 07.02.2013 15:38, Chip Childers wrote: >> >> >> Sounds like we should clean that up. Do you mind opening a bug (or two >>

Re: Port number

2013-02-07 Thread Rohit Yadav
Pl. see INSTALL.md for latest info on ports used by CloudStack; >From my last update on the file: Apache CloudStack uses some ports, make sure at least those used by the management server are available and not blocked by any local firewall. Following ports are used by Apache CloudStack and its en

Re: Template added but don't appear in the web UI console

2013-01-31 Thread Rohit Yadav
On Thu, Jan 31, 2013 at 4:22 AM, Charles Moulliard wrote: > I think that I see my mistake now. The script that I have used is not the > good one as it does not allow to add a new Template like we can do using > the Web UI. Is there a shell script which allows to add a new template > which is not a

Re: Cloudmonkey issue

2013-01-31 Thread Rohit Yadav
On Thu, Jan 31, 2013 at 6:24 AM, Charles Moulliard wrote: > Hi, > > When I run the following cloudmonkey command, I get HTTP 431 error. Syntax > seems correct ( > http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/user/createTemplate.html > ) > > mycloudmonkey> create template displayte

Re: [PROPOSAL] [DISCUSS] Deprecate CloudStack apis and api server

2013-01-31 Thread Rohit Yadav
On Thu, Jan 31, 2013 at 5:28 AM, Prasanna Santhanam wrote: > On Thu, Jan 31, 2013 at 12:44:36AM +0530, Rohit Yadav wrote: >> I want to propose that we deprecated the current non-RESTful APIs and >> api server over next few months, year, 2 years... (let's vote on the >> t

Re: Question concerning json response of deployvirtualmachine (4.1)

2013-01-30 Thread Rohit Yadav
s existed, at least from 3.x? "deployvirtualmachineresponse" : {#response dict here}? Pl. open an issue and assign to me, if it's an issue? Regards. > > Regards, > > Charles > > > On Tue, Jan 29, 2013 at 1:17 PM, Sebastien Goasguen wrote: > >> >> On Jan 2

Re: inconsistent docs in wiki for maven build and devcloud

2013-01-30 Thread Rohit Yadav
On Wed, Jan 30, 2013 at 4:16 AM, Sebastien Goasguen wrote: > Hi, > > I noticed some inconsistent documentation on how to build from source, as > well as multiple devcloud pages that use different profiles and properties. > > namely: > https://cwiki.apache.org/CLOUDSTACK/devcloud-kvm.html This is

[PROPOSAL] [DISCUSS] Deprecate CloudStack apis and api server

2013-01-30 Thread Rohit Yadav
I want to propose that we deprecated the current non-RESTful APIs and api server over next few months, year, 2 years... (let's vote on the timeline, what do you think should be duration for maintaining old set of apis?). And, we work on a maintainable REST-ful api server using JAX-RS (suggest any o

Re: Issue with secondary storage VM

2013-01-30 Thread Rohit Yadav
Jan 30, 2013 at 6:12 PM, Charles Moulliard wrote: > >> The s-1-vm and v-2-vm are running (green icons displayed under >> Infrastructure->SystemVMs >> page) >> >> >> On Wed, Jan 30, 2013 at 6:01 PM, Rohit Yadav wrote: >> >>> Do you h

Re: Issue with secondary storage VM

2013-01-30 Thread Rohit Yadav
Do you have your ssvm running? The secondary storage systemvm from Infrastructure->SystemVMs page? Regards. On Wed, Jan 30, 2013 at 8:51 AM, Charles Moulliard wrote: > Hi, > > DevCloud has been installed successfully. Using the Web UI Console, I can > create new offering, instances but if I try

Re: Centos 5.3 on CloudStack (really smart)

2013-01-30 Thread Rohit Yadav
S 5.3(64-bit) no GUI (XenServer)', > 1, now(), now(), 'BUILTIN', 0, 64, 1, ' > http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2', > 'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI > (XenServer)',

Re: Centos 5.3 on CloudStack (really smart)

2013-01-30 Thread Rohit Yadav
You can create your own template using damnsmalllinux iso or any other distro of your choice? Regards. On Wed, Jan 30, 2013 at 8:09 AM, Charles Moulliard wrote: > Hi, > > The centos that we are using with DevCloud ( > https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud) to create > a

Re: Question concerning json response of deployvirtualmachine (4.1)

2013-01-29 Thread Rohit Yadav
On Tue, Jan 29, 2013 at 12:52 AM, Sebastien Goasguen wrote: > > It seems to be breaking Charles jclouds scripts. > > Did you fix it in master after 4.0 release ? This was done in api refactoring branch which was merged recently and it's in master only. > It could be that jclouds worked around th

Re: Question concerning json response of deployvirtualmachine (4.1)

2013-01-28 Thread Rohit Yadav
On Mon, Jan 28, 2013 at 11:53 AM, Chip Childers wrote: > Forward from the user list. Rohit - want to answer? > > > -- Forwarded message -- > From: Charles Moulliard > Date: Mon, Jan 28, 2013 at 2:51 PM > Subject: Question concerning json response of deployvirtualmachine (4.1) > T

Re: unable to add xenserver 6.0 host

2013-01-28 Thread Rohit Yadav
Can you file an issue on https://issues.apache.org with details about your setup and environment. Also include details about XenServer version (is it 6.0 or 6.0.2, 6.0.9), XenServer tool stack (xcp?) and network mode and CloudStack version? Other things I see from your log is http:// appended to a

Re: [TRANSLATION] Japan is at 52%

2013-01-28 Thread Rohit Yadav
On Mon, Jan 28, 2013 at 2:02 AM, Sebastien Goasguen wrote: > Hi Everyone, > > The mad race to CloudStack documentation translation has started. > Japan is leading the way with 52% of the translation complete. > China is close second with 40% > Brazil is third with 11% Awesome! > > What are the F

Re: deployVirtualMachine API issue

2013-01-21 Thread Rohit Yadav
Can you check if the keypair you're using is correct? login via UI and use the secret/api keys in cloudmonkey and try deploying vm, the way you're creating the url may be incorrect, if it works via cloudmonkey, you can try with the url cloudmonkey creates from it's log. Regards. On Mon, Jan 21, 2

Re: devcloud kvm

2013-01-21 Thread Rohit Yadav
On Mon, Jan 21, 2013 at 8:41 AM, Sebastien Goasguen wrote: > Hi, > > I am relaying a question about devcloud-kvm from folks that are not yet on > the mailing list. > > There are two parts to the question: > > 1-How can we use devcloud to act as a host only node ? one devcloud would be > run to h

Re: A DevCloud2 problem

2013-01-14 Thread Rohit Yadav
On 13-Jan-2013, at 2:34 PM, Sebastien Goasguen wrote: > > On Jan 12, 2013, at 10:55 AM, Rohit Yadav wrote: > >> On master branch devcloud in basic zone should work, at my end I make sure >> at the end of the day to run integration tests once using DevCloud :) > &g

RE: A DevCloud2 problem

2013-01-12 Thread Rohit Yadav
x27;m just wondering if I lost some additional steps for deploying the DevCloud. BTW. After a few failing trials, I found that the problem can be solved after restarting the management server. Thanks for the fast reply :) Regards Isaac On Sat, Jan 12, 2013 at 2:34 PM, Rohit Yadav wrote: > Hi Isaac,

RE: A DevCloud2 problem

2013-01-11 Thread Rohit Yadav
Hi Isaac, Checkout troubleshooting section of https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud Checklist: - You've deployed devcloud db profile also; mvn -pl developer,tools/devcloud -Ddeploydb - You've mkisofs and have built systemvm.iso as well; mvn clean install -P systemvm,d

RE: DevCloud : how to customize VHD template

2013-01-04 Thread Rohit Yadav
Hi Youri, Thanks for sharing your anecdotes. You should post a blog so your solution becomes google-able. Kudos, Rohit From: Youri Bonnaffé [youri.bonna...@activeeon.com] Sent: Friday, January 04, 2013 10:32 PM To: cloudstack-users@incubator.apache.org Sub

RE: can't connected to internet, how to install the cloudsmonkey?

2012-12-30 Thread Rohit Yadav
Refer the following wiki for building from source, installing via src tarball or using pip: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI From: zhiqing wu [wuzhiqing1...@gmail.com] Sent: Monday, December 31, 2012 11:40 A

RE: [VOTE] Enforcing UUID string in API query

2012-12-27 Thread Rohit Yadav
Can you please explain ? thanks On 28-Dec-2012, at 5:12 AM, Rohit Yadav wrote: > Alright, spoke with tsp on irc on testing methods etc. I fixed [1] the > apiserver to make it backward compatible; > > - For all pre 3.x apis, both uuid, internal id can be used, all pre 3.x apis > d

Re: [VOTE] Enforcing UUID string in API query

2012-12-27 Thread Rohit Yadav
loudstack-users@incubator.apache.org >> Subject: RE: [VOTE] Enforcing UUID string in API query >> >> Sorry I don't understand why it needs to be a vote. Why can't we just offer >> a flag to turn it on and off? >> >> --Alex >> >>>

Re: [VOTE] Enforcing UUID string in API query

2012-12-27 Thread Rohit Yadav
anks all for your comments. Regards. > > --Alex > >> -Original Message- >> From: Rohit Yadav [mailto:rohit.ya...@citrix.com] >> Sent: Thursday, December 27, 2012 12:11 PM >> To: cloudstack-...@incubator.apache.org >> Cc: cloudstack-users@incubator.apache.or

Re: [VOTE] Enforcing UUID string in API query

2012-12-27 Thread Rohit Yadav
Forgot to mention, let's keep the voting period open till 7th Jan 2013 12:00 GMT, i.e. as a lot of people are offline. On 27-Dec-2012, at 12:11 PM, Rohit Yadav wrote: > Hi, > > I'm asking for the community to vote if they want to enforce UUID string to > be used in par

[VOTE] Enforcing UUID string in API query

2012-12-27 Thread Rohit Yadav
Hi, I'm asking for the community to vote if they want to enforce UUID string to be used in parameters while querying an API. This would break any client or script that uses internal ID. AFAIK api response (json or xml, since 3.x for sure) always have had UUIDs so if any client/script that uses

RE: Issues with "mvn install"

2012-12-27 Thread Rohit Yadav
Try: rm -fr ~/.m2 cd mvn clean install The error I see is that on your env, maven fails to retrieve and proceed: http://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Regards. From: Venkata SwamyBabu Budumuru

Tabularize the cloudmonkey response

2012-12-20 Thread Rohit Yadav
If you want to have the tabularized output, upgrade using: pip install --upgrade cloudmonkey Updated wiki, see tabular output usage on wiki: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI Regards. On 20-Dec-2012, at 4:37 PM, "Rohit Yadav (JIRA)&qu

Re: Cloudmonkey errors

2012-12-20 Thread Rohit Yadav
CloudMonkey caches api info for 4.0, not sure about 3.0.2. Regards. On 20-Dec-2012, at 4:05 PM, Nik Martin wrote: > I'm on CS 3.02, trying to create a Port Forwarding rule with a range of > ports using cloudmonkey since the UI doesn't seem to support ranges. > I'm getting an undefined HTTP Err

Re: Can not find systemvmiso

2012-12-20 Thread Rohit Yadav
On 20-Dec-2012, at 1:58 AM, Isaac Chiang wrote: > Hi all: > >I was building CloudStack on master branch in my laptop but > encounter a problem. When I tried to add a XenServer as my hypervisor, I > got following errors : > > "Catch Exception: class com.cloud.utils.exception.CloudRu

API response change

2012-12-16 Thread Rohit Yadav
I've modified api layer to return cloudstack-version (prev. cloud-stack-version in xml) as part of the api cmd response for json type, to be consistent with xml response which includes version number: https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commit;h=f8a483fc5a47cb66ac

Re: cloudmonkey : add a instance

2012-12-10 Thread Rohit Yadav
449d-8bfb-ca4adff024a1","isextractable":false,"tags":[]} >> ] } } >> 2012-12-10 22:29:48,188 - cloudmonkey.py:210 - [DEBUG] END Request >> >> 2012-12-10 22:28:29,610 - cloudmonkey.py:200 - [DEBUG] START >> Request >

Re: cloudmonkey : add a instance

2012-12-10 Thread Rohit Yadav
:false,"bootable":false,"isfeatured":true,"crossZones":false,"account":"system","domain":"ROOT","domainid":"df2a5ee2-df6c-449d-8bfb-ca4adff024a1","isextractable":false,"tags":[]} > ] } } &g

Re: cloudmonkey : add a instance

2012-12-10 Thread Rohit Yadav
eploy virtualmachine > serviceofferingid=763bc258-3d76-11e2-a57c-6446332c44d0 > zoneid=8213bb0f-5e56-4fcd-a1b5-9b85a2ef8805 > templateid=b827bb35-e02b-4330-884f-b2aa5451d1e2 > HTTP Error 431: 431 > > Error 431 is there. > > I will make a test with cloudmonkey 4.1.

RE: cloudmonkey : add a instance

2012-12-10 Thread Rohit Yadav
id=b827bb35-e02b-4330-884f-b2aa5451d1e2 > HTTP Error 431: 431 > mycloudmonkey> deployVirtualMachine > serviceofferingid=763bc258-3d76-11e2-a57c-6446332c44d0 > zoneid=8213bb0f-5e56-4fcd-a1b5-9b85a2ef8805 > templateid=b827bb35-e02b-4330-884f-b2aa5451d1e2 > HTTP Error 431: 431 >

RE: cloudmonkey : add a instance

2012-12-08 Thread Rohit Yadav
d-a1b5-9b85a2ef8805 templateid b827bb35-e02b-4330-884f-b2aa5451d1e2 HTTP Error 431: 431 On Fri, Dec 7, 2012 at 11:25 PM, Rohit Yadav wrote: > Get the following, find the suitable ids, you can even pipe 'em (like, cmd > args | grep ^id\ =) > cloudmonkey> > list serviceofferings >

Re: cloudmonkey : add a instance

2012-12-07 Thread Rohit Yadav
ering stands for (= disk Offering) ? >> >> Regards, >> >> Charles >> >> On Fri, Dec 7, 2012 at 7:37 PM, Rohit Yadav wrote: >> >>> deployVirtualMachine >> >> >> >> >> -- >> Charles Moulliard >> Apache

Re: cloudmonkey : add a instance

2012-12-07 Thread Rohit Yadav
As I mentioned in one of the previous emails, read: http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/TOC_Root_Admin.html Pl. follow the docs there and read the API guide on usage: http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/API_Developers

Re: Cloudstack - jclouds

2012-12-07 Thread Rohit Yadav
Not sure about jclouds api, can you try doing the same using cloudmonkey? If it does not work, probably it's a api bug. Regards. On 07-Dec-2012, at 7:20 AM, Charles Moulliard wrote: > Hi, > > I use jclouds Java api to create a new instance. Using the web interface > with DevCloud2 running in

Re: CS4.0 build failed while setting up a dev environment on windows

2012-12-06 Thread Rohit Yadav
s.html > (Official > Source Code Release apache-cloudstack-4.0.0-incubating-src.tar.bz2), not by > git(there are some problem of httpproxy with my computer of WinXP32 OS). I > have checked the "developer" directory , there are only one file named > "pom.xml" in it. >

Re: CS4.0 build failed while setting up a dev environment on windows

2012-12-06 Thread Rohit Yadav
Are you in the top level directory, within the git repo? The error suggests it cannot find the developer project, check if you see a directory with the name developer and it has a pom.xml etc. Also share your git branch. Regards. On 05-Dec-2012, at 5:21 PM, Livio Lv wrote: > Hi All: > I hav

Re: Command to be used to upload an image in DevCloud

2012-12-03 Thread Rohit Yadav
On 03-Dec-2012, at 1:29 AM, Charles Moulliard wrote: > Hi, > > - Is there a command (CloudMonkey) or AWS S3 APi or ? that we can use to > upload an ISO file in CloudStack ? Read the API docs for usage: http://incubator.apache.org/cloudstack/docs/api/index.html cloudmonkey, give it url etc. s

RE: BAD System VMs in Ubuntu 12.04

2012-12-02 Thread Rohit Yadav
[cid:image001.jpg@01CD7EB2.A839EF60][cid:image002.jpg@01CD7EB2.A839EF60] On Dec 2, 2012, at 12:28 PM, Rohit Yadav mailto:rohit.ya...@citrix.com>> wrote: Cannot help, but checklist; 1. Global settings: host is mgmt server IP and is reachable mgmt server cidr is correct 2. Systemvm.iso i

RE: BAD System VMs in Ubuntu 12.04

2012-12-02 Thread Rohit Yadav
tre...@46labs.com> Solutions Provider for the Telecom Industry On Dec 2, 2012, at 10:36 AM, Rohit Yadav mailto:rohit.ya...@citrix.com>> wrote: Just saw the version, so can you check if you have systemvm.iso somewhere in the install path /usr/share or /usr/bin (don't r

RE: CloudMonkey - Connection refused

2012-12-02 Thread Rohit Yadav
@incubator.apache.org Subject: Re: CloudMonkey - Connection refused I was not using the good IP address. Now I get : mycloudmonkey>set host 192.168.56.1 mycloudmonkey>list users HTTP Error 401: Unauthorized On Sun, Dec 2, 2012 at 9:24 AM, Rohit Yadav wrote: > The host is the mgmt serve

RE: BAD System VMs in Ubuntu 12.04

2012-12-02 Thread Rohit Yadav
Just saw the version, so can you check if you have systemvm.iso somewhere in the install path /usr/share or /usr/bin (don't remember actual paths for debian builds) and it is readable and mountable. Regards From: Trevor Francis [tre...@46labs.com] Sent: S

RE: BAD System VMs in Ubuntu 12.04

2012-12-02 Thread Rohit Yadav
Trevor, when you say you completely rebuilt cloudstack, do you mean that by source code? If you're building using asf master, systemvm.iso won't be built unless you enable the systemvm profile: mvn clean install -P systemvm,developer If not, you can go ahead and destroy the systemvm and retry? T

RE: CloudMonkey - Connection refused

2012-12-02 Thread Rohit Yadav
The host is the mgmt server host ip. Remember in this way, cloudmonkey is just another client for CloudStack, a client should never connect to a hypervisor host to make CS api calls. Is 56.10 where your mgmt server is running? If yes, are those ports (end points) accessible? Regards. __

RE: Host is down / mngt server

2012-12-02 Thread Rohit Yadav
After you import devcloud appliance, take a snapshot so you know how to revert back in case you mess up. Looking at the logs I see HA is triggered as it could not connect to host at 56.10: >WARN [cloud.resource.DiscovererBase] (ClusteredAgentManager Timer:) Unable >to configure resource due to

RE: starting multiple instances at once

2012-12-01 Thread Rohit Yadav
o the management server so you don't have to sit there while the process runs. -- James ________ From: Rohit Yadav [rohit.ya...@citrix.com] Sent: Thursday, November 29, 2012 10:02 AM To: cloudstack-users@incubator.apache.org Subject: RE: starting multiple insta

RE: java API for CloudStack

2012-12-01 Thread Rohit Yadav
Think I mentioned this before: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI From: Boylan, James [james.boy...@orbitz.com] Sent: Saturday, December 01, 2012 7:31 AM To: cloudstack-users@incubator.apache.org Cc: Andrei Savu

RE: starting multiple instances at once

2012-11-29 Thread Rohit Yadav
You may use cloudmonkey with asyncblock set to false, and a !for loop to deploy virtualmachines Checkout the screencast for example on same. Regards. From: sebgoa [run...@gmail.com] Sent: Thursday, November 29, 2012 8:31 PM To: cloudstack-users@incubator.a

RE: New DevCloud Appliance

2012-11-28 Thread Rohit Yadav
eryone can participate http://community.apache.org/newbiefaq.html#NewbieFAQ-IsthereaCodeofConductforApacheprojects? From: jerry jiang. 蒋维 [jerry.ji...@tyxtech.com] Sent: Wednesday, November 28, 2012 2:57 PM To: Rohit Yadav Subject: Re: New DevCloud Appliance Hello

RE: Ubuntu CS4

2012-11-27 Thread Rohit Yadav
Start here: http://incubator.apache.org/cloudstack/ Get the 4.0 release from http://incubator.apache.org/cloudstack/downloads.html If you're looking for 4.0 DEB package repository: http://cloudstack.apt-get.eu/ubuntu If you're looking for latest, build your own: https://git-wip-us.apache.org/rep

RE: New DevCloud Appliance

2012-11-27 Thread Rohit Yadav
x27;s a exciting stuff for dev work. I just wonder if it can be convert or import into esxi-based(or VMware type-2 workstation) hypervisor, with which our team are familiar. Thanks -Jerry - Original Message - From: "Rohit Yadav" To: cloudstack-users@incubator.apache.org Sent:

New DevCloud Appliance

2012-11-27 Thread Rohit Yadav
I finally got the new DevCloud appliance working and tested in different appliances, thanks to Prasanna. The new appliance can be used both as a all in a box solution like the original DevCloud or you can run mgmt server and mysql on your host os and use it as a Xen server host and NFS infrastru

RE: Centos 6.3 new install sql connection issue

2012-11-24 Thread Rohit Yadav
mgt server. I believe you are running in a doc bug. -Sebastien On Nov 24, 2012, at 11:58 PM, Brandon Cross wrote: > Rohit, thanks for replying. The logfile can be located here: > > http://www.nodetx.com/management-server.log > > -Brandon Cross > > -Original Message-

RE: Centos 6.3 new install sql connection issue

2012-11-24 Thread Rohit Yadav
Brandon, I'm not sure what exactly is the issue, can you share the logs somewhere? Also, can you try with a different MySQL server version? There was a global lock bug in mysql long ago, but guess should not be an issue now. Lastly, you may try with a MySQL server setup on a different machine (p

RE: Centos 6.3 new install sql connection issue

2012-11-23 Thread Rohit Yadav
Have you granted privileges to your mysql user? If not, hint: GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'topsecret'; From: Brandon Cross [bcr...@nodetx.com] Sent: Friday, November 23, 2012 11:01 PM To: cloudstack-users@incubator.apache.org Subje

RE: Admin user can't login

2012-11-13 Thread Rohit Yadav
The web ui that you see is served by /client, while all api calls are sent to the /api server. Please telnet to check if there is any process blocking port 8080, and after running the mgmt server, can you check if the API server is running on 8080. When you try to login, check the mgmt logs in /

RE: Changing the default URL

2012-11-12 Thread Rohit Yadav
James, I think it's a good way to use a load balance like nginx which would redirect traffic on http:// to server1:8080, server2:8080, server3:8080 etc. this way one could use only http:// to share load over a cluster of mgmt server and one can horizontally scale without changing much in their

RE: Upload CentOs, Debian, RHEL, Ubuntu iso

2012-11-11 Thread Rohit Yadav
check developer/pom.xml for hints. From: Charles Moulliard [ch0...@gmail.com] Sent: Sunday, November 11, 2012 8:58 PM To: cloudstack-users@incubator.apache.org Subject: Re: Upload CentOs, Debian, RHEL, Ubuntu iso Is this script (setup/db/templates.sql) used

RE: Blank page after login on CloudStack 4.0

2012-11-09 Thread Rohit Yadav
I would say go for a quick but nicer fix, escape qoutes using \ or ", see http://stackoverflow.com/questions/2004168/javascript-escape-quotes or http://stackoverflow.com/questions/770523/escaping-strings-in-javascript From: Musayev, Ilya [imusa...@webmd.ne

RE: How to create VM in a specific cluster

2012-11-09 Thread Rohit Yadav
The root domain admin can specify hostid while deploying a vm: http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/root_admin/deployVirtualMachine.html In your case, this can be a host inside the target cluster. Regards. From: Arnaud Gaillard [arna

RE: Blank page after login on CloudStack 4.0

2012-11-09 Thread Rohit Yadav
Hi Gaëtan, thanks for reporting the bug. Can you open an issue on https://issues.apache.org/jira/browse/CLOUDSTACK We need to properly escape the language files or fix the way we use strings in javascript files for the UI. Regards. From: Gaëtan Allart [ga

Re: [EVENT] CloudStack Hyd Meetup: A brief log, pics and keynotes

2012-11-02 Thread Rohit Yadav
events. -kevin -Original Message- From: Rohit Yadav [mailto:rohit.ya...@citrix.com<http://citrix.com>] Sent: Friday, November 02, 2012 7:37 AM To: cloudstack-...@incubator.apache.org<mailto:cloudstack-...@incubator.apache.org>; cloudstack- us...@incubator.ap

[EVENT] CloudStack Hyd Meetup: A brief log, pics and keynotes

2012-11-02 Thread Rohit Yadav
lto:kis...@apache.org> will upload the video and share the link soon. Please feel free to comment, share your thoughts, suggestions and blog. Thanks. Regards, Rohit Yadav PS. We've to do better camera work next time

Re: Move Web UI client from /client to /

2012-11-01 Thread Rohit Yadav
I don't think this should part of CloudStack. A good solution would be to use nginx (or any lb, anything else) as a gateway so it proxies requests on your / to your /client, /client, … /client (so if in future you can horizontally scale CloudStack management server without having to direct use

RE: Why do we need mysql server on the dev machine

2012-10-29 Thread Rohit Yadav
t you mention mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr On Mon, Oct 29, 2012 at 2:33 PM, Rohit Yadav wrote: > I checked, when we do: > > mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr > > It in turn calls python to deploy and setup a data centre using >

Re: Why do we need mysql server on the dev machine

2012-10-29 Thread Rohit Yadav
k and maven 3.0 If I try to connect on mysql db on DevCloud VM with parameters provided in db.properties, I cannot connect root@devcloud:~# mysql -h 192.168.56.2 -u cloud -p cloud Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.56.2' (111) On Mon,

Re: Why do we need mysql server on the dev machine

2012-10-29 Thread Rohit Yadav
checkout master if you want to work with maven as they depend on master. I'm not sure, so I'll test and see if there is something that's failing on master using maven. Regards. > > Regards, > > Charles > > On Mon, Oct 29, 2012 at 11:05 AM, Rohit Yadav w

Re: Why do we need mysql server on the dev machine

2012-10-29 Thread Rohit Yadav
On 29-Oct-2012, at 2:35 PM, Charles Moulliard wrote: > I have created a db.properties.override but same error occurs Check that - you're correct host, password settings; - your db host, db server is reachable - you've granted access for that user for all hosts, i.e root@'%' has access - you can

RE: Why do we need mysql server on the dev machine

2012-10-28 Thread Rohit Yadav
Updated in https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven#BuildingwithMaven-DeployingDatabase Another shortcut would be to pass any vars ${} that are defined or used in developer/pom.xml using -Dvar=value, for example mvn -P developer -pl developer -Ddeploydb -Ddb.clo

RE: Why do we need mysql server on the dev machine

2012-10-28 Thread Rohit Yadav
Charles, that's right what Alex advises; just copy utils/conf/db.properties to utils/conf/db.properties.override and edit as needed. the .override file is not tracked by git and is in .gitignore. Regards. From: Alex Huang [alex.hu...@citrix.com] Sent: Mond

Re: Unable to create an instance - CloudStack 4.0

2012-10-26 Thread Rohit Yadav
llation : >> >> Zone : devcloud >> Hypervisor : XenServer >> Template : ubuntu-10.04-server >> Compute offering : Small Instance >> Data Disk Offering : Small >> Security Groups : fuse >> >> >> On Fri, Oct 26, 2012 at 1:30 PM, Rohit Yadav wrote

Re: Unable to create an instance - CloudStack 4.0

2012-10-26 Thread Rohit Yadav
Make sure the iso was successfully uploaded and installed by ssvm; check status in templates->iso etc. >From log looks like there is not enough capacity on the host/hypervisor to run >a VM; may be try to redeploy with small instance and cpu offering with no data >disk. Regards. On 26-Oct-2012

Re: Maven reactor error

2012-10-24 Thread Rohit Yadav
On 25-Oct-2012, at 1:44 AM, Charles Moulliard wrote: > Hi, > > When I try to use this command, I get this error with last code in github : > > mvn -P deploysvr -pl tools/devcloud -Ddeploysvr > [INFO] Scanning for projects... > [ERROR] Could not find the selected project in the reactor: tools/d

Re: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
? >> >> There is a missing piece in the wiki page : You should tell to the user >> how it should configure the vboxnet0 adapter in VB that we will use with >> the host only adapter ! The existing page explains only how to configure >> the DevCloud VM (/etc/hosts file) >

Re: View console button

2012-10-24 Thread Rohit Yadav
k-users@incubator.apache.org >> Subject: Re: View console button >> >> On 24/10/12 13:33, Rohit Yadav wrote: >>> Alright, I think now I know the reason; since it's inside NAT, even >> if the dns succeeds to resolve the 10-0-2-187.realhostip.com to >>

RE: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
I think the bridge mode may not be a good idea, as it may pollute your LAN. I suggest you try the host-only adapter: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup Note: this for the latest asf master where we use maven and ant is only used till 4.0

RE: View console button

2012-10-24 Thread Rohit Yadav
e values that I have On Wed, Oct 24, 2012 at 11:59 AM, Rohit Yadav mailto:rohit.ya...@citrix.com>> wrote: Check one thing, goto global settings and check the host, it should be the IP address of your management server. Next check ports [0] used by management server and console proxy and remo

RE: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
Since the VM is on its private/guest network and the whole setup is inside virtualbox's NAT from your host 10.0.2.2 (gateway, or guessing 10.0.2.50 vbox ip), you won't be able to reach the internal network. You're able to ssh, open client n browser into devcloud/mgmgt server as they are port for

RE: View console button

2012-10-24 Thread Rohit Yadav
Check one thing, goto global settings and check the host, it should be the IP address of your management server. Next check ports [0] used by management server and console proxy and remove any iptables rules that may drop those packets. If this is the case that host IP was localhost and not x.x.

Re: Installation issue during build

2012-10-22 Thread Rohit Yadav
Refer: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+development+environment+on+Mac+OS+X Looking at your file paths, looks like a Mac OSX; Install brew (most painless package manager for OSX): ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go

RE: What Gartner can't - or won't - tell you about OpenStack Cloud

2012-10-13 Thread Rohit Yadav
Touché David! World's a big place for all the opensource IaaS projects and we can make CloudStack more audacious with some positive writings and blogs. >From today HN top posts: http://zachholman.com/talk/product-is-the-byproduct "Worry about building the damn thing; worry less about the damn thi

Re: CS 4 Trial - login failure

2012-10-12 Thread Rohit Yadav
On 12-Oct-2012, at 4:24 PM, wrote: > > > hi all. > > just thought id go through the process of setting up a new > lab for CloudStack4 (ver CloudStack-oss-4.0.0-521.tar) > > on UB 12.04.1 > with all updates for 2 node tomcat servers behind Load Bal > + 1 SQL > server (will build other clone l

Re: in future versions of cloudstack,whether to support bare metal?

2012-09-02 Thread Rohit Yadav
On 03-Sep-2012, at 10:31 AM, zhiqing wu mailto:wuzhiqing1...@gmail.com>> wrote: I had downloaded the advance installation guide,really no bare metal yes, 2.2.14 does: http://download.cloud.com/releases/2.2.0/CloudStack2.2.14InstallGuide.pdf Page no. 86 onwards. Hope this helps, Rohit

Re: in future versions of cloudstack,whether to support bare metal?

2012-09-02 Thread Rohit Yadav
On 03-Sep-2012, at 10:12 AM, zhiqing wu wrote: > hello > > I download cloudstack 3.0-3.2 InstallGuide,don't find out about bare metal > content,I want to know,in future versions of cloudstack,whether to support > bare metal? It's in the advance installation guide. Download the respective versi

  1   2   >