[ASF 4.0] About two versions of license header

2012-08-29 Thread Mice Xia
Hi, all, I found there are two versions of license headers in source codes. Though they are both Apache License 2 (as far as I can tell), I'm not sure if version 1 could be an issue. It would be great if someone can clarify this. *[version 1] found in 200+ source codes (java, shell, python), th

Review Request: CS-16168 [AutoScale] : Deletion of Account doesn't delete the AutoScale LB rule

2012-08-29 Thread Deepak Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6825/ --- Review request for cloudstack, Pranav Saxena and Vijay Venkatachalam. Descriptio

version goes up so quickly, where can i find the changes,comparisons among them

2012-08-29 Thread coudstacks
i have gotten a look at bugs.cloudstack.org,but no clear infos. like 3.0---4.0 , what is the big new features, fixed big bugs, architeture changes. would you tell me where if it exists. if not ,if developpers like, can all of you give answers to this question by replying this letter.

RE: [ISSUE] Failed to create vm instance from template or ISO due to null Exception

2012-08-29 Thread Jayapal Reddy Uradi
Hi Gavin, There is a mistake while committing VirtualNetworkApplianceManagerImpl.java to ASF, changes applied incorrectly. The new changes are committed to ASF. You can't change to findByNetworkIdAndType because it will cause wrong dns ip to VM in multiple pods case. Thanks for finding the is

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Prasanna Santhanam
> 4. Go to File->Import and then Import Existing *Maven* Project. Select > the root of the git repo and it will find a bunch of projects. Import > and then let maven download the internet and compile everything. First > run will be very slow, but then fast thereafter. > > You should now have al

Review Request: CS16171 : Cannot attach ISO on VMware VM due to Invalid datastore path error

2012-08-29 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6827/ --- Review request for cloudstack, Murali Reddy and Kelven Yang. Description ---

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Olivier Lamy
2012/8/29 Prasanna Santhanam : >> 4. Go to File->Import and then Import Existing *Maven* Project. Select >> the root of the git repo and it will find a bunch of projects. Import >> and then let maven download the internet and compile everything. First >> run will be very slow, but then fast ther

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Prasanna Santhanam
On Wed, Aug 29, 2012 at 05:24:04AM -0400, Olivier Lamy wrote: > 2012/8/29 Prasanna Santhanam : > >> 4. Go to File->Import and then Import Existing *Maven* Project. Select > >> the root of the git repo and it will find a bunch of projects. Import > >> and then let maven download the internet and c

[SOLVED]Re: [ISSUE] Failed to create vm instance from template or ISO due to null Exception

2012-08-29 Thread Gavin Lee
Thanks Jayapal for your kind reply. I saw the fix. On Wed, Aug 29, 2012 at 5:13 PM, Jayapal Reddy Uradi wrote: > Hi Gavin, > > There is a mistake while committing VirtualNetworkApplianceManagerImpl.java > to ASF, changes applied incorrectly. > The new changes are committed to ASF. > You can't

Re: Wiki Migration to cwiki.a.o (was Re: the difference of 2 wikies)

2012-08-29 Thread Prasanna Santhanam
On Thu, Aug 09, 2012 at 10:30:02AM -0400, Brett Porter wrote: > > On 09/08/2012, at 11:59 PM, Prasanna Santhanam > wrote: > > > This is a slow and tedious Copy/Paste job, so expect some errors. I'm > > only doing it as I find time. Hopefully one space a day will get us > > fully migrated in a w

Re: ssh key process

2012-08-29 Thread Wido den Hollander
On 08/28/2012 09:02 PM, Marcus Sorensen wrote: Thanks. I've submitted a patch for the aforementioned permissions issue. I'm still curious as to how the keys get on the systemvm if the injectkeys only changes the iso on the management server, but that's not a big deal. The SSH key gets injected

Re: [ASF 4.0] About two versions of license header

2012-08-29 Thread Gavin Lee
I think version 2 should be used when release CS 4.0. On Wed, Aug 29, 2012 at 3:34 PM, Mice Xia wrote: > Hi, all, > > I found there are two versions of license headers in source codes. Though > they are both Apache License 2 (as far as I can tell), I'm not sure if > version 1 could be an issue.

Re: [ASF 4.0] About two versions of license header

2012-08-29 Thread Chip Childers
This is a bug in the header replacement script I used. Thanks for catching it! I'll work on correcting it today. - chip Sent from my iPhone. On Aug 29, 2012, at 7:52 AM, Gavin Lee wrote: > I think version 2 should be used when release CS 4.0. > > On Wed, Aug 29, 2012 at 3:34 PM, Mice Xia >

Re: VM router spawning multiple public nics

2012-08-29 Thread Marcus Sorensen
I can confirm that the patch has fixed my particular issue. This is likely unrelated and I think it doesn't even use the same code, but I began to play with the VPC stuff a bit and noticed that I don't get any interfaces except for link local. I'd probably chalk that up to it not being ready for

Jenkins user account

2012-08-29 Thread Chip Childers
Can someone provide me with an account on http://jenkins.cloudstack.org/ ? I'd like to see if I can resolve the Junit test failures, and I think we may need to adjust the job itself. -chip

Re: Jenkins user account

2012-08-29 Thread Olivier Lamy
done privately with temporary password. 2012/8/29 Chip Childers : > Can someone provide me with an account on http://jenkins.cloudstack.org/ ? > > I'd like to see if I can resolve the Junit test failures, and I think > we may need to adjust the job itself. > > -chip -- Olivier Lamy Talend: htt

Re: IE compatibility broken because of License Headers added to the JSP file issue fixed

2012-08-29 Thread Chip Childers
Pranav, They look fine. Sorry about breaking things, and thanks for fixing it. -chip On Wed, Aug 29, 2012 at 2:12 AM, Pranav Saxena wrote: > Hey Chip , > > > > I happened to notice that one of the check-ins made by you for adding the > license headers to the index.jsp file under the UI folder

RE: IE compatibility broken because of License Headers added to the JSP file issue fixed

2012-08-29 Thread Pranav Saxena
No problems Chip. Just that while adding headers in a JSP file , it does not accept as the correct syntax for putting a comment , since JSP comments are of the form - <%-- this is a comment --%> Thanks for verifying my changes , Chip . Regards, Pranav -Original Message- From: Chip

RE: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Hugo Trippaers
Heya, I'm running into some problems with the jetty:run directly from eclipse. Everything starts fine, except that the code depends on 'getImplementationVersion()' at various points. (See CitrixResourceBase:5452 for example ) When running with jetty this returns null and that will subsequently

link local issues in xenserver 6 or Tampa?

2012-08-29 Thread Darren Shepherd
I heard there might have been some issue with link local for the DomR working properly on XenServer 6 or possibly Tampa. Does anybody know what was the issue and the solution? My team at work is currently going through the effort of trying to get our cloud on XenServer Tampa release (obviously wo

RE: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Darren Shepherd
Ah yes, let me fix that (I fixed the other issues on startup but forgot that the resources uses the version too). So here's the back story on that. In many places CS uses getImplementationVersion() which java will put from the MANIFEST.MF. The problem is that when you run in a situation where yo

RE: VM router spawning multiple public nics

2012-08-29 Thread Edison Su
Yah, KVM doesn't support VPC yet. Will you help to add VPC support on KVM?:) Just implement a few VPC related commands... > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Wednesday, August 29, 2012 6:49 AM > To: cloudstack-dev@incubator.apache.org > Subjec

Review Request: Create random version for StartupCommands in dev env setup

2012-08-29 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6829/ --- Review request for cloudstack and Hugo Trippaers. Description --- Create a

RE: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Darren Shepherd
Hugo, I created https://reviews.apache.org/r/6829/ for this. Can you download the patch and try it out? Darren > Original Message > Subject: RE: maven: latest patches and how to setup Eclipse/M2E/Jetty > From: "Darren Shepherd" > Date: Wed, August 29, 2012 9:28 am > To: cl

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Olivier Lamy
2012/8/29 Olivier Lamy : > 2012/8/29 Darren Shepherd : >> Olivier, >> >> You added the client module to the main pom.xml, but that break the >> profiles for the build. I created that pom mainly for the jetty:run, >> but it depends on all the non-oss stuff and doesn't respect the profiles >> to not

RE: link local issues in xenserver 6 or Tampa?

2012-08-29 Thread Alex Huang
Darren, The problem is on network restarts I believe. XS 6 doesn't take into account that there's an extra vif created by the link local. Anthony has the details but he's away at a conference. I cced him on the thread. --Alex > -Original Message- > From: Darren Shepherd [mailto:dar

Re: VM router spawning multiple public nics

2012-08-29 Thread Marcus Sorensen
I'd be willing to give it a shot if someone could point me in the right direction and be available to answer questions. On Wed, Aug 29, 2012 at 10:39 AM, Edison Su wrote: > Yah, KVM doesn't support VPC yet. Will you help to add VPC support on KVM?:) > Just implement a few VPC related commands...

RE: link local issues in xenserver 6 or Tampa?

2012-08-29 Thread Anthony Xu
I don't think there is a link local problem in Tampa. In XenSever 5.6 or XenServer 6.0, CloudStack needs to create a vif on dom0 on link local bridge and plugin the vif to dom0 to make VR migratable. That's a workaround, In Tampa XenServer team seems to try to fix this issue, with Tampa, CloudSt

Re: Secondary Storage S3 Provider

2012-08-29 Thread Greg Burd
Hey Wildo, Yes, it does and yes that is and this would be an alternative implementation of S3 for CloudStack users. Before that, this would be a new secondary storage manager which I believe would benefit from Riak's operational characteristics relative to what's available now. @gregburd, B

[DOCS] Question: a doc feedback email address?

2012-08-29 Thread Jessica Tomechak
This is an infrastructure question. I'd like to put an email address in a "Feedback" statement in our docs, as well as on the CloudStack Tech Pubs team page. Previously, we had cloudstack-d...@lists.sourceforge.net and d...

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-29 Thread Fang Wang
+1 for space. Thanks, -Fang > -Original Message- > From: Olivier Lamy [mailto:ol...@apache.org] > Sent: Monday, August 27, 2012 8:40 AM > To: cloudstack-dev@incubator.apache.org > Subject: [VOTE] Tabs versus Spaces policy for sources code > > Hi, > This vote is too choose a mode tabs v

RE: Review Request: Replace db-id by UUID for user VM's vm-id.

2012-08-29 Thread Fang Wang
Thanks! . Will fix the instance-id output. -Fang -Original Message- From: Will Chan Sent: Tuesday, August 28, 2012 10:05 PM To: cloudstack-dev@incubator.apache.org; Fang Wang Subject: RE: Review Request: Replace db-id by UUID for user VM's vm-id. I guess the instance-id is synonymous wi

Re: Secondary Storage S3 Provider

2012-08-29 Thread Greg Burd
There are a few places in the git repo which claim to be related to S3: $ git branch -a | grep -i s3 remotes/origin/S3_DAO remotes/origin/s3-hdfs remotes/origin/s3-merged remotes/origin/s3_spring remotes/origin/s3tests But it's unclear if these are related to the external, customer-facing S3 A

RE: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Darren Shepherd
Olivier, Running in tomcat doesn't actually work. Its a little misleading with CS because the home page will come up even if the system is completely broken. One thing for CS is the context path must be /client, so you can add /client but you'll see it still doesn't work (ie login fails, and I'm

Review Request: Current working dir for jetty:run Eclipse configuration is half way broken

2012-08-29 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6835/ --- Review request for cloudstack and Hugo Trippaers. Description --- The worki

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-29 Thread Anthony Xu
[+1] 2 for shell, python > -Original Message- > From: Olivier Lamy [mailto:ol...@apache.org] > Sent: Monday, August 27, 2012 8:40 AM > To: cloudstack-dev@incubator.apache.org > Subject: [VOTE] Tabs versus Spaces policy for sources code > > Hi, > This vote is too choose a mode tabs versus

[DOCS] Share favorite "how to do tech doc" resources on this new wiki page

2012-08-29 Thread Jessica Tomechak
I like to keep a list of favorite links about docs for light reading during my off hours. In case I'm not the only one here who spends spare time reading about how to do technical documentation, I've added this to the Tech Pubs Team area of the wiki. If you know of some great stuff, please feel fre

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Olivier Lamy
2012/8/29 Darren Shepherd : > Olivier, > > Running in tomcat doesn't actually work. Its a little misleading with > CS because the home page will come up even if the system is completely > broken. One thing for CS is the context path must be /client, so you > can add /client but you'll see it stil

Re: Review Request: Removing the older Xenserver java sdk source.

2012-08-29 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6760/#review10857 --- Ship it! Patch applied to master. I had to manually correct a confl

Re: Review Request: Importing the updated xenserver sdk source that comes with BSD license.

2012-08-29 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6761/#review10858 --- Ship it! Patch applied to master. Please close this review as submi

Re: Review Request: Applies the fixes/customization's that had been made to Xenserver java sdk source for CS

2012-08-29 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6763/#review10859 --- Ship it! Patch applied to master. Please close this review as submi

XenServerJava Switched to new Licenses

2012-08-29 Thread Chip Childers
All, I just committed Devdeep's three patches to remove the old XenServerJava deps, add the newly BSD licensed code and apply the CS specific patches. The ant build works, but now would be a great time for someone to help do a quick sanity / regression test against that code. -chip

RE: VM router spawning multiple public nics

2012-08-29 Thread Edison Su
Hi Anthony & Alena, Could you help to provide information about VPC, how it works, which commands needed to implemented on the hypervisor side? > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Wednesday, August 29, 2012 10:16 AM > To: cloudstack-dev@in

Re: User testing and docs testing: What would we like to test?

2012-08-29 Thread Wido den Hollander
On 08/29/2012 08:07 PM, Jessica Tomechak wrote: I have received an offer of help from a UX testing expert who has experience testing documentation. Typically, we'd proceed by creating a list of tasks for users to attempt. We can ask the users to follow the documentation for each task, thereby v

S2S VPN for vmWare

2012-08-29 Thread Alena Prokharchyk
Hi Sheng, I noticed that on asf/master branch there is no S2S VPN implementation for VmWare. Can you please merge it there as I know it's implemented? Thanks, Alena.

Re: S2S VPN for vmWare

2012-08-29 Thread Sheng Yang
On Wed, Aug 29, 2012 at 2:06 PM, Alena Prokharchyk wrote: > Hi Sheng, > > I noticed that on asf/master branch there is no S2S VPN implementation for > VmWare. Can you please merge it there as I know it's implemented? I remember that's due to when I merged S2S VPN to vpc branch, the vmware VPC cod

Re: VM router spawning multiple public nics

2012-08-29 Thread Alena Prokharchyk
On 8/29/12 1:34 PM, "Edison Su" wrote: >Hi Anthony & Alena, > Could you help to provide information about VPC, how it works, Here is the functional spec on the feature: wiki.cloudstack.org/display/RelOps/Inter-VLAN+Routing+functional+spec VpcVirtualNetworkApplianceManagerImpl is the manage

Adding CAStor SDK jar

2012-08-29 Thread Chiradeep Vittal
I am trying to merge this patch [1] into Apache master. It brings in a new jar file CAStorSDK.jar and adds a dependency to jmdns-2.1.jar As discussed in [2], these jars cannot be checked in. Under the new maven build system, how do we bring in these dependencies? Thanks [1] https://reviews.apac

source pool conflict

2012-08-29 Thread Gautam Sampathkumar
Hi Everyone, I'm running into a libvirt error on trying to instantiate a second user VM. The first VM gets instantiated successfully, although for some reason I see 2 VMs started up when I run 'virsh list' on the hypervisor, one with the name r-4-VM and the other with the name 1-2-3-VM

Re: Review Request: Brocade Plugin: Patch to use Base64 class from org.apache.commons.codec.binary.Base64

2012-08-29 Thread Alex Huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6614/#review10863 --- I might be in the wrong here but none of the test methods seem to be

Review Request: Fix the output of instance-id and vm-id to UUID.

2012-08-29 Thread Fang Wang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6845/ --- Review request for cloudstack and Kelven Yang. Description --- Currently me

Re: maven: latest patches and how to setup Eclipse/M2E/Jetty

2012-08-29 Thread Chiradeep Vittal
Darren, We still need to ant build-all deploy-server ant deploydb Right? - On 8/29/12 11:17 AM, "Darren Shepherd" wrote: >Olivier, > >Running in tomcat doesn't actually work. Its a little misleading with >CS because the home page will come up even if the system is completely >broken. One th

Re: VM router spawning multiple public nics

2012-08-29 Thread Marcus Sorensen
Great, thanks. I've already got a working implementation of adding/removing nics from regular instances that I've been playing with, so I'm getting vaguely familiar with the various data types and things surrounding the networking. I don't know if this is quite within my reach just yet but I'll see

RE: VM router spawning multiple public nics

2012-08-29 Thread Edison Su
You can find the VPC reference implementation from CitrixResourceBase.java, which is the implementation for Xenserver. Just take a look at how the VPC related commands are implemented. Take SetNetworkACLCommand as an example: The function execute(SetNetworkACLCommand cmd) in citrixResourceBase: 1

RE: source pool conflict

2012-08-29 Thread Pranav Saxena
Hi , When you create ( an account) your first user VM , a router VM comes up too which is named like r-4-VM. That is why you see two VM's listed when you run virsh list command on the hypervisor. Regarding the libvirt error , it seems the libvert version 0.9.12 storage driver doesn't suppo

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-29 Thread Olivier Lamy
Hi So I think we are ok on this and can close the vote (next I will RTFM :-) ). -- Olivier Le 27 août 2012 17:40, "Olivier Lamy" a écrit : > Hi, > This vote is too choose a mode tabs versus spaces in code (most of > java projects @apache use spaces: 2 for xml, 4 for Java sources). > > [+1]: yup

Re: Review Request: CS16171 : Cannot attach ISO on VMware VM due to Invalid datastore path error

2012-08-29 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6827/#review10878 --- Ship it! Ship It! - Abhinandan Prateek On Aug. 29, 2012, 9:17 a.m

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-29 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/ --- (Updated Aug. 30, 2012, 6:18 a.m.) Review request for cloudstack, Prachi Damle,

Re: Review Request: Create random version for StartupCommands in dev env setup

2012-08-29 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6829/#review10880 --- Ship it! Ship It! - Hugo Trippaers On Aug. 29, 2012, 4:56 p.m., D

Re: ec2 API compatibility (WSDL vs Query)

2012-08-29 Thread Prasanna Santhanam
Hi Adrian - I was wondering if you were able to run the jclouds tests on the public CS instance? I might be able to find some machines to run the tests on but it will be internal for now. We're happy to publish the results. Let me know if there is anything required. On Sat, Aug 04, 2012 at 01:50:0

Re: Review Request: Create random version for StartupCommands in dev env setup

2012-08-29 Thread Hugo Trippaers
> On Aug. 30, 2012, 6:32 a.m., Hugo Trippaers wrote: > > Ship It! Committed: https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commit;h=f7acd8fed8248b9b2c57c71c90bd8fd1f51e357b - Hugo --- This is an automatically gen

Re: Review Request: Current working dir for jetty:run Eclipse configuration is half way broken

2012-08-29 Thread Hugo Trippaers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6835/#review10882 --- Ship it! Ship It! - Hugo Trippaers On Aug. 29, 2012, 6:23 p.m., D