Re: Cloudstack git repositories

2013-03-21 Thread prasanna
On 21 March 2013 12:39, Sateesh Chodapuneedi wrote: > Unable to access Cloudstack git repositories. > Seems infra is migrating our git repos off incubator. Yes - this and other infra pieces are moving, the website for example has moved. This was communicated on the IRC meeting from y'day.

Re: [ACS41] Blockers for tomorrow's release

2013-03-22 Thread prasanna
On 22 March 2013 02:57, Sudha Ponnaganti wrote: > Below are the issues that are blocking tomorrow's release. Pl take a look at > these. I have included Developers in the TO list, I have removed bare metal > related issues from this list. > Prasanna Santhanam

Re: [ACS41] Review request for the fix - failed to download default template

2013-03-22 Thread prasanna
On 22 March 2013 02:45, Sudha Ponnaganti wrote: > Hi, > > Can anyone pick up the review for defect > https://issues.apache.org/jira/browse/CLOUDSTACK-1252 > We need this fix today > There is a lot of discussion on the JIRA ticket that I couldn't follow. It seems this is a non-oss packaging issue?

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-23 Thread prasanna
On 23 March 2013 01:49, Chip Childers wrote: > > OK - Next errors: > > mvn -Pdeveloper,marvin -Dmarvin.config=setup/dev/advanced.cfg -pl > :cloud-marvin integration-test > [INFO] Scanning for projects... > [INFO] > [INFO] >

Re: Problem adding Host inside a Cluster

2013-03-23 Thread prasanna
On 22 March 2013 21:14, Kausal Malladi wrote: > Hi, > Please find the logs at http://paste.cloudstack.org/KHPO/ > Within devcloud can you check if xapi is functional? Try restarting the service xcp-xapi?

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-23 Thread prasanna
On 23 March 2013 17:53, prasanna wrote: > On 23 March 2013 01:49, Chip Childers wrote: >> >> OK - Next errors: >> >> mvn -Pdeveloper,marvin -Dmarvin.config=setup/dev/advanced.cfg -pl >> :cloud-marvin integration-test >> [INFO] Scan

Re: [DISCUSS] NFS lockdown for SSVM

2013-03-23 Thread prasanna
On 22 March 2013 04:01, Musayev, Ilya wrote: > Looks like we have no port lockdown for NFS on SSVM, probably not ideal when > you want firewall and all port accountability. > > Before I cook something up and inject it into systemvm.iso and submit a > patch, has this been discussed? > > I want to

Re: [ACS41] Status

2013-03-23 Thread prasanna
On 23 March 2013 00:19, Chip Childers wrote: > Hi all, > > I'm not going to cut the RC today, due to the outstanding bugs that we > are still working on. > > Let's keep pushing to get things wrapped up. I've been trying to get > review requests *with my name on them* and / or "Patch Request" emai

Re: NetScaler lib/sdk jars are apache licensed

2013-03-24 Thread prasanna
On 5 March 2013 00:14, Vijay Venkatachalam wrote: > Thanks for the tip David on the signatures upload! > > I was a able to successfully release the NetScaler's Nitro jar file. > > Once I complete the release of NetScaler SDX's jar file as well, the stage > will be set to make the NetScaler's Adap

Re: Building nonoss

2013-03-24 Thread prasanna
Is it possible you have an older netscaler-sdk? Can you replace the one you have with the one at: http://community.citrix.com/download/attachments/37847122/cloud-netscaler-jars.zip On 25 March 2013 10:38, Mike Tutkowski wrote: > Hey Rajesh, > > I ran the following: > > mvn clean install -Dnonoss

Re: New committer: Ahmad Emneina

2013-03-24 Thread prasanna
On 25 March 2013 05:05, Joe Brockmeier wrote: > Hi all, > > The Project Management Committee (PMC) for Apache CloudStack > has asked Ahmad Emneina to become a committer and we are pleased to > announce that he has accepted. > > Being a committer allows many contributors to contribute more > autono

Re: NetScaler lib/sdk jars are apache licensed

2013-03-24 Thread prasanna
On 25 March 2013 10:49, Vijay Venkatachalam wrote: > No, there are 2 jars to this, only one of them is done. I haven’t got time to > get the other one done. It should get done in another 10-15 days. > Thanks, when that's done I'll move netscaler into oss profiles so it builds by default.

Re: New committer: Geoff Higginbottom

2013-03-25 Thread prasanna
On 25 March 2013 20:55, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Geoff Higginbottom to become a committer and we are pleased to > announce that he has accepted. > > Being a committer allows many contributors to contribute more > autonomously.

Re: New committer: Hiroaki Kawai

2013-03-25 Thread prasanna
On 25 March 2013 19:09, David Nalley wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked > Hiroaki Kawai to become a committer and we are pleased to announce > that they have accepted. > > Being a committer allows many contributors to contribute more > autonomously. For

Re: [DISCUSS] Hyper-V Plugin & Microsoft Compiler & IP Clearance

2013-03-27 Thread prasanna
On 27 March 2013 13:51, Sebastien Goasguen wrote: > > On Mar 26, 2013, at 7:29 PM, Alex Huang wrote: > >>> and the C# part is for the ServerResource, right ? >>> >>> I won't code this, but it would be nice to minimize languages used in >>> CloudStack and try to be consistent across hypervisors (a

Re: 4.1 build and network problems, fixed (CS-1773 - review #10150)

2013-03-27 Thread prasanna
On 27 March 2013 14:53, Funs Kessen wrote: > Hi Guys, > > After doing a fresh checkout yesterday I noticed that 4.1 would not build due > to the client/pom.xml still containing UCS (so I commented it out) and the > "plugins/network-elements/dns-notifier/resources/components-example.xml" > still

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-27 Thread prasanna
On 25 March 2013 18:44, Prasanna Santhanam wrote: > I'm working to include a couple more things: > > a. Allow a developer to run his/her own integration test written in > marvin. > b. new APIs to be synced automatically without marvin reinstallation In doing b. I realized

Re: [QuickCloud] zero to cloud in less than a minute

2013-03-28 Thread prasanna
This is a significant step no doubt! One comment - I think the deployDataCenter.py should move out of the phase of the devcloud/pom.xml. When it runs the install phase which includes the package phase the build will fail with the following stack: https://gist.github.com/vogxn/5264956 In the bv

Re: New Committer: Ilya Musayev

2013-03-28 Thread prasanna
On 29 March 2013 00:06, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Ilya Musayev to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more > autonomously. For

Re: New Committer: Animesh Chaturvedi

2013-03-28 Thread prasanna
Congratulations Animesh! On 29 March 2013 01:27, Alex Huang wrote: > The Podling Project Management Committee (PPMC) for Apache CloudStack has > asked Animesh Chaturvedi to become a committer and we are pleased to announce > that they have accepted. > > > > Being a committer enables easier cont

Re: [ACS41][Patch Request]

2013-03-28 Thread prasanna
I've applied this on 4.1 so we can test upgrades - 260f6f7e5d7adae9da0d62c530e5279aeffb6f79 On 29 March 2013 07:37, Marcus Sorensen wrote: > commit d6e11f25ace4696ec39063f86342cd8a94bd96ee > Author: Marcus Sorensen > Date: Thu Mar 28 20:03:28 2013 -0600 > > CLOUDSTACK-1844 - fix typo in

Re: Can same Xen Server Host be used for different Management Servers?

2013-03-28 Thread prasanna
On 29 March 2013 11:11, Kausal Malladi wrote: > Hi, > As part of development, I have configured a XenServer host with > Management Server built from CloudStack 3.0 source code and have > changed few things (resource allocation algorithm) in CloudStack 4.0 > source code (for my experiment). > Can I

Re: Can same Xen Server Host be used for different Management Servers?

2013-03-28 Thread prasanna
On 29 March 2013 11:37, Kausal Malladi wrote: > I tried that, but on my 3GB machine inside DevCloud only SSVM is > getting started and not ConsoleProxy VM because of Insufficient Server > Capacity Exception. Also I am not able to create a new Virtual Machine > as template is not getting downloaded

Re: Feature Request: Password Reset / Change UI

2013-03-29 Thread prasanna
On 29 March 2013 12:49, Maurice Lawler wrote: > Hello Gang, > > I was wondering short of rendering this with the API. Is there plans to allow > end users on the CS UI to be permitted to easily change their login password ? > > I noticed at this time I (being the admin) can change them, but someon

Re: Feature Request: Password Reset / Change UI

2013-03-29 Thread prasanna
On 29 March 2013 13:39, prasanna wrote: > On 29 March 2013 12:49, Maurice Lawler wrote: >> Hello Gang, >> >> I was wondering short of rendering this with the API. Is there plans to >> allow end users on the CS UI to be permitted to easily change their login >&

Re: [ACS41] Today's 4.1 blocker and crit list! Go get 'em!

2013-03-29 Thread prasanna
On 29 March 2013 15:16, Sebastien Goasguen wrote: > > On Mar 29, 2013, at 2:27 AM, Prasanna Santhanam wrote: > >> Here's the latest Blockers and criticals (UTC +0530, Mar 29) >> >> Blocker: >> CLOUDSTACK-1746 >> Cloudstack Usage Server won

Re: [CI] Upgrading Jenkins

2013-03-29 Thread prasanna
The repo was pointed wrong. Fixed now. On 29 March 2013 19:52, Prasanna Santhanam wrote: > Shouldn't be. But not sure, will take a look shortly. > > > -- > Prasanna., > > - Original Message - > From: Chip Childers [mailto:chip.child...@sungard.com] > Se

Re: cloudmonkey printing enhancements proposal

2013-03-29 Thread prasanna
cloudmonkey and not have to worry about colorization that will > impede me processing the output and second I think it would be more useful > to use the highlighting on demand rather than having to back out of the > shell to edit a config file. > > 5. Standardize messaging for the output types. > Right now certain kinds of messaging is presented differently for an output > type. For example, if I issue an api command that doesn't exist it displays > a generic error message, regardless of the output type selected. Ideally, > all output would be in the specified format. > > I have the first two working and am planning on implementing the others as > I flesh them out. I will submit a patch when I feel it is ready. Any early > feedback on whether these changes will be useful to others is appreciated. Patches most welcome! -- Prasanna.,

Re: [DISCUSS] git rebase vs git merge in your feature branch?

2013-03-31 Thread prasanna
merge --no-ff will skip those annoying merge commits. I also find it easier to review the feature branch in logical chunks rather than one large patch. PS: rerere made the rebase conflicts easier but I wouldn't trust that with code I haven't touched. -- Prasanna.,

Re: [ACS41][QA] Unassigned Critical Upgrade defects

2013-04-01 Thread prasanna
his >> is a packaging issue. > > I see following commit removing these parameters - > http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits/201212.mbox/%3c20121219220428.9e565324...@tyr.zones.apache.org%3E. > Are they obsolete now? That's right. Those properties never come into use anywhere within our code. -- Prasanna.,

Re: [ACS41] Ubuntu upgrade process from 4.0.X to 4.1

2013-04-01 Thread prasanna
to 4.1 with Ubuntu packages. >>> >>> Since the packages got renamed from cloud-* to cloudstack-* a lot has >>> changed and some manual intervention is required. >>> >>> The Wiki is work-in-progress while I'm upgrading one of my 4.0 >>> clusters to >>> 4.1 and see how it all works out. >>> >>> Feel free to change the Wiki if you find something that needs to be >>> adressed! >>> >>> Wido >>> >>> [0]: >>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Ubuntu+upgrade >>> +process >>> -- Prasanna.,

Re: [ACS42][QA]Limit Resources - Internal Error when there are no resources available

2013-04-03 Thread prasanna
Surfacing an exception that makes sense based on the role of the user receiving the exception will require a more fundamental change: The error message you see is basically the cleaned version of what the admin sees. Looking at the ApiServer you'll see that whether the user context receives - Insuf

Re: cloudmonkey printing enhancements proposal

2013-04-03 Thread prasanna
>> > >> >> +1 - JSON output would make it very good to consume into other api >> response processing. Right now cloudmonkey actually isn't aware of the >> response object model. For certain API responses that return embedded >> objects (eg: listNetworks [1]) it would be good to return the JSON >> a

Re: [MERGE] bvt branch to master

2013-04-03 Thread prasanna
On 3 April 2013 01:18, Rohit Yadav wrote: > Awesome, thanks for your work Prasanna, do we have a jenkins job yet? > This one needs mysql db to be present. So i'll have to run it on a fresh new node. I'll probably set it up if no one uses the feature :)

Re: [Discuss][DeltaCloud]CloudStack suppprt

2013-04-03 Thread prasanna
For python there's libcloud - I was going to work on support in Apache Libcloud but never found bandwidth. If anyone's interested they have a pretty active community. Would be nice to cross-contribute to their effort. On 3 April 2013 20:29, Musayev, Ilya wrote: > Team WebMD would like to write dr

Re: Master - jetty run failure

2013-04-03 Thread prasanna
I'm not seeing this on the latest master. Perhaps something wrong with nonOss component context? Are you running nonOss by any chance? On 3 April 2013 23:23, Pranav Saxena wrote: > Possible workaround until that issue is fixed - Revering these two commits > - eddf7b9357bc18497b8cb16a6c6f3382ac

Re: Master broken

2013-04-05 Thread prasanna
On 4 April 2013 05:15, Alex Huang wrote: > Prasanna, > > This is actually a very interesting case. In our check-in test, is there any > way for us to disable db access when running the unit tests? I can see that > this would be one of the things that the developer can easily

Re: [ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-05 Thread prasanna
On 4 April 2013 10:40, Sangeetha Hariharan wrote: > Test cases for " Affinity / Anti-affinity Rules" is posted here - > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Test+Paln+for+Affinity-Anti-affinity+Rules. > > > > Reference FS: - > https://cwiki.apache.org/confluence/display/CLOUDST

Re: 4.1 packaging failed

2013-04-05 Thread prasanna
/check-files > /root/jenkins/build/workspace//dist/rpmbuild/BUILDROOT/cloudstack-4.1.0-SNAPSHOT.el6.x86_64 > error: Installed (but unpackaged) file(s) found: >/usr/share/cloudstack-common/jasypt-1.9.0.jar > > > > Regards, > Rayees > > -- Prasanna.,

Re: [MERGE] affinity_groups branch to master

2013-04-08 Thread prasanna
On 6 April 2013 05:56, Prachi Damle wrote: > Hi all, > > > > I would like to merge the Affinity/Anti-Affinity feature developed in > affinity_groups branch to master. > > > > - Functional Specs for this feature can be found here: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS

Re: [ACS41] Outstanding work for the release

2013-04-09 Thread prasanna
On 9 April 2013 14:33, Hugo Trippaers wrote: > >> >> RPM Packaging: I believe that Hugo said we are done there, but I'd love a >> confirmation! > > Yup, I'm considering the RPM packages done. I'm testing installation of all > the rpms every four hours using Jenkins. I'm doing limited functional c

Re: [MERGE] bvt branch to master

2013-04-09 Thread prasanna
On 10 April 2013 07:05, Chiradeep Vittal wrote: > Don't have the logs any more, but I suspect that > tools/marvin/pom.xml uses the same property to activate both profiles, so > marvin.setup gets run whenever -Dmarvin.config is specified. > I just ran the tests on latest master and am able to see

Re: [MERGE] bvt branch to master

2013-04-09 Thread prasanna
I see the problem now with the profiles getting activated incorrectly. I wasn't using the config property and hence the profile selection worked. On 10 April 2013 10:30, prasanna wrote: > On 10 April 2013 07:05, Chiradeep Vittal wrote: >> Don't have the logs any more,

Re: [DISCUSS] Don't assign tickets to people when triaging

2013-04-11 Thread prasanna
On 11 April 2013 15:52, Abhinandan Prateek wrote: > >>> >>>I will start with an example: A critical bug (CLOUDSTACK-1941) that is >>>blocking a release (4.1) is not picked up by any community member for 5 >>>days ! >>>The reason being that it is a UI issue but not that clear from the desc, >>>the

Re: Associate IP feature request (RE: CLOUDSTACK-1942)

2013-04-11 Thread prasanna
On 11 April 2013 01:08, Ryan Dietrich wrote: > RE: https://issues.apache.org/jira/browse/CLOUDSTACK-1942 > > I added this feature this morning, but before I present the diff to review > board, I'd like to have some feedback on the approach. I just want to make > sure how I did it is ok from the

Re: [DISCUSS] Don't assign tickets to people when triaging

2013-04-11 Thread prasanna
Abhi - not to gang up on you and I'm glad to see you share your opinions, concerns about release management and such. I see the problem you might be facing though. I think it would be better to have your internal JIRA mirror the ASF JIRA. That way you can triage as you please corporate style ;) in

Re: [DISCUSS] Don't assign tickets to people when triaging

2013-04-11 Thread prasanna
On 11 April 2013 20:09, Chip Childers wrote: > On Thu, Apr 11, 2013 at 12:51:34PM +, Abhinandan Prateek wrote: >> Yes, I think we need to space our releases further apart. > > That's a different discussion, which you are free to raise if you'd like. > >> Also community members should volunteer

Re: Master api-docs build

2013-04-11 Thread prasanna
Oddly 453 failed again. They build on different nodes ubuntu4 and ubuntu3 and ubuntu4 seems to fail the build. On 12 April 2013 07:14, Prasanna Santhanam wrote: > 452 has actually passed the build. > > -- > Prasanna., > > - Original Message - > F

Re: New Committer: Bruno Demion (a.k.a milamber)

2013-04-12 Thread prasanna
On 12 April 2013 21:32, Sebastien Goasguen wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked Bruno > Demion (a.k.a milamber) to become a committer and we are pleased to announced > that they have accepted. > > Bruno has contributed to the french translation of the U

Re: Latest master is failing at (apidocs)

2013-04-16 Thread prasanna
Add a dictionary entry to tools/apidoc/gen_toc.py with 'Cisco' as the key On 16 April 2013 13:26, Rajesh Battala wrote: > Hi All, > Am trying to build the latest master its failing at apidocs. > > Check, is this api part of another build profile? Null value for key: > addBaremetalHost preProcess

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread prasanna
On 17 April 2013 17:10, Prasanna Santhanam wrote: > On Wed, Apr 17, 2013 at 11:52:08AM +0530, Prasanna Santhanam wrote: >> On Wed, Apr 17, 2013 at 11:10:01AM +0530, Rohit Yadav wrote: >> > >> > >> > If it does not cost much, let's introduce a new dependen

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread prasanna
On 17 April 2013 23:13, Chiradeep Vittal wrote: > Would be great if it passes pep8 also.(just my nitpicky self) > Done - I'll clean up the rest of the marvin modules gradually.

Re: 4.1 Build Stalls

2013-04-17 Thread prasanna
I've seen this stalling happen for me. Wild guess - Are you on wireless by any chance? On 18 April 2013 05:16, Mike Tutkowski wrote: > Actually, it seems kind of random. > > I'm trying to build 4.2 now and I had the same problem. I just cleaned and > installed and eventually it got past the sta

Re: New Committer: Go Chiba

2013-04-18 Thread prasanna
Congratulations Go! On 18 April 2013 12:26, Sebastien Goasguen wrote: > The Project Management Committee (PMC) for Apache CloudStack has asked Go > Chiba to become a committer and we are pleased to announced that they have > accepted. > > Go has contributed tremendously to the Japanese translat

Re: Unable to add XenServer host to basic zone

2013-04-19 Thread prasanna
On 19 April 2013 16:29, Venkata SwamyBabu Budumuru wrote: > Hi, > > I am seeing the following issue on the MASTER build. Currently I filled it > with priority set to "critical". If anyone else seeing the same either you > can apply the workaround mentioned in the bug or you can raise the priorit

Re: [DISCUSS] ACS Release 4 month v/s 6 month

2013-04-25 Thread prasanna
On 26 April 2013 05:32, Animesh Chaturvedi wrote: > Let me attempt to summarize this thread, if I missed any glaring points feel > free to bring them up > > 4 months: > Proponents (9): Chip, Alex, David, Noah, Hugo, Joe, Sebastian, Prasanna, > Rohit > Reasoning: > *

Re: Error starting management server

2013-04-25 Thread Prasanna
What's your python command on the command line? And the json file that you passed in to run it. Put it up on apaste.info? -- Prasanna., On Thu, Apr 25, 2013 at 06:04:14PM +0530, Dharmesh Kakadia wrote: > Hi, > > I was able to only run management server. Now stuck at step-8. I t

Re: Review Request: When associating an IP to a VPC allow admin's to specify what IP they want to associate. (CLOUDSTACK-1942)

2013-04-30 Thread Prasanna
--- > > > > (Updated April 12, 2013, 4:12 p.m.) > > > > > > Review request for cloudstack, Prasanna Santhanam, Chiradeep Vittal, and > > Marcus Sorensen. > > > > > > Description >

Re: Review Request 14148: Cleanup DefaultUserAuthenticator and removed masking _name variable

2013-09-17 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14148/ --- (Updated Sept. 18, 2013, 5:38 a.m.) Review request for cloudstack and Abhinanda

Re: Review Request 14148: Cleanup DefaultUserAuthenticator and removed masking _name variable

2013-09-17 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14148/ --- (Updated Sept. 18, 2013, 5:39 a.m.) Review request for cloudstack, Abhinandan P

Re: Review Request 14230: Storage type was set to local due to which tests failed.

2013-09-19 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14230/#review26268 --- Ship it! - Prasanna Santhanam On Sept. 19, 2013, 1:20 p.m

[MERGE] marvin-refactor to master

2013-10-02 Thread Prasanna Santhanam
n a seperate thread. [1] http://markmail.org/message/4tsscn6zvtfsskuj [2] http://pythonhosted.org/behave/ -- Prasanna., Powered by BigRock.com

Re: [MERGE] marvin-refactor to master

2013-10-02 Thread Prasanna Santhanam
On Wed, Oct 02, 2013 at 12:51:18PM -0400, Chip Childers wrote: > On Wed, Oct 02, 2013 at 10:12:40PM +0530, Prasanna Santhanam wrote: > > I've also tried to disconnect marvin from depending on CloudStack's > > build and repo. This will help split marvin from CloudStack whic

[DISCUSS] Breaking out Marvin from CloudStack

2013-10-02 Thread Prasanna Santhanam
ng. After separating marvin 0. we will have a separate release cycle for marvin 1. we will have a new home for marvin's docs using Sphinx 2. if possible, a different criteria for providing commit access to marvin's repos. 3. all tests of cloudstack will also move to marvin's repository

Re: contrail virtual network controller

2013-10-02 Thread Prasanna Santhanam
an run without the contrail device added to cloudstack? -- Prasanna., Powered by BigRock.com

Re: marvin over https

2013-10-02 Thread Prasanna Santhanam
might be a bug. Does cloudmonkey work for you on this endpoint? If yes, then I don't see why marvin shouldn't. Both use the same request mechanism. > > I am not sure where to look. at marvin, httprequest or the setup of my > env. Hints? > > thanks, > Daan -- Prasanna., Powered by BigRock.com

Re: [MERGE] marvin-refactor to master

2013-10-02 Thread Prasanna Santhanam
Copying folks that this change will affect for review. On Wed, Oct 02, 2013 at 10:12:40PM +0530, Prasanna Santhanam wrote: > Once upon a time [1] I had propagated the idea of refactoring marvin to > make test case writing simpler. At the time, there weren't enough > people writi

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-02 Thread Prasanna Santhanam
;>> different thread). Unfortunately this branch does not have the changes > >>> to package things in different RPMs. So it would be great if somebody > >>> could take up the packaging effort to split out all the plugins into > >>> different RPMs. > >>> > >>> Darren > >>> > >>> [1] > >>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Modularize+Sp > >> rin > >>> g > >>> [2] > >>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Plug- > >> ins%2C+Modu > >>> les > >>> %2C+and+Extensions > >>> [3] https://cwiki.apache.org/confluence/display/CLOUDSTACK/Extensions > > -- Prasanna., Powered by BigRock.com

Re: Configuration table changes and database update

2013-10-03 Thread Prasanna Santhanam
;> > >>>> Noticed an interesting problem today. I was trying to start a management > >>>> server based on the latest sources in master, but failed. The reason was > >>>> that the configuration threw an exception that a certain column in the > >>>> database fit not exist. This column is added during the database upgrade > >>>> sequence, but apparently the configuration is already accessed before the > >>>> database upgrade takes place. > >>>> > >>>> Seems like a chicken and egg problem to me. > >>>> > >>>> Did anybody else run into this problem? > >>>> > >>>> Cheers, > >>>> > >>>> Hugo -- Prasanna., Powered by BigRock.com

Re: [DOCS] CS-docs patch

2013-10-03 Thread Prasanna Santhanam
d Please paste the contents of your patch in plaintext with the subject [PATCH]. Also ensure you've created your patch using git format-patch so I can apply it readily and attribute credit to you. I'd love to have PRs via github but that's upto asf infra and n

Re: Review Request 14471: CloudStack Plugin guide for VXLAN

2013-10-03 Thread Prasanna Santhanam
ION > docs/en-US/plugin-vxlan-introduction.xml PRE-CREATION > docs/en-US/plugin-vxlan-requirements.xml PRE-CREATION > docs/en-US/plugin-vxlan-revision-history.xml PRE-CREATION > docs/publican-plugin-vxlan.cfg PRE-CREATION > > Diff: https://reviews.apache.org/r/14471/diff/ > > > Testing > --- > > > Thanks, > > Yoshikazu Nojima > -- Prasanna., Powered by BigRock.com

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-03 Thread Prasanna Santhanam
On Thu, Oct 03, 2013 at 02:46:40PM +, Rayees Namathponnan wrote: > Hi Prasanna, > > If we are running BVT or regression on specific branch, marvin > should also from same branch right ? but we always getting marvin > from master branch job "cloudstack-marvin" >

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-03 Thread Prasanna Santhanam
-0700, Darren Shepherd wrote: > This should be fixed on the spring-modularization branch. > > Darren > > On Wed, Oct 2, 2013 at 10:05 PM, Prasanna Santhanam wrote: > > I switched the test infrastructure on jenkins.buildacloud.org to run > > the bvts [1] against master l

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-04 Thread Prasanna Santhanam
Hey Darren, the build appears to be broken on spring-modularization. Actually a test is broken. If fixed I could generate some packages for testing. http://jenkins.buildacloud.org/view/cloudstack-qa/job/test-yumrepo-refresh/3028/console On Fri, Oct 04, 2013 at 10:27:55AM +0530, Prasanna

Re: [DISCUSS] Breaking out Marvin from CloudStack

2013-10-04 Thread Prasanna Santhanam
I have spent my time well. Since I can't be after people to write tests, and setup mandates, I aim to address the technical difficulty in writing tests through this refactor and separation. PS: David, by hosted docs I mean something like http://pythonhosted.org/c

Re: Edit access to Jira

2013-10-06 Thread Prasanna Santhanam
ase do the needful. Make sure you register with the wiki (http://cwiki.apache.org) as well with the same address so I can provide you with edit access to cwiki. JIRA permissions have been given for username: damoder.reddy > > Thanks > Damodar -- Prasanna., Powered by BigRock.com

Re: [MERGE] marvin-refactor to master

2013-10-08 Thread Prasanna Santhanam
le.apache.org/~tsp/dummy.iso, but it won't work for devcloud, or > in an internal network. The ISO data factory should be able to return an url > based on different test environment, thus iso test cases can be reused. Yes, we'll have to create a LocalIsoFactory which represents an

Re: [DISCUSS] Breaking out Marvin from CloudStack

2013-10-08 Thread Prasanna Santhanam
nal points which were raised so far. Inline. On Fri, Oct 04, 2013 at 04:52:45PM -0400, Chip Childers wrote: > > Fair warning - some of this is a straw man argument to explore the > situation, and a little bit of ranting at the end. > > On Fri, Oct 04, 2013 at 05:57:58PM +0530,

Re: marvin create network offering incomplete?

2013-10-08 Thread Prasanna Santhanam
1 and no > tags are specified in order to make a choice > > When inspecting indeed the tags are not set on the offering and neither is > conservemode. Is that a resource-tag for the network offering? What is the API request that is going to the management server from marvin? How does it compare against what you sent through via the UI? > > Am I hunting a bug ar did I misconfigure my test? I'm not sure. But it could just be that marvin created network offering is not the same as the network offering created via the UI. > > Daan -- Prasanna., Powered by BigRock.com

Re: marvin over https

2013-10-08 Thread Prasanna Santhanam
? It should be a simple fix, so you can run with it or I'll get to it tomorrow. Ref: http://www.python-requests.org/en/latest/user/advanced/#ssl-cert-verification On Tue, Oct 08, 2013 at 04:14:46PM +0200, Daan Hoogland wrote: > H Prasanna, > > $ ./zoneCommand.py > Traceback

Re: Contrail plugin

2013-10-08 Thread Prasanna Santhanam
happy to provide patches via reviewboard against this > branch if changes are requested (including the package structure noted > above). > > 3) I'd love if we could get some consensus on what additional tests and / > or changes to the test approach are needed. Prasanna - as with Hu

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-09 Thread Prasanna Santhanam
to get features in. I'll refrain from venting my frustrations. > > Darren -- Prasanna., Powered by BigRock.com

Re: [MERGE] spring-modularization to master - Spring Modularization

2013-10-09 Thread Prasanna Santhanam
ed, Oct 09, 2013 at 06:16:04PM +0530, Prasanna Santhanam wrote: > On Tue, Oct 08, 2013 at 10:20:01AM -0700, Darren Shepherd wrote: > > >From what I can gather it seems that master currently fails the BVT > > (and know when I say BVT I mean that black box that apparently exists > &

master simulator build broken on ManagedContext

2013-10-09 Thread Prasanna Santhanam
teps to run the simulator on the dev environment: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simulator+integration [1] http://jenkins.buildacloud.org/view/simulator/job/start-jetty/280/console -- Prasanna., Powered by BigRock.com

Re: master simulator build broken on ManagedContext

2013-10-09 Thread Prasanna Santhanam
Thanks Darren, the jetty start has chugged along and I'm able to bring up the server. I'd like to not have that orphaned context ideally since it gets left out often this way. But I can live with that for now. On Wed, Oct 09, 2013 at 10:55:58AM -0700, Darren Shepherd wrote: > Prasa

Re: Back end volume names in KVM

2013-10-09 Thread Prasanna Santhanam
e, but I don't see that as a blocker > > since it would probably have lots of other implications to the tracking > > volume objects. > > > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: mike.tutkow...@solidfire.com > o: 303.746.7302 > Advancing the way the world uses the > cloud<http://solidfire.com/solution/overview/?video=play> > *?* -- Prasanna., Powered by BigRock.com

[INFRA] Sorely missing documentation

2013-10-10 Thread Prasanna Santhanam
in pictures and everything :) Build systems: https://cwiki.apache.org/confluence/x/Cy-VAQ Test infrastructure: https://cwiki.apache.org/confluence/x/_y7VAQ Thanks, -- Prasanna., Powered by BigRock.com

Re: [INFRA] Sorely missing documentation

2013-10-10 Thread Prasanna Santhanam
By latest you mean something in those pages is outdated? I haven't documented all the jobs yet. I think it would be nice to add links to our community repositories etc. Is this what you mean by artifacts? On Thu, Oct 10, 2013 at 02:17:13PM +0200, Daan Hoogland wrote: > Thanks

Re: Docs have moved

2013-10-10 Thread Prasanna Santhanam
> https://git-wip-us.apache.org/repos/asf/cloudstack-docs.git > Fixed all the build jobs on jenkins to point to the right repo. http://jenkins.buildacloud.org/view/master/ > The master branch is pretty desolate until I catch up, but 4.2 is > fully populated. > > --David -- Prasanna

Re: [INFRA] Sorely missing documentation

2013-10-10 Thread Prasanna Santhanam
latest i mean the results of jenkins doc build jobs. > > and yes I mean either copy the build results to the site or the wiki > on the one hand and just set links to the artifacts in jenkins on the > other hand. > > On Thu, Oct 10, 2013 at 2:21 PM, Prasanna Santhanam wrote:

Re: Docs have moved

2013-10-10 Thread Prasanna Santhanam
On Thu, Oct 10, 2013 at 05:57:58PM +0530, Prasanna Santhanam wrote: > On Wed, Oct 02, 2013 at 03:15:23PM -0400, David Nalley wrote: > > Per our earlier discussion, now that 4.2 has released, I moved the > > docs for 4.2 to their own repo, and will be doing the same for master >

bvt failure since on master

2013-10-10 Thread Prasanna Santhanam
ade script. -- Prasanna., Powered by BigRock.com

Re: bvt failure since on master

2013-10-10 Thread Prasanna Santhanam
emails from jenkins about broken builds, but my > local build is ok and no tests failing, Is this some environment issue? > > > > > On Thu, Oct 10, 2013 at 5:51 PM, Prasanna Santhanam wrote: > > > Hi All - Looks like the server won't come up on master > >

Re: Global setting "host" is not set to MS IP anymore on master

2013-10-10 Thread Prasanna Santhanam
So, why does setting the 'host' to your IP not work? I do that for the test environment on master as part of deployment via marvin. It's only a small change in the marvin-config. On https://github.com/vogxn/cloud-autodeploy.git commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204 A

Re: Master - BVT automation result on KVM

2013-10-10 Thread Prasanna Santhanam
test_deploy_vm_with_userdata 2 0 > test_deploy_vm 1 0 > test_affinity_groups 1 0 > > > > Regards, > Rayees -- Prasanna., Powered by BigRock.com

Re: Steps in building DEB packages for 4.2.0

2013-10-11 Thread Prasanna Santhanam
ou. It is not required. BTW, the list of debs generated also differs in 4.2 and that's now been corrected. So don't be alarmed if you see different set of debs. > > Looking forward to your reply, thank you. > > Cheers. -- Prasanna., Powered by BigRock.com

Re: [MERGE] marvin-refactor to master

2013-10-13 Thread Prasanna Santhanam
On Sun, Oct 13, 2013 at 08:14:01AM +0530, Girish Shilamkar wrote: > Hello Prasanna, > > +1 to the new marvin architecture. > The proposed architecture will make marvin lot more stable, remove > defining data in code and will be easier to add testcases. Great! thanks for reviewin

Re: Global setting "host" is not set to MS IP anymore on master

2013-10-14 Thread Prasanna Santhanam
. > -Soheil > > From: Mike Tutkowski [mike.tutkow...@solidfire.com] > Sent: Friday, October 11, 2013 11:23 AM > To: dev@cloudstack.apache.org > Cc: Prasanna Santhanam > Subject: Re: Global setting "host" is not set to MS IP anymore on master > > Yeah, I tend to set up

Re: Wiki access

2013-10-14 Thread Prasanna Santhanam
ages as well? > >> username: rajanik > > > > Looks like this was already taken care of. -- Prasanna., Powered by BigRock.com

Re: [DOC] Jira Issues that can be reviewed and closed

2013-10-14 Thread Prasanna Santhanam
ill verify and close the issue. > > > Since we're still waiting on the addition of cloudstack-docs to > Review Board I'm sending out this update as a review request to > start closing out some of the doc issues in Jira. > > > Travis -- Prasanna., Powered by BigRock.com

  1   2   3   4   5   6   7   8   9   10   >