RE: Preference for a JUnit Coverage Tool?

2012-11-19 Thread Animesh Chaturvedi
I have some experience with Emma not a whole lot to make a judgment right away but the following link has good comparison between Emma and Cobertura http://community.topcoder.com/tc?module=Staticd1=featuresd2=030107 . It seems memory overhead for Emma is much smaller and is faster. Also on a

RE: Static Analysis Tools

2012-11-20 Thread Animesh Chaturvedi
, November 20, 2012 10:45 AM To: cloudstack-dev@incubator.apache.org Subject: Re: Static Analysis Tools On Tue, Nov 20, 2012 at 1:36 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Folks I want to get your opinion on using static analysis tools like PMD for CloudStack to catch some

RE: Static Analysis Tools

2012-11-20 Thread Animesh Chaturvedi
is a bit of a toy, but anything helps... John On Nov 20, 2012, at 10:44 AM, David Nalley da...@gnsa.us wrote: On Tue, Nov 20, 2012 at 1:36 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Folks I want to get your opinion on using static analysis tools like PMD for CloudStack

RE: Static Analysis Tools

2012-11-20 Thread Animesh Chaturvedi
discussion on the list, I suspect this thread will accelerate that... On Nov 20, 2012, at 11:39 AM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: I have used Coverity in the past for commercial projects with very good success. I did a quick google search and looks like Coverity has

RE: Static Analysis Tools

2012-11-20 Thread Animesh Chaturvedi
as a side effect as well, as many security defects are related to some type of software defect... John On Nov 20, 2012, at 12:15 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: John Agreed to your points on limiting exposure to security vulnerability but Coverity is not known

RE: [DISCUSS] API refactoring spec

2012-11-20 Thread Animesh Chaturvedi
Folks if there is no objection I would like to propose we adopt Hibernate Validator Animesh -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Wednesday, November 14, 2012 2:29 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [DISCUSS] API

RE: [DISCUSS] QA/Testing focus on 4.1

2012-11-21 Thread Animesh Chaturvedi
David I certainly vote +1 on your ideas to improve testing in CS and enhancing and embracing automation as way of life. To put in my two cents , I would like to highlight that unit test automation is the base for automation strategy. Here is a good post on test pyramid

RE: [DISCUSS] QA/Testing focus on 4.1

2012-11-21 Thread Animesh Chaturvedi
From: David Nalley [da...@gnsa.us] Sent: Wednesday, November 21, 2012 5:17 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] QA/Testing focus on 4.1 is useful. (But of course, having a set of tests to confirm that the refactoring didn't break anything should be a prerequisite

RE: new PPMC member:

2012-11-26 Thread Animesh Chaturvedi
Congratulations Hugo Animesh -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Monday, November 26, 2012 11:49 AM To: cloudstack-dev@incubator.apache.org Subject: new PPMC member: The Podling Project Management Committee (PPMC) for Apache CloudStack has asked Hugo to

RE: Test Case Management tool

2012-11-26 Thread Animesh Chaturvedi
Sudha Testlink is available in Jenkins as a plugin https://wiki.jenkins-ci.org/display/JENKINS/TestLink+Plugin Thanks Animesh -Original Message- From: Sudha Ponnaganti [mailto:sudha.ponnaga...@citrix.com] Sent: Monday, November 26, 2012 7:49 AM To: cloudstack-dev@incubator.apache.org

RE: New PPMC Member: Chiradeep Vittal

2012-12-03 Thread Animesh Chaturvedi
Congratulations Chiradeep -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Sunday, December 02, 2012 9:37 AM To: cloudstack-dev@incubator.apache.org Subject: New PPMC Member: Chiradeep Vittal The Podling Project Management Committee (PPMC) for Apache

RE: [DISCUSS] releases going forward

2012-12-03 Thread Animesh Chaturvedi
Release early and release often is certainly the end goal. Release early does not mean releasing buggy software but limited in feature/function. But in order to release early we need to have a constant feedback loop through continuous integration and large automation test suites. I think we

RE: [Discuss] Style Guide for Apache CloudStack Documentation ?

2012-12-04 Thread Animesh Chaturvedi
Radhika The Struts style guide has more details http://struts.apache.org/2.2.3/docs/documentation-style-guide.html and we can borrow some tips from there. One other thing I think will help users is quick link to Single Page Html. This is useful because people often want to search for a

RE: [DISCUSS] changing the format of commit message subject lines

2012-12-04 Thread Animesh Chaturvedi
Yes prefixing with branch makes it easier to process the message -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Tuesday, December 04, 2012 12:36 PM To: cloudstack-dev@incubator.apache.org Subject: [DISCUSS] changing the format of commit message subject lines Hi

RE: cloud-setup-databases: How to run script when building in dev environment

2012-12-04 Thread Animesh Chaturvedi
Use mvn -P developer -pl developer -Ddeploydb -Original Message- From: Navina Ramesh [mailto:rnav...@acis.ufl.edu] Sent: Tuesday, December 04, 2012 12:02 PM To: cloudstack-dev@incubator.apache.org Cc: cloudstack-us...@incubator.apache.org Subject: cloud-setup-databases: How to run

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-06 Thread Animesh Chaturvedi
Charles Anthony already filed a bug and fixed it Thanks Animesh On Dec 5, 2012, at 11:54 PM, Charles Moulliard ch0...@gmail.com wrote: Hi Anthony, Would you like that I raise a bug for the error MEMORY_CONSTRAINT_violation ? Regards, Charles On Wed, Dec 5, 2012 at 8:29 PM,

RE: [DISCUSS] changing the format of commit message subject lines

2012-12-06 Thread Animesh Chaturvedi
Yes the proposal from David is for subject line to git commit: $branch - $short_commit_msg Animesh -Original Message- From: Rohit Yadav [mailto:rohit.ya...@citrix.com] Sent: Thursday, December 06, 2012 10:10 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS]

RE: [DISCUSS] Adjust JIRA to send out less mails (e.g. only about issue creation, status changes etc.)

2012-12-07 Thread Animesh Chaturvedi
I agree this helps in making communication from Jira more effective. David, Joe do you have administrator privileges to adjust the notification emails from Jira? Animesh -Original Message- From: Sebastien Goasguen [mailto:run...@gmail.com] Sent: Friday, December 07, 2012 12:53 AM

RE: Marketing and a who uses it list

2012-12-07 Thread Animesh Chaturvedi
This is a very good initiative. Folks looks like we also do not have a page that list all the features that CloudStack supports. I volunteer myself. Thanks Animesh -Original Message- From: Robyn Bergeron [mailto:robyn.berge...@gmail.com] Sent: Friday, December 07, 2012 1:02 AM To:

RE: Marketing and a who uses it list

2012-12-07 Thread Animesh Chaturvedi
...@zonker.net] Sent: Friday, December 07, 2012 11:13 AM To: cloudstack-dev@incubator.apache.org Subject: Re: Marketing and a who uses it list Fri, Dec 7, 2012, at 12:58 PM, Animesh Chaturvedi wrote: This is a very good initiative. Folks looks like we also do not have a page that list all the features

RE: [DISCUSS] Adjust JIRA to send out less mails (e.g. only about issue creation, status changes etc.)

2012-12-07 Thread Animesh Chaturvedi
@incubator.apache.org Subject: Re: [DISCUSS] Adjust JIRA to send out less mails (e.g. only about issue creation, status changes etc.) On Fri, Dec 7, 2012, at 12:52 PM, Animesh Chaturvedi wrote: I agree this helps in making communication from Jira more effective. David, Joe do you have

RE: new committer: Min Chen

2012-12-11 Thread Animesh Chaturvedi
Congratulations Min Animesh -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Tuesday, December 11, 2012 11:20 AM To: cloudstack-dev@incubator.apache.org Subject: new committer: Min Chen The Podling Project Management Committee (PPMC) for Apache CloudStack has

RE: Welcome Shashi Sastry from Vyatta

2012-12-11 Thread Animesh Chaturvedi
Welcome Shashi Animesh -Original Message- From: Musayev, Ilya [mailto:imusa...@webmd.net] Sent: Tuesday, December 11, 2012 1:13 PM To: cloudstack-dev@incubator.apache.org Subject: Welcome Shashi Sastry from Vyatta Dear CS Community, Please join me in welcoming Shashi from Vyatta.

RE: [DISCUSS] Adjust JIRA to send out less mails (e.g. only about issue creation, status changes etc.)

2012-12-11 Thread Animesh Chaturvedi
Markmail archives and indexes all emails sent to cloudstack-dev. http://markmail.org/search/?q=list%3Aorg.apache.incubator.cloudstack-dev Once the discussion is settled we can put a markmail search link for that discussion back into Jira -Original Message- From: Alex Huang

RE: Email Conventions

2012-12-12 Thread Animesh Chaturvedi
Joe Do we specify our conventions in wiki on the email subject like [DISCUSS] [ASFCS$Release] etc.? I did a search but could not find it. Animesh -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Wednesday, December 12, 2012 8:10 AM To:

RE: Email Conventions

2012-12-12 Thread Animesh Chaturvedi
, December 12, 2012 1:33 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Email Conventions On Wed, Dec 12, 2012 at 1:00 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Joe Do we specify our conventions in wiki on the email subject like [DISCUSS] [ASFCS$Release] etc.? I did a search

RE: [DISCUSS] Api refactoring -- validation

2012-12-12 Thread Animesh Chaturvedi
Hibernate Validator 4, together with the Bean Validation API and TCK are all provided and distributed by JBoss (Red Hat) under the Apache Software License 2.0. -Original Message- From: Mice Xia [mailto:weiran.x...@gmail.com] Sent: Wednesday, December 12, 2012 3:45 PM To:

RE: [DISCUSS] Api refactoring -- validation

2012-12-12 Thread Animesh Chaturvedi
Comments in-line -Original Message- From: Fang Wang [mailto:fang.w...@citrix.com] Sent: Wednesday, December 12, 2012 3:17 PM To: cloudstack-dev@incubator.apache.org Subject: [DISCUSS] Api refactoring -- validation Hi all, In our current API refactoring work, we plan to add a validation

RE: Email Conventions

2012-12-12 Thread Animesh Chaturvedi
be done in older outlook versions. --Alex -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Wednesday, December 12, 2012 2:04 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Email Conventions Chip I did not find

[DISCUSS] Email Conventions : Subject Line Prefixes

2012-12-13 Thread Animesh Chaturvedi
12, 2012, at 10:00 AM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Joe Do we specify our conventions in wiki on the email subject like [DISCUSS] [ASFCS$Release] etc.? I did a search but could not find it. Animesh -Original Message- From: John Kinsella

RE: [DISCUSS] Api refactoring -- validation

2012-12-13 Thread Animesh Chaturvedi
Hibernate allows writing custom validators. I think in this specific use case, database lookup for index will be expensive and it is better to throw UncheckedException in API Implementation when the index is not found. Here is the link to API documentation

RE: '[PROPOSAL]' Third party plugins

2012-12-13 Thread Animesh Chaturvedi
Sonny How does administrator enable/ disable the plugin if it is misbehaving because of bug or let's say after upgrade? -Original Message- From: Fang Wang [mailto:fang.w...@citrix.com] Sent: Thursday, December 13, 2012 10:11 AM To: cloudstack-dev@incubator.apache.org Subject: RE:

RE: '[PROPOSAL]' Third party plugins

2012-12-13 Thread Animesh Chaturvedi
and it would seem as if the plugin does not exist at all. Regards, Pranav -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Thursday, December 13, 2012 10:52 AM To: cloudstack-dev@incubator.apache.org Subject: RE: '[PROPOSAL]' Third party plugins

RE: [DISCUSS] Future release record in Jira to help with triage

2012-12-13 Thread Animesh Chaturvedi
Yes it makes sense -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, December 13, 2012 1:25 PM To: cloudstack-dev@incubator.apache.org Subject: [DISCUSS] Future release record in Jira to help with triage Hi all, In looking at the list of

RE: [DISCUSS] Email Conventions : Subject Line Prefixes

2012-12-13 Thread Animesh Chaturvedi
-Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, December 13, 2012 12:22 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] Email Conventions : Subject Line Prefixes On Thu, Dec 13, 2012 at 1:40 PM, Animesh Chaturvedi

Re: '[PROPOSAL]' Third party plugins

2012-12-13 Thread Animesh Chaturvedi
, -Fang -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Thursday, December 13, 2012 10:52 AM To: cloudstack-dev@incubator.apache.org Subject: RE: '[PROPOSAL]' Third party plugins Sonny How does administrator enable/ disable the plugin

RE: PLEASE READ: Patches in desperate need of reviews.

2012-12-13 Thread Animesh Chaturvedi
David How do we track after a review is approved, that it is actually committed? Animesh -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Thursday, December 13, 2012 8:48 PM To: cloudstack-dev@incubator.apache.org Subject: PLEASE READ: Patches in desperate

RE: Email Conventions

2012-12-14 Thread Animesh Chaturvedi
down to Replies and Forwards For Replies select prefix each line In the box underneath put in as the character. I'm sure similar stuff can be done in older outlook versions. --Alex -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent

RE: [DISCUSS] Adjust JIRA to send out less mails (e.g. only about issue creation, status changes etc.)

2012-12-14 Thread Animesh Chaturvedi
) of the two projects are on the same level. This indicates that the active members in the CloudStack club are talking more than those in the OpenStack club (on average). Thanks Animesh -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday

RE: Concerns about our community health and collaboration process

2012-12-14 Thread Animesh Chaturvedi
In my opinion we should lean as much as possible towards collaborating on all features. The reason is two-fold firstly community is a place to learn and explore if we do not share ideas we would never know what community has to offer and secondly by bringing in real world scenarios we also

RE: [DISCUSS] Email Conventions : Subject Line Prefixes

2012-12-14 Thread Animesh Chaturvedi
-Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Thursday, December 13, 2012 2:08 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [DISCUSS] Email Conventions : Subject Line Prefixes -Original Message- From: Chip

RE: [DISCUSS] Email Conventions : Subject Line Prefixes

2012-12-14 Thread Animesh Chaturvedi
-Original Message- From: Joe Brockmeier [mailto:j...@zonker.net] Sent: Thursday, December 13, 2012 12:55 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] Email Conventions : Subject Line Prefixes On Fri, Dec 14, 2012 at 01:56:26PM -0800, Animesh Chaturvedi wrote

[OFFLINE] December 20 - January 1st

2012-12-19 Thread Animesh Chaturvedi
I will be offline for about 2 weeks. I wish you and your family Merry Christmas and a very Happy New year. Thanks Animesh

RE: [Discuss] SNMP Alerts support in CloudStack

2013-01-02 Thread Animesh Chaturvedi
-Original Message- From: Ram Ganesh [mailto:ram.gan...@citrix.com] Sent: Tuesday, December 18, 2012 9:49 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [Discuss] SNMP Alerts support in CloudStack -Original Message- From: David Nalley [mailto:da...@gnsa.us]

RE: New committer: Kelcey Damage

2013-01-02 Thread Animesh Chaturvedi
Congratulations Kelcey Animesh -Original Message- From: John Kinsella [mailto:j...@stratosec.co] Sent: Thursday, January 03, 2013 2:08 AM To: cloudstack-dev@incubator.apache.org cloudstack- d...@incubator.apache.org Subject: New committer: Kelcey Damage (Apologies for sending

Edit access to Jira

2013-01-03 Thread Animesh Chaturvedi
Can someone with right level of karma grant me edit access to Jira? Thanks Animesh

RE: New PPMC Member: Joe Brockmeier

2013-01-03 Thread Animesh Chaturvedi
Congratulations Joe Animesh -Original Message- From: Noah Slater [mailto:nsla...@apache.org] Sent: Thursday, January 03, 2013 6:50 PM To: cloudstack-dev@incubator.apache.org Subject: New PPMC Member: Joe Brockmeier The Podling Project Management Committee (PPMC) for Apache

RE: [PROPOSAL]Syslog enhancements

2013-01-03 Thread Animesh Chaturvedi
Correction the JIRA ticket number is 712 not 772 Animesh -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Thursday, December 27, 2012 12:45 AM To: cloudstack-dev@incubator.apache.org Subject: RE: [PROPOSAL]Syslog enhancements Hari, Please use the tag

RE: [ACS41] Reminder about updating status / risks / issues in Jira items

2013-01-08 Thread Animesh Chaturvedi
Chip, David I am happy to help out with 4.1 release management. Let me know any specific help you need. Thanks Animesh -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, January 07, 2013 2:06 PM To: cloudstack-dev@incubator.apache.org Subject:

RE: [ACS41] Reminder about updating status / risks / issues in Jira items

2013-01-09 Thread Animesh Chaturvedi
/ issues in Jira items On Tue, Jan 8, 2013 at 5:23 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Chip, David I am happy to help out with 4.1 release management. Let me know any specific help you need. Please help figure out how Citrix wants to handle the features that were

RE: [DISCUSS] Support for Intel TXT technology

2013-01-09 Thread Animesh Chaturvedi
This came in as I was following up on action item from IRC today. This feature is something that has already been developed before ACS 4.0 and processes were formalized and also had been demonstrated in public forms such as in Intel Developers Forum last Sept but somehow missed getting filed.

RE: [DISCUSS] Support for Intel TXT technology

2013-01-09 Thread Animesh Chaturvedi
PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: This came in as I was following up on action item from IRC today. This feature is something that has already been developed before ACS 4.0 and processes were formalized and also had been demonstrated in public forms such as in Intel

RE: [ACS41] Reminder about updating status / risks / issues in Jira items

2013-01-10 Thread Animesh Chaturvedi
Animesh, I know this was only a day ago, but I'm curious to know if there has been any movement on Citrix organizing the donation process for the features where IP provenance was questionable. -chip On Wed, Jan 9, 2013 at 12:31 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote

RE: [DISCUSS] CloudStack Weekly News?

2013-01-11 Thread Animesh Chaturvedi
Joe This is certainly a good idea and I have also been thinking about it and you beat me on bringing this forward. I will collaborate with you in this effort Thanks Animesh -Original Message- From: Joe Brockmeier [mailto:j...@zonker.net] Sent: Friday, January 11, 2013 9:07 AM

RE: [ACS41] Reminder about updating status / risks / issues in Jira items

2013-01-11 Thread Animesh Chaturvedi
. -chip On Wed, Jan 9, 2013 at 12:31 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: Sure Chip I will take that as action item and follow up Animesh -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, January 09, 2013

RE: [ACS41] Concerns about where development has happened

2013-01-11 Thread Animesh Chaturvedi
As suggested by community Citrix will go through IP clearance process. I am updating identified defects with more contextual information and will summarize in this thread once I am done. The list is longer than originally identified. This is obviously an important lesson and hopefully we will

RE: [ACS41] Concerns about where development has happened

2013-01-11 Thread Animesh Chaturvedi
: Re: [ACS41] Concerns about where development has happened On Fri, Jan 11, 2013 at 5:19 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: As suggested by community Citrix will go through IP clearance process. I am updating identified defects with more contextual information

Re: [IP Clearance] Potential issues

2013-01-11 Thread Animesh Chaturvedi
something in the original thread. --Alex +1 to that please. Docs are really no different from code in this respect. -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Friday, January 11, 2013 4:02 PM To: cloudstack-dev@incubator.apache.org Subject

RE: [ACS41] Concerns about where development has happened

2013-01-14 Thread Animesh Chaturvedi
For the reverts, do we wait until javelin merge is done? Animesh -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, January 11, 2013 12:10 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [ACS41] Concerns about where development has

RE: [ACS41] Concerns about where development has happened

2013-01-14 Thread Animesh Chaturvedi
I have asked Murali to revert CS-312. India has a holiday on Monday, it should be reverted by tomorrow Animesh -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, January 14, 2013 11:02 AM To: cloudstack-dev@incubator.apache.org Subject: Re:

RE: [ACS41] Concerns about where development has happened

2013-01-14 Thread Animesh Chaturvedi
Ok to summarize for 306 we will not revert the changes at this time because of technical issues. 306 will still have to go through the IP clearance process and will be dropped if it does not pass the clearance. Please expect a separate thread on IP clearance for 306 once Sheng posts the code.

RE: [ACS41] Concerns about where development has happened

2013-01-14 Thread Animesh Chaturvedi
-Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, January 14, 2013 11:35 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [ACS41] Concerns about where development has happened On Mon, Jan 14, 2013 at 2:32 PM, Animesh Chaturvedi

RE: [ACS41] Feature and improvement updates please!

2013-01-14 Thread Animesh Chaturvedi
-Original Message- From: Frank Zhang [mailto:frank.zh...@citrix.com] Sent: Monday, January 14, 2013 1:28 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [ACS41] Feature and improvement updates please! On Mon, Jan 14, 2013 at 4:06 PM, Frank Zhang

RE: [IP Clearance] Potential issues

2013-01-14 Thread Animesh Chaturvedi
To keep the community posted on status on IP clearance. I have followed up with the contributors of the issues mentioned, as soon as the code is posted publicly, we will start the IP clearance review process. Thanks Animesh -Original Message- From: Animesh Chaturvedi

RE: [ACS41] Concerns about where development has happened

2013-01-14 Thread Animesh Chaturvedi
IMO if a specific features has more than a few review items, it is easier to put all of them into one place. That is easier for community to review and vote on the feature than having to work through many review board threads. Thanks Animesh -Original Message- From: Radhika

[IP Clearance : CLOUDSTACK-312 265] Reminder to revert the changes and post the code for review

2013-01-15 Thread Animesh Chaturvedi
Murali Did you revert CLOUDSTACK-312 265? If not please do so at the earliest. Also please provide update on the code posting for community review as we have to get started on IP clearance quickly. Thanks Animesh

[IP Clearance: CLOUDSTACK-297] Reminder for code posting

2013-01-15 Thread Animesh Chaturvedi
Hari please provide update on the code posting for community review as we have to get started on IP clearance quickly. Thanks Animesh

[IP Clearance: CLOUDSTACK-299] Reminder for code posting

2013-01-15 Thread Animesh Chaturvedi
Jayapal Please provide update on the code posting for community review as we have to get started on IP clearance quickly. Thanks Animesh

[IP Clearance: CLOUDSTACK- 306] Reminder for code posting

2013-01-15 Thread Animesh Chaturvedi
Sheng Please provide update on the code posting for community review as we have to get started on IP clearance soon. Thanks Animesh

[IP Clearance: CLOUDSTACK- 737] Reminder for code posting

2013-01-15 Thread Animesh Chaturvedi
Anthony Please provide update on the code posting for community review as we have to get started on IP clearance quickly. Thanks Animesh Chip Childers commented on CLOUDSTACK-737: -- As of right now, this feature is blocked due to IP ownership

[IP Clearance: CLOUSTACK 774] Call for review

2013-01-15 Thread Animesh Chaturvedi
Folks Frank has posted CS - 774 code for IP Clearance review at http://people.apache.org/~frankzhang/ . Citrix would like to donate this code to Apache CloudStack. Dave, Chip can you outline the formal process for IP clearance? Do we call out for VOTE on its inclusion right away or wait for

[IP Clearance: CLOUDSTACK-778] Feedback requested

2013-01-15 Thread Animesh Chaturvedi
Vijay This issue was flagged for potential IP clearance issue. Please provide some more details on this issue and approximate effort in LOC needed to address this issue. Community needs to determine the contribution effort and then call out whether it needs to go through IP clearance.

RE: [IP Clearance: CLOUSTACK 774] Call for review

2013-01-15 Thread Animesh Chaturvedi
-Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Tuesday, January 15, 2013 2:21 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [IP Clearance: CLOUSTACK 774] Call for review On Tue, Jan 15, 2013 at 5:07 PM, Animesh Chaturvedi

RE: [ACS41] Concerns about where development has happened

2013-01-15 Thread Animesh Chaturvedi
Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 10:19 AM To: cloudstack-dev@incubator.apache.org Subject: RE: [ACS41] Concerns about where development has happened IMO if a specific features has more than a few review items, it is easier

RE: [IP Clearance: CLOUDSTACK-778] Feedback requested

2013-01-15 Thread Animesh Chaturvedi
- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 2:24 PM To: cloudstack-dev@incubator.apache.org Subject: [IP Clearance: CLOUDSTACK-778] Feedback requested Vijay This issue was flagged for potential IP clearance issue. Please provide some more

[VOTE] Accept a donation of Enhanced Baremetal Provisioning support from Citrix

2013-01-15 Thread Animesh Chaturvedi
I would like to call a vote for the Apache CloudStack project to accept a donation from Citrix for Enhanced Baremetal Provisioning The initial discussion is at [1]. The content has been posted by Frank at [2]. The files would need to be updated to reflect the correct ASF headers prior to

RE: [IP Clearance: CLOUDSTACK-778] Feedback requested

2013-01-15 Thread Animesh Chaturvedi
for 4.1? Kelven says there's still some helper classes we have to replace to make it completely free of vmware licensed code. Thanks. --Alex -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 4:14 PM

RE: [IP Clearance: CLOUDSTACK-778] Feedback requested

2013-01-15 Thread Animesh Chaturvedi
Clearance: CLOUDSTACK-778] Feedback requested Can we see the patch in question? - chip On Jan 15, 2013, at 7:14 PM, Animesh Chaturvedi animesh.chaturv...@citrix.com wrote: In that case it looks like a simple contribution and in my opinion may not need to go through IP clearance process

RE: [IP Clearance: CLOUDSTACK-299] Egress firewall rules for guest network

2013-01-16 Thread Animesh Chaturvedi
Jayapal You need to post the markmail discussion link as well as link to code for review. Please post them ASAP -Original Message- From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] Sent: Tuesday, January 15, 2013 9:55 PM To: cloudstack-dev@incubator.apache.org

RE: [IP Clearance: CLOUDSTACK-297] Reminder for code posting

2013-01-16 Thread Animesh Chaturvedi
Hari We are still waiting for your update. -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 1:50 PM To: cloudstack-dev@incubator.apache.org Subject: [IP Clearance: CLOUDSTACK-297] Reminder for code posting Hari

RE: [IP Clearance: CLOUSTACK 774] Call for review

2013-01-16 Thread Animesh Chaturvedi
I did call out the file header needs to be fixed in the VOTE email -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, January 16, 2013 6:42 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [IP Clearance: CLOUSTACK 774] Call for review

[VOTE] Accept a donation of SRXF5 inline mode support in CloudStack from Citrix

2013-01-16 Thread Animesh Chaturvedi
Reposting with subject line VOTE Committers have binding votes for this decision. Please respond with your vote: +1 - Accept the donation and begin the process of bringing this enhancement to CloudStack in via the IP clearance process +0 - Don't care -1 - Do not accept the donation This vote

RE: [IP Clearance: CLOUDSTACK-297] Reminder for code posting

2013-01-16 Thread Animesh Chaturvedi
Hari, Abhi The code for this issue is still not posted. Please post it ASAP. We would like to call for VOTE immediately Animesh -Original Message- From: Animesh Chaturvedi Sent: Wednesday, January 16, 2013 9:08 AM To: 'cloudstack-dev@incubator.apache.org' Subject: RE: [IP

RE: [DISCUSS] Security Groups Isolation in Advanced Zone

2013-01-16 Thread Animesh Chaturvedi
Folks please pass on comments if any, otherwise it is assumed that the spec is approved by the community -Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: Friday, January 11, 2013 3:53 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [DISCUSS] Security

RE: [MERGE] network refactoring, phase 1

2013-01-16 Thread Animesh Chaturvedi
Chiradeep Are you waiting on revert for 312? Murali reverted it today Thanks Animesh -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Friday, January 11, 2013 1:08 PM To: CloudStack DeveloperList Subject: Re: [MERGE] network refactoring, phase 1

RE: [DISCUSS] Email etiquette CC or not CC

2013-01-16 Thread Animesh Chaturvedi
Edison I will vote for CC. Animesh -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Wednesday, January 16, 2013 3:44 PM To: cloudstack-dev@incubator.apache.org Subject: [DISCUSS] Email etiquette CC or not CC Hi all, I am struggling to read all the

RE: [DISCUSS] Email etiquette CC or not CC

2013-01-16 Thread Animesh Chaturvedi
-Original Message- From: Rohit Yadav [mailto:rohit.ya...@citrix.com] Sent: Wednesday, January 16, 2013 4:08 PM To: cloudstack-dev@incubator.apache.org Subject: Re: [DISCUSS] Email etiquette CC or not CC Another way is that you start a discussion and wait for about a day or two

Re: Functional Specification for Full clone support for CS VMWare deployments

2013-01-16 Thread Animesh Chaturvedi
Can you also update Jira ticket with this link? Thanks Animesh On Jan 16, 2013, at 5:39 PM, Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: Please find the FS for the full clone support feature for vmware deployments in cloudstack at:

RE: [IP Clearance: CLOUDSTACK-737] support security group enabled network in advanced zone

2013-01-16 Thread Animesh Chaturvedi
Anthony the patch you link that you specified is just a jira link. Please provide correct patch link. You can put in your people.apache.org space. Thanks Animesh -Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: Wednesday, January 16, 2013 4:39 PM To:

RE: [VOTE] Accept a donation of Reset SSH Key to access a VM in CloudStack from Citrix

2013-01-17 Thread Animesh Chaturvedi
+1 -Original Message- From: Kelceydamage@bbits [mailto:kel...@bbits.ca] Sent: Thursday, January 17, 2013 9:08 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [VOTE] Accept a donation of Reset SSH Key to access a VM in CloudStack from Citrix +1 (binding) Sent from my

RE: [VOTE] Accept a donation of Egress firewall rules feature for guest network for CloudStack from Citrix

2013-01-17 Thread Animesh Chaturvedi
+1 -Original Message- From: Kelceydamage@bbits [mailto:kel...@bbits.ca] Sent: Thursday, January 17, 2013 9:08 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [VOTE] Accept a donation of Egress firewall rules feature for guest network for CloudStack from Citrix +1

RE: [VOTE] Accept a donation of 'network service support in shared network' from Citrix.

2013-01-17 Thread Animesh Chaturvedi
+1 -Original Message- From: Kelceydamage@bbits [mailto:kel...@bbits.ca] Sent: Thursday, January 17, 2013 9:09 AM To: cloudstack-dev@incubator.apache.org Subject: Re: [VOTE] Accept a donation of 'network service support in shared network' from Citrix. +1 (binding) Sent from my

[VOTE} Accept a donaiton of support security group enabled network in advanced zone from Citrix

2013-01-17 Thread Animesh Chaturvedi
Reposting with subject line VOTE Committers have binding votes for this decision. Please respond with your vote: +1 - Accept the donation and begin the process of bringing this +enhancement to CloudStack in via the IP clearance process +0 - Don't care -1 - Do not accept the donation This vote

RE: [ACS41] Concerns about where development has happened

2013-01-17 Thread Animesh Chaturvedi
Radhika Now that VOTE emails are out for IP Clearance features, can you check and post your corresponding doc links in the respective threads Animesh -Original Message- From: Animesh Chaturvedi Sent: Tuesday, January 15, 2013 3:02 PM To: 'cloudstack-dev@incubator.apache.org

[VOTE] Accept a donation of Documentation for various features from Citrix

2013-01-17 Thread Animesh Chaturvedi
Tomechak -Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 12:25 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [IP Clearance] Potential issues I am waiting for code to be posted to start the IP clearance

RE: [VOTE] Accept a donation of Reset SSH Key to access a VM in CloudStack from Citrix

2013-01-17 Thread Animesh Chaturvedi
-Original Message- From: Harikrishna Patnala [mailto:harikrishna.patn...@citrix.com] Sent: Thursday, January 17, 2013 6:22 AM To: cloudstack-dev@incubator.apache.org Subject: [VOTE] Accept a donation of Reset SSH Key to access a VM in CloudStack from Citrix Hi, I'd like to

RE: [VOTE} Accept a donaiton of support security group enabled network in advanced zone from Citrix

2013-01-17 Thread Animesh Chaturvedi
Update with doc link -Original Message- From: Animesh Chaturvedi Sent: Thursday, January 17, 2013 9:41 AM To: 'cloudstack-dev@incubator.apache.org' Subject: [VOTE} Accept a donaiton of support security group enabled network in advanced zone from Citrix Reposting with subject line

RE: [IP Clearance: CLOUDSTACK-778] Feedback requested

2013-01-17 Thread Animesh Chaturvedi
-Original Message- From: Animesh Chaturvedi [mailto:animesh.chaturv...@citrix.com] Sent: Tuesday, January 15, 2013 5:47 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [IP Clearance: CLOUDSTACK-778] Feedback requested Vijay Please post the patch for community review

RE: Functional Spec for Three foreign language keyboard support

2013-01-17 Thread Animesh Chaturvedi
Fang please update Jira ticket with this link -Original Message- From: Fang Wang [mailto:fang.w...@citrix.com] Sent: Thursday, January 17, 2013 11:07 AM To: cloudstack-dev@incubator.apache.org Subject: Functional Spec for Three foreign language keyboard support Hi all, I

RE: Hallo Cloudstack Developers

2013-01-17 Thread Animesh Chaturvedi
Welcome Joe Yes you are on the right track. Check out the developer FAQ at http://incubator.apache.org/cloudstack/develop/developer-faq.html and join the discussion of interest on mailing list. Animesh -Original Message- From: Joe San [mailto:codeintheo...@gmail.com] Sent:

  1   2   3   4   5   >