RE: RPM build is fixed, sort of...

2012-09-05 Thread Hugo Trippaers
Hey Edison, I still get an error when building rpms with your changes: Processing files: cloud-utils-4.0.0-0.1.el6.maven.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kvoZ6x + umask 022 + cd /home/spark/git-workdir/incubator-cloudstack/artifacts/rpmbuild/BUILD + cd cloud-4.0.0 + DOCDIR=/ho

[Discuss] VM Snapshot

2012-09-05 Thread Mice Xia
Thanks Wido, Following two APIs are not fully implemented in java-binding and much likely to be used by vm-snapshot as far as i can tell now: 1) Domain.snapshotCreateXML(String) expect to add an arugment 'flags', specifically, '--redefine' is needed for associating a snapshot's meta data to a VM

Re: maven install failed

2012-09-05 Thread Wido den Hollander
On 09/05/2012 08:38 AM, Hugo Trippaers wrote: Anthony, Did you download those jars and run install-non-oss.sh like it is explained on the wiki page? I'm running into the same problem. I've ran install-non-oss.sh, but it keeps complaining about the VMWare JAR files which are missing. For e

RE: maven install failed

2012-09-05 Thread Hugo Trippaers
Hey Wido, Heb je de vmware.jars wel eerst in de deps directory gezet? Cheers, Hugo > -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Wednesday, September 05, 2012 11:34 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: maven install failed > > On

Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6923/ --- Review request for cloudstack. Description --- I run mvn without -Dnonoss a

Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6923/#review11060 --- Heya, This works, but a better fix would be to figure out why these

Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6923/ --- (Updated Sept. 5, 2012, 10:08 a.m.) Review request for cloudstack. Changes ---

RPM build fixed (maven-waf branch)

2012-09-05 Thread Hugo Trippaers
Heya, I've made a new branch 'maven-waf' containing the stuff needed to build RPM's using the maven and waf. I've fixed the issues that prevented building from a clean tree directly, so it should be complete now. With the exeption of awsapi, see my earlier mail on that one. Cheers, Hugo

Re: Review Request: maven without -Dnonoss build dependency fix

2012-09-05 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6923/#review11061 --- Heya, I'll take this into the new maven-waf branch for now until the

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Rajesh Battala
Hi Hugo, Regarding Awsapi how are you planning to go ahead ? Thanks Rajesh Battala -Original Message- From: Hugo Trippaers [mailto:htrippa...@schubergphilis.com] Sent: Wednesday, September 05, 2012 3:43 PM To: cloudstack-dev@incubator.apache.org Subject: RPM build fixed (maven-waf branch

Review Request: maven kvm hypervisor plugin build without -Dnonoss

2012-09-05 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6925/ --- Review request for cloudstack. Description --- Adding libvirt.org maven rep

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Hugo Trippaers
Hey Rajesh, As far as I understand (and please correct me if I'm wrong) awsapi consists of three parts. The generated code for ec2, the generated code for s3 and "our" code. I would like to split this in three subprojects for maven. Two using the maven axis2 plugins to generate the classes and

Re: Review Request: maven kvm hypervisor plugin build without -Dnonoss

2012-09-05 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6925/#review11062 --- Hey Hiroaki, Looks good, but i believe that was another reason why w

Need some clarification on MYSQL connector (RE: Review Request: CS-15694:Remove MYSQL connector. Added the explicit class path for mysql connector which will call the jar from the desired location)

2012-09-05 Thread Pradeep Soundararajan
Hello Hugo/Chip, These are the review comments I have received so far. - For build-cloud.properties, that line should be optional. This means add a '#' in front of it and others an make it required when copying it into override. - The change for developer.xml to read in the build-cloud.xml

Re: Need some clarification on MYSQL connector (RE: Review Request: CS-15694:Remove MYSQL connector. Added the explicit class path for mysql connector which will call the jar from the desired location

2012-09-05 Thread Chip Childers
On Wed, Sep 5, 2012 at 10:08 AM, Pradeep Soundararajan wrote: > Hello Hugo/Chip, > > > > These are the review comments I have received so far. > > > > - For build-cloud.properties, that line should be optional. This means add a > '#' in front of it and others an make it required when copying it

Re: Need some clarification on MYSQL connector (RE: Review Request: CS-15694:Remove MYSQL connector. Added the explicit class path for mysql connector which will call the jar from the desired location

2012-09-05 Thread Wido den Hollander
On 09/05/2012 04:17 PM, Chip Childers wrote: On Wed, Sep 5, 2012 at 10:08 AM, Pradeep Soundararajan wrote: Hello Hugo/Chip, These are the review comments I have received so far. - For build-cloud.properties, that line should be optional. This means add a '#' in front of it and others an

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6858/ --- (Updated Sept. 5, 2012, 2:56 p.m.) Review request for cloudstack, Devdeep Singh,

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
> On Sept. 3, 2012, 5:28 p.m., Nitin Mehta wrote: > > server/src/com/cloud/user/AccountManagerImpl.java, line 427 > > > > > > The function signature should be something like this :- > > updateLoginAttempts(Long acco

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread saksham srivastava
> On Sept. 4, 2012, 4:05 a.m., Vijay Venkatachalam wrote: > > server/src/com/cloud/user/AccountManagerImpl.java, line 1869 > > > > > > Your intentions are good to give a custom log on the last erroneous > > login atte

Re: Review Request: CS-10219 Add option to set login attempts to portal.

2012-09-05 Thread John Kinsella
Just a note on this for the future - most of the penetration testing teams[1] out there now will attempt a dictionary attack not by trying different passwords with the same username, but by trying the same password across the 1000 most common usernames. Would be nice if we could track failed log

[jira] [Created] (CLOUDSTACK-11) Not able to install ASF 4.0 on Rhel 6.2

2012-09-05 Thread Abhinav Roy (JIRA)
Abhinav Roy created CLOUDSTACK-11: - Summary: Not able to install ASF 4.0 on Rhel 6.2 Key: CLOUDSTACK-11 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-11 Project: CloudStack Issue Type

Not able to install ASF 4.0 on Rhel 6.2

2012-09-05 Thread Abhinav Roy
Hi, I tried installing ASF 4.0 on Rhel6.2 and faced following issues : 1. Copied the tar file asf4.0.rpm.tar on the rhel machine.--- It was successful 2. Untar the file. --- It was successful 3. rpm -Uvh *.rpm

Revived - Re: [WEBSITE][DOCS] Publican-based docs publishing?

2012-09-05 Thread Joe Brockmeier
Hi all, Noticed that docs.cloudstack.org is down at the moment, which reminded me that we haven't come to a conclusion on this topic. The options before us are: - A Publican-generated site from the CloudStack documentation. - A docs.cloudstack.org site powered by MindTouch wiki. The previous d

Re: RPM build is fixed, sort of...

2012-09-05 Thread Edison Su
What the name of the jar for xapi under deps folder on your environment? Sent from my iPhone On Sep 5, 2012, at 12:20 AM, "Hugo Trippaers" wrote: > Hey Edison, > > I still get an error when building rpms with your changes: > > Processing files: cloud-utils-4.0.0-0.1.el6.maven.x86_64 > Execut

Re: RPM build is fixed, sort of...

2012-09-05 Thread Marcus Sorensen
I'm getting xapi-5.6.100-1-SNAPSHOT.jar from a fresh pull of the 4.0 repo, then following the install-non-oss.sh instructions On Wed, Sep 5, 2012 at 10:09 AM, Edison Su wrote: > What the name of the jar for xapi under deps folder on your environment? > > Sent from my iPhone > > On Sep 5, 2012, at

Re: conserve mode for network offering

2012-09-05 Thread Alena Prokharchyk
On 9/4/12 11:27 PM, "Mice Xia" wrote: >Hi, all > >I noticed when 'conserve mode' is not checked for a network offering, the >guest network created from this offering cannot do port forwarding and >load balance if sourceNat is enabled. >After checking network.js and wiki [1], I realized it was by

RE: RPM build is fixed, sort of...

2012-09-05 Thread Edison Su
When I "mvn install" under deps folder, I got: [INFO] Copying xapi-5.6.100-1-SNAPSHOT.jar to /root/incubator-cloudstack/deps/xapi-5.6.100-1-20120825.123319-1.jar Anybody knows why this happened? > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Wednesday,

Re: conserve mode for network offering

2012-09-05 Thread Chiradeep Vittal
The 'conserve' mode dictates whether each service (LB/VPN/PF/etc) requires its own public ip address or whether many services can share the same public ip address. For network offerings where different services are offered by different devices, obviously the public ip addresses cannot be shared. Fo

RE: Not able to install ASF 4.0 on Rhel 6.2

2012-09-05 Thread Edison Su
You can either: 1. rpm -Uvh cloud-client-4.0-1.el6.x86_64.rpm cloud-server-4.0-1.el6.x86_64.rpm cloud-client-ui-4.0-1.el6.x86_64.rpm cloud-python-4.0-1.el6.x86_64.rpm cloud-utils-4.0-1.el6.x86_64.rpm cloud-aws-api-4.0-1.el6.x86_64.rpm cloud-deps-4.0-1.el6.x86_64.rpm cloud-core-4.0-1.el6.x86_64

RE: maven install failed

2012-09-05 Thread Anthony Xu
I did $ mvn $ deps/install-non-oss.sh $ mvn -P deps -pl deps I still see errors ant build-all Buildfile: build.xml [echo] Using build parameters from /home/anthony/vmops/master-cloudstack-oss/build/build-cloud.properties [echo] Using company info from /home/anthony/vmops/master-cloud

RE: maven install failed

2012-09-05 Thread Edison Su
Check out the lastest master code, cd deps, then "mvn install" will work. > -Original Message- > From: Anthony Xu [mailto:xuefei...@citrix.com] > Sent: Wednesday, September 05, 2012 10:04 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: maven install failed > > I did > $ mvn >

mvn install doesn't work any more?

2012-09-05 Thread Edison Su
Work for me half an hour ago. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 5.744s [INFO] Finished at: Wed Sep 05 13:10:27 EDT 2012 [INFO] Final

RE: maven install failed

2012-09-05 Thread Edison Su
http://repo1.maven.org/maven2/com/cloud/com/vmware/vmware-vim/1.0/vmware-vim-1.0.pom 404 error. > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Wednesday, September 05, 2012 10:15 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: maven install faile

RE: Not able to install ASF 4.0 on Rhel 6.2

2012-09-05 Thread Abhinav Roy
Thanks a lot Edison. Regards, Abhinav -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Wednesday, September 05, 2012 10:32 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Not able to install ASF 4.0 on Rhel 6.2 You can either: 1. rpm -Uvh cloud-client-4.0-

Review Request: Add KVM to hypervisor types allowed in VPC

2012-09-05 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6926/ --- Review request for cloudstack. Description --- When creating a new VM in ad

RE: mvn install doesn't work any more?

2012-09-05 Thread Edison Su
Does anybody move/remove this files? Who is responsible for these files? > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Wednesday, September 05, 2012 10:20 AM > To: cloudstack-dev@incubator.apache.org > Subject: mvn install doesn't work any more? > > Work for

Review Request: Fix default assignment of physical network names

2012-09-05 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6928/ --- Review request for cloudstack, Sateesh Chodapuneedi and Kelven Yang. Description

Re: Automating ASL license check

2012-09-05 Thread Chip Childers
On Mon, Sep 3, 2012 at 6:51 AM, Rohit Yadav wrote: > I started writing a home-brew script > (http://bhaisaab.org/contribs/testlicense.py) to check the license, but then > found licensecheck.pl (written by adam baratt based on a script by david > faure of KDE) that checks for all sorts of licens

Re: Incubator PMC/Board report for Sep 2012 ([ppmc])

2012-09-05 Thread Chip Childers
On Mon, Sep 3, 2012 at 9:22 AM, Marvin wrote: > > > Dear podling, > > This email was sent by an automated system on behalf of the Apache Incubator > PMC. > It is an initial reminder to give you plenty of time to prepare your quarterly > board report. > > The board meeting is scheduled for Wed, 19

Re: Incubator PMC/Board report for Sep 2012 ([ppmc])

2012-09-05 Thread David Nalley
On Wed, Sep 5, 2012 at 3:26 PM, Chip Childers wrote: > On Mon, Sep 3, 2012 at 9:22 AM, Marvin wrote: >> >> >> Dear podling, >> >> This email was sent by an automated system on behalf of the Apache Incubator >> PMC. >> It is an initial reminder to give you plenty of time to prepare your >> quart

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Chip Childers
On Wed, Sep 5, 2012 at 6:40 AM, Hugo Trippaers wrote: > Hey Rajesh, > > As far as I understand (and please correct me if I'm wrong) awsapi consists > of three parts. The generated code for ec2, the generated code for s3 and > "our" code. I would like to split this in three subprojects for maven.

Re: Need some clarification on MYSQL connector (RE: Review Request: CS-15694:Remove MYSQL connector. Added the explicit class path for mysql connector which will call the jar from the desired location

2012-09-05 Thread Chip Childers
On Wed, Sep 5, 2012 at 10:23 AM, Wido den Hollander wrote: > On 09/05/2012 04:17 PM, Chip Childers wrote: >> >> On Wed, Sep 5, 2012 at 10:08 AM, Pradeep Soundararajan >> wrote: >>> >>> Hello Hugo/Chip, >>> >>> >>> >>> These are the review comments I have received so far. >>> >>> >>> >>> - For bui

Re: mvn install doesn't work any more?

2012-09-05 Thread Chip Childers
Edison, Are we sure that this ever worked? Searching the maven central repo doesn't show much with the name "vmware": http://search.maven.org/#search%7Cga%7C1%7Cvmware Is it possible you had them cached locally? -chip On Wed, Sep 5, 2012 at 2:38 PM, Edison Su wrote: > Does anybody move/remove

RE: mvn install doesn't work any more?

2012-09-05 Thread Edison Su
It works for me yesterday(on my fresh build machine). > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Wednesday, September 05, 2012 1:01 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: mvn install doesn't work any more? > > Edison, > > Ar

Re: mvn install doesn't work any more?

2012-09-05 Thread Hugo Trippaers
Heya, These files need to be in the deps directory, you need to download them yourself and put them there. Then run the install non oss script. That will add them to the local maven cache. We need to figure out how to get those files, if possible at all, so we can add a description on the wiki

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Hugo Trippaers
Chip, That makes more sense and less work :-). I think i have the maven part done now. The only thing i'm curious about is the mar and aar files. They seem to contain the wsdl files as well. I now nothing about axis2 so no idea what is needed to get awaapi to work right. Cheers, Hugo Sent f

Re: RPM build is fixed, sort of...

2012-09-05 Thread Hugo Trippaers
That's maven. A snapshot dependency will get a build version number depending on the time it was built. Only release versions have a fixed version number. Maven it self will automagically take this into account when building classpaths, but for external tools it is a bit trickier. Cheers, Hug

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Chip Childers
On Wed, Sep 5, 2012 at 4:44 PM, Hugo Trippaers wrote: > Chip, > > That makes more sense and less work :-). I think i have the maven part done > now. The only thing i'm curious about is the mar and aar files. They seem to > contain the wsdl files as well. I now nothing about axis2 so no idea what

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Prachi Damle
Chip, I had removed the WSDL files earlier - will check out if awsapi can work without the 2 more files you mentioned below. If the generated code can be carried along, I believe we should be good without these. Will update soon. -Prachi -Original Message- From: Chip Childers [mailto:c

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Prachi Damle
The aar files contain the wsdl file and the services.xml file because the build script includes them specifically while building the aar. I don't know if these are a must have files in aar. I will remove and check if things work. -Prachi -Original Message- From: Chip Childers [mailto:ch

Re: Review Request: Reset password on guest VM

2012-09-05 Thread Sheng Yang
This fix is wrong, since the real reason for this regression is not we should respect only one true return, but we called both VpcVirtualRouterElement and VirtualRouterElement to handle this savePassword command, but VpcVirtualRouterElement didn't support this network, then return false. Alena fix

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Hugo Trippaers
Prachi, Would it be possible to describe the test procedure? Maybe we can add it to Jenkins as well. Cheers, Hugo Sent from my iPhone On 5 sep. 2012, at 23:04, "Prachi Damle" wrote: > The aar files contain the wsdl file and the services.xml file because the > build script includes them spe

conditional build

2012-09-05 Thread Edison Su
Hugo, do you have an estimate time, to get the oss/no-oss build work? Possible to be done today? Don't need to get waf done today, but at least "mvn install/compile -p oss or noss" should work.

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Prachi Damle
Hugo / Chip, I tested and found that we need to include the services.xml file in aar file generated by build - without that axis2 cannot deploy the aar files when you start cloudstack. We can remove the AmazonEC2.wsdl file safely. Are there any issues with having services.xml file in source t

RE: RPM build is fixed, sort of...

2012-09-05 Thread Edison Su
I can understand why build engineer doesn't like maven from my yesterday's experience. Maven automatically downloads a bunch of jars for you, that's good for developer, but a nightmare for build engineer. How can I find out which jar I should put into RPM/DEB? I need to manually test one by one

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Chip Childers
Prachi, Do you remember / know specifically where the services file came from? - chip Sent from my iPhone. On Sep 5, 2012, at 5:49 PM, Prachi Damle wrote: > Hugo / Chip, > > I tested and found that we need to include the services.xml file in aar file > generated by build - without that axis2

[jira] [Created] (CLOUDSTACK-12) Audit Review Board

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-12: - Summary: Audit Review Board Key: CLOUDSTACK-12 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-12 Project: CloudStack Issue Type: Task Re

[jira] [Created] (CLOUDSTACK-13) Make it possible to run Marvin

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-13: - Summary: Make it possible to run Marvin Key: CLOUDSTACK-13 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-13 Project: CloudStack Issue Type: Task

[jira] [Updated] (CLOUDSTACK-13) Make it possible to run Marvin

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-13: -- Description: Make it possible to run Marvin (our automated function test suite) on 4.0 and

[jira] [Created] (CLOUDSTACK-14) Merge CAStor patch for 4.0

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-14: - Summary: Merge CAStor patch for 4.0 Key: CLOUDSTACK-14 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-14 Project: CloudStack Issue Type: Task

[jira] [Created] (CLOUDSTACK-15) NOTICE file final audit

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-15: - Summary: NOTICE file final audit Key: CLOUDSTACK-15 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-15 Project: CloudStack Issue Type: Task

[jira] [Created] (CLOUDSTACK-16) Final release version number changes

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-16: - Summary: Final release version number changes Key: CLOUDSTACK-16 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-16 Project: CloudStack Issue Type: T

[jira] [Created] (CLOUDSTACK-17) Merge final documentation into 4.0 branch

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-17: - Summary: Merge final documentation into 4.0 branch Key: CLOUDSTACK-17 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-17 Project: CloudStack Issue Ty

[jira] [Updated] (CLOUDSTACK-17) Merge final documentation into 4.0 branch

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-17: -- Priority: Critical (was: Major) > Merge final documentation into 4.0 branch > -

RE: RPM build fixed (maven-waf branch)

2012-09-05 Thread Prachi Damle
Nope. But the file seems to have been generated using the AWS wsdl... I guess if we can use the generated code, we could use this as well? -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, September 05, 2012 3:09 PM To: Prachi Damle Cc: Hugo Tripp

[jira] [Updated] (CLOUDSTACK-15) NOTICE file final audit

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-15: -- Fix Version/s: 4.0.0 > NOTICE file final audit > --- > >

[jira] [Updated] (CLOUDSTACK-16) Final release version number changes

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-16: -- Fix Version/s: 4.0.0 > Final release version number changes > --

[jira] [Created] (CLOUDSTACK-18) Announce the release

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-18: - Summary: Announce the release Key: CLOUDSTACK-18 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-18 Project: CloudStack Issue Type: Task

[jira] [Created] (CLOUDSTACK-19) Request mirroring for our release and pre-release artifacts

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-19: - Summary: Request mirroring for our release and pre-release artifacts Key: CLOUDSTACK-19 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-19 Project: CloudStack

[jira] [Created] (CLOUDSTACK-20) Audit all dependencies for licensing issues

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-20: - Summary: Audit all dependencies for licensing issues Key: CLOUDSTACK-20 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-20 Project: CloudStack Issue

[jira] [Created] (CLOUDSTACK-21) Create a secondary binary build containing KVM support

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-21: - Summary: Create a secondary binary build containing KVM support Key: CLOUDSTACK-21 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-21 Project: CloudStack

4.0 release items

2012-09-05 Thread Ewan Mellor
Hi all, The following link will take you to the Jira filter for all outstanding 4.0 release items. https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CLOUDSTACK+AND+resolution+%3D+Unresolved+AND+fixVersion+%3D+12323251+ORDER+BY+priority+DESC This replaces

[jira] [Created] (CLOUDSTACK-22) Sign the release artifacts

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-22: - Summary: Sign the release artifacts Key: CLOUDSTACK-22 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-22 Project: CloudStack Issue Type: Task

[jira] [Updated] (CLOUDSTACK-22) Sign the release artifacts

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-22: -- Fix Version/s: 4.0.0 > Sign the release artifacts > -- > >

[jira] [Created] (CLOUDSTACK-23) Execute CloudStack 4.0 QA plan

2012-09-05 Thread Ewan Mellor (JIRA)
Ewan Mellor created CLOUDSTACK-23: - Summary: Execute CloudStack 4.0 QA plan Key: CLOUDSTACK-23 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-23 Project: CloudStack Issue Type: Test

[jira] [Updated] (CLOUDSTACK-23) Execute CloudStack 4.0 QA plan

2012-09-05 Thread Ewan Mellor (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewan Mellor updated CLOUDSTACK-23: -- Fix Version/s: 4.0.0 > Execute CloudStack 4.0 QA plan > -- >

RE: 4.0 release items

2012-09-05 Thread Ewan Mellor
Correction: this link is better: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+CLOUDSTACK+AND+resolution+%3D+Unresolved+AND+fixVersion+in+%28EMPTY%2C+12323251%2C+12323252%29+ORDER+BY+priority+DESC Ewan. -Original Message- From: Ewan Mellor [mai

Re: RPM build fixed (maven-waf branch)

2012-09-05 Thread Chip Childers
IMO, if it's generated we can. I would suggest adding the ASF header to it, just like we did for the generated java files. - chip Sent from my iPhone. On Sep 5, 2012, at 6:33 PM, Prachi Damle wrote: > Nope. But the file seems to have been generated using the AWS wsdl... I guess > if we can us

First full ASF build is on 4.0 branch

2012-09-05 Thread Edison Su
Remove all the un-asf-friendly dependency(vmware/kvm/juniper/netapp/nexus/F5/netscalar etc), "waf rpm" will call "mvn install -P deps" to install all the dependency jars, then call "ant build-all" build cloudstack, then package. We can't wait for another few days to get build done, the whole QA

Re: Review Request: Add initial support for Caringo's CAStor object storage as the S3 backend.

2012-09-05 Thread Jamshid Afshar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6473/ --- (Updated Sept. 6, 2012, 12:07 a.m.) Review request for cloudstack. Changes ---

RE: maven install failed

2012-09-05 Thread Edison Su
It's fixed on master branch now. But remember only xenserver works. > -Original Message- > From: Anthony Xu [mailto:xuefei...@citrix.com] > Sent: Wednesday, September 05, 2012 10:04 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: maven install failed > > I did > $ mvn > $ deps

RE: conserve mode for network offering

2012-09-05 Thread Jessica Tomechak
Alena, Thanks for the cc. Could you or Mice please file this as a doc bug? We can use the new Apache Jira instance: https://issues.apache.org/jira/browse/CLOUDSTACK Full instructions on how to fill out a doc bug are here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+Documen

Re: OVS support for KVM

2012-09-05 Thread KAWAI Hiroaki
Hi, I think there will not. We want that feature too, and just started reading the code :) (2012/09/06 2:09), Jonas Vachal wrote: Good Day! Will the OVS support for KVM make it in to the 4.0 release (or is it already there)? Thanks! J.

RE: conserve mode for network offering

2012-09-05 Thread Jessica Tomechak
Ah! Didn't realize this was fixed as part of another bug. Excellent. Jessica T. CloudStack Tech Pubs -Original Message- From: Radhika Puthiyetath Sent: Wednesday, September 05, 2012 7:13 PM To: Jessica Tomechak; Alena Prokharchyk Subject: RE: conserve mode for network offering Hi Jessi

Review Request: Add the dependence library (JNA) for maven exec:java goal

2012-09-05 Thread Satoshi Kobayashi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6937/ --- Review request for cloudstack. Description --- Add the dependence library (

Re: Review Request: Fix default assignment of physical network names

2012-09-05 Thread Sateesh Chodapuneedi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6928/#review11080 --- Ship it! Ship It! - Sateesh Chodapuneedi On Sept. 5, 2012, 6:48 p

Re: Automating ASL license check

2012-09-05 Thread Rohit Yadav
Hi Chip, On 06-Sep-2012, at 12:55 AM, Chip Childers wrote: > On Mon, Sep 3, 2012 at 6:51 AM, Rohit Yadav wrote: >> Do we need to fix/add Apache license for: >> - text files (README, INSTALL, NOTICE etc.) >> - configuration files >> - awsapi (top level LICENSE suggest they're BSD 3-clause) >> -

RE: conditional build

2012-09-05 Thread Hugo Trippaers
Hey Edison, That part is already working, please have a look at the maven-waf trunk. On my test system I can build rpm's from a fresh checkout without problems at the moment. Could you please try it as well and send me your feedback? Cheers, Hugo > -Original Message- > From: Edison Su

RE: RPM build is fixed, sort of...

2012-09-05 Thread Hugo Trippaers
Yeah, I know ;-). I'm doing builds and deployments for all software in our company. It's not that bad once you get to know it, but maven expects you to do things the maven way. As for building packages, maven is designed to take care of all dependency problems directly. In the maven world the

Re: Review Request: Add initial support for Caringo's CAStor object storage as the S3 backend.

2012-09-05 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6473/#review11086 --- Ship it! I committed this to master. I did not see JmDns in the pom.