Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Animesh Chaturvedi
Thanks Animesh On Sep 6, 2013, at 1:55 PM, "Chip Childers" wrote: > On Fri, Sep 06, 2013 at 08:18:35PM +, Animesh Chaturvedi wrote: >> >> >>> -Original Message- >>> From: Chip Childers [mailto:chip.child...@sungard.com] >>> Sent: Friday, September 06, 2013 10:21 AM >>> To: dev@cl

Re: [ACS42] KVM upgrade path to 4.2

2013-09-06 Thread Marcus Sorensen
You might look in /sys/devices/virtual/net, the code traverses each device listed here (each directory), looks for a file called 'bridge', and adds it to a list of bridges. Then it iterates through that list and sees if the name of the bridge matches the KVM traffic label for public, guest traffic.

[ANNOUNCE] New Committer: Dave Cahill

2013-09-06 Thread Marcus Sorensen
The Project Management Committee (PMC) for Apache CloudStack has asked Dave Cahill to become a committer and we are pleased to announce that he has accepted. Dave has been an active member of the community for quite awhile, and has provided us with things such as the midonet plugin, multiple patch

RE: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Edison Su
It's fixed on 4.2-forward branch, I tested it on my local machine already. > -Original Message- > From: Simon Weller [mailto:swel...@ena.com] > Sent: Friday, September 06, 2013 3:25 PM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache CloudStack 4.2.0 (fourth round) > > We use

RE: Questions about 4.2 RC - listVmwareDcs API

2013-09-06 Thread Jessica Wang
> [Chip] Perhaps a future enhancement would be to use the discovery service to > figure out what API's are being exposed by the specific management server, > and adjust the UI accordingly. [Jessica] +1 It will be great if server-side is able to provide this info (what API's are being exposed).

NetworkManager Fix Master branch

2013-09-06 Thread Soheil Eizadi
I ran the master branch with my NetworkElement integrated which provides DHCP service. In my use case I was able to create a VM but when I deleted it there was an exception in the NetworkManager when it called: isDhcpAccrossMultipleSubnetsSupported() >> getDhcpServiceProvider() My DHCP Provide

RE: NetworkManager Fix Master branch

2013-09-06 Thread Soheil Eizadi
I will do that. -Soheil From: Chiradeep Vittal [chiradeep.vit...@citrix.com] Sent: Friday, September 06, 2013 3:07 PM To: dev@cloudstack.apache.org Subject: Re: NetworkManager Fix Master branch Thanks Soheil, can I trouble you to post a review request On 9

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Chip Childers
On Fri, Sep 06, 2013 at 08:18:35PM +, Animesh Chaturvedi wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Friday, September 06, 2013 10:21 AM > > To: dev@cloudstack.apache.org > > Subject: Re: [VOTE] Apache CloudStack 4.2.0 (fourth

DhcpServiceProvider

2013-09-06 Thread Soheil Eizadi
I had not looked at the DhcpServiceProvider NetworkElement before, but after recent problem, I got a chance to look at it in more detail. I am new to CloudStack and don't have a lot of the history and had some questions. Is there a link to documentation for the DhcpServiceProvider work? I assum

Re: Questions about 4.2 RC - listVmwareDcs API

2013-09-06 Thread Chip Childers
On Fri, Sep 06, 2013 at 08:21:38PM +, Jessica Wang wrote: > > [Chip] Perhaps a future enhancement would be to use the discovery service > > to figure out what API's are being exposed by the specific management > > server, and adjust the UI accordingly. > > [Jessica] +1 > It will be great if

RE: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Marcus Sorensen
By the way, not sure if it was clear but the template download portion worked just fine. On Sep 6, 2013 3:45 PM, "Edison Su" wrote: > In order to support it, I need to manually, find a way to install > CLVM(find an ISCSI disk, create CLVM on it etc) in my Lab, a lot of work > to do. > Is it poss

Re: NetworkManager Fix Master branch

2013-09-06 Thread Chiradeep Vittal
Thanks Soheil, can I trouble you to post a review request On 9/6/13 2:54 PM, "Soheil Eizadi" wrote: >I ran the master branch with my NetworkElement integrated which provides >DHCP service. In my use case I was able to create a VM but when I deleted >it there was an exception in the NetworkManage

RE: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Marcus Sorensen
I can test no problem, but you don't need much. If you have KVM and can create a volume group that's all you need. You can use a partition, ram disk, maybe even a flat file, or existing volume group. The c in clvm is optional. On Sep 6, 2013 3:45 PM, "Edison Su" wrote: > In order to support it, I

Review Request 14023: NetworkManager Exception Fix Due to call to getDhcpServiceProvider()

2013-09-06 Thread Soheil Eizadi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14023/ --- Review request for cloudstack. Repository: cloudstack-git Description ---

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Simon Weller
We use CLVM in production today. I'm ok to apply a forward patch in our rpm builds if we need to, although I'm pretty sure CLVM is fairly widely deployed in organizations with fiber/iscsi SANs. I haven't had a chance to build the latest RC as of yet. I'll hopefully get that tested before midday

Re: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-06 Thread Nguyen Anh Tu
2013/9/6 Musayev, Ilya > If you do "cat /var/cache/cloud/cmdline" - you should see the configs > System VMs get. > I know this file, it contains boot parameters for system vms. However, it even doesn't exists in my SSVM+CPVM. So I think the problem is CS can't config NICs for system vms. I saw t

RE: Questions about 4.2 RC - listVmwareDcs API - Here's the discovery API

2013-09-06 Thread Jessica Wang
Chip, The downside of using listApis to detect whether an API command is being exposed is that an error will appear in the log (not on UI) /client/api?command=listApis&name=listVmwareDcs { "listapisresponse": { "uuidList": [], "errorcode": 530, "cserrorcode": ,

RE: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Edison Su
In order to support it, I need to manually, find a way to install CLVM(find an ISCSI disk, create CLVM on it etc) in my Lab, a lot of work to do. Is it possible, I write some code, then have you help to test? I almost finished the code. > -Original Message- > From: Marcus Sorensen [mail

RE: [ACS42] KVM upgrade path to 4.2

2013-09-06 Thread Edison Su
Is there a bridge created on brondg on your kvm host? The current kvm code will look for all the bridge devices on your kvm host first, then find out its corresponding physical nic device. > -Original Message- > From: Kelcey Jamison Damage [mailto:kel...@backbonetechnology.com] > Sent: Fr

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Marcus Sorensen
I don't use CLVM any more, and I have no idea how many people do. I'm relatively certain that some do, because of past questions/bug reports. Regardless, I don't think it should be decided based on someone's guess at how many people it will impact, but instead on whether we are willing to ship regr

Re: [ACS42] KVM upgrade path to 4.2

2013-09-06 Thread Kelcey Jamison Damage
Question for you guys, I updated the schema on my 4.1.1 cloud. For the most part it works, but some hosts that I've updated now fail to deploy VMs do to the following error: -- Instead of creating a guest bridge called 'brbondg-1200' it tries to create 'br-1200' as if it can not detect my inter

RE: Questions about 4.2 RC - listVmwareDcs API - Here's the discovery API

2013-09-06 Thread Jessica Wang
Chip, I just tested listApis and it worked! ^_^ Yes, this is enough and I'll change UI to use listApis to determine whether to call listVmwareDcs API in zone detail page. Thanks! Jessica -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, Septembe

Re: Question about commands.properties.in file

2013-09-06 Thread Nitin Mehta
Mike - Resource domain admin was supposed to be a domain admin with some additional rights like listing "resources" such as Pods/Clusters/Hosts/Pools etc. The idea was cultivated to dedicate a zone to a domain and the resource domain admin can be in charge of this zone. On 07/09/13 12:51 AM, "Mike

RE: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, September 06, 2013 10:21 AM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Apache CloudStack 4.2.0 (fourth round) > > On Wed, Sep 04, 2013 at 04:43:16AM +, Animesh Chaturvedi wrote: >

Re: tip for applicationContext.xml in eclipse

2013-09-06 Thread Rohit Yadav
On Fri, Sep 6, 2013 at 10:44 AM, Darren Shepherd < darren.s.sheph...@gmail.com> wrote: > IntelliJ The idea of paying for development tools makes me sad (but > I'm sure you got an open source project license). Spring support is not in > the open source version of IntellijIDEA. > You may get I

Re: [GSoC] CloudMonkey index out of range error

2013-09-06 Thread Rohit Yadav
On Fri, Sep 6, 2013 at 8:54 PM, Han,Meng wrote: > On Fri, 6 Sep 2013 03:09:46 -0400, Sebastien Goasguen wrote: > >> On Aug 28, 2013, at 11:16 PM, "Han,Meng" wrote: >> >> Hi Sebasiten, >>> >>> This type of error happens even when I define a very simple api, e.g. >>> output the whirr version. >>>

Re: Questions about 4.2 RC - listVmwareDcs API

2013-09-06 Thread Chip Childers
On Fri, Sep 06, 2013 at 06:30:52PM +, Jessica Wang wrote: > > This API is called by UI to implement toggle effect for icon "Add/Remove > > VMware Datacenter". > > [Jesisca] No, listVmwareDcs API was called by UI to get VMware DataCenter > info to display in zone detail page (which has 3 fiel

RE: Questions about 4.2 RC - Unknown API command: listVmwareDcs

2013-09-06 Thread Jessica Wang
Sebastien, >> [Sebastien] 2. Under infrastructure when I view the DevCloud Zone, I get >> this in the log: >> WARN [cloud.api.ApiServer] (642225853@qtp-111037821-10:) Unknown API >> command: listVmwareDcs This is not a deal breaker but why is our UI calling a >> non-implemented API ? This sounds

Question about commands.properties.in file

2013-09-06 Thread Mike Tutkowski
Hi, I was looking at the commands.properties.in file. It lists the following roles: 1 = ADMIN, 2 = RESOURCE_DOMAIN_ADMIN, 4 = DOMAIN_ADMIN, 8 = USER I'm used to us using the terms root admin, domain admin, and user. I assume ADMIN is a root admin? What is a resource domain admin? Thanks! --

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread COCHE Sébastien
Hi Enrique, I had the same issue on 4.0, 4.0.1 and 4.1 CloudStack's releases. I followed the documentation for complex deployment (CloudStack Manager and hypervisor (ESX) on a different networks) After some research it seems that the VPC's vRouter do not have a route to communicate with CloudSt

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread Musayev, Ilya
Both eth0 and eth1 must be up. In your case only eth0 is up (guest network) and eth1 is down (link local). Inspect the contents on /var/cache/cloud/cmdline Attempt to setup IP manually to see if it helps for eth1. Default GW must be on eth0/guest network. Check vSphere to confirm both eth0 and

Re: SystemVM downloading

2013-09-06 Thread Rohit Yadav
I did not follow any changes to the systemvm building code using veewee, but you can hack the code and see if we're not building hyperv as part of the build job now. Months ago, when I wrote that I had saved few built systemvmtemplates for all hypervisors here, you may find one for hyperv (note: h

RE: Questions about 4.2 RC - listVmwareDcs API

2013-09-06 Thread Jessica Wang
> This API is called by UI to implement toggle effect for icon "Add/Remove > VMware Datacenter". [Jesisca] No, listVmwareDcs API was called by UI to get VMware DataCenter info to display in zone detail page (which has 3 fields: "VMware dataCenter Name", "VMware dataCenter vcenter", "VMware data

Re: why do we need 8096?

2013-09-06 Thread Rohit Yadav
I've had such discussions before and I've tried to fix this but could justify properly as there could be other layers who may want to directly exploit CloudStack's APIs for example a business/billing/management layer. I think for security's sake among many ways -- move this behaviour out as a plugi

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread Musayev, Ilya
What stops you from adding a route as test on RVM? > -Original Message- > From: COCHE Sébastien [mailto:sco...@sigma.fr] > Sent: Friday, September 06, 2013 12:49 PM > To: us...@cloudstack.apache.org > Cc: dev@cloudstack.apache.org > Subject: RE: VPC virtual router fails to start up - no

Re: Change network functionality?

2013-09-06 Thread Rohit Yadav
On Thu, Sep 5, 2013 at 3:49 PM, France wrote: > Thank you for your response Chiradeep. I have not tried to use API (yet). > Even if i can use something like cloudmonkey to use API from CLI, my users > can not. > > So my question still stands, when it will be or if it's already possible > to chang

Re: [GSoC] CloudMonkey index out of range error

2013-09-06 Thread Rohit Yadav
Thanks for the output and sharing the issue. No promises but I'll try to reproduce the issue this weekend and probably fix it ;) Regards. On Fri, Sep 6, 2013 at 8:54 PM, Han,Meng wrote: > On Fri, 6 Sep 2013 03:09:46 -0400, Sebastien Goasguen wrote: > >> On Aug 28, 2013, at 11:16 PM, "Han,Meng"

RE: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-06 Thread Musayev, Ilya
If you do "cat /var/cache/cloud/cmdline" - you should see the configs System VMs get. Next Step: Attempt to assign IP address manually and try pinging and CS MGMT host If fails - review your network setup and confirm VM is connect to proper virtual switch/bridge/portgroup that can access CS MGM

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Chip Childers
On Wed, Sep 04, 2013 at 04:43:16AM +, Animesh Chaturvedi wrote: > > > I've created a 4.2.0 release, with the following artifacts up for a > vote: > > Git Branch and Commit SH: > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.2 > Commit: e39a7d8e0d3f2fd3e32

Re: [GSoC] Can not access SSVM + CPVM with KVM + Openvswitch

2013-09-06 Thread Nguyen Anh Tu
@Hugo: Could you give me any idea? I follow your guide below on wiki to setup network when deploying: https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+with+OpenVSwitch 2013/9/6 Nguyen Anh Tu > > 2013/9/6 Musayev, Ilya > > If you do "cat /var/cache/cloud/cmdline" - you should see the

Re: Questions about 4.2 RC

2013-09-06 Thread Chip Childers
On Fri, Sep 06, 2013 at 03:21:24PM +, Sateesh Chodapuneedi wrote: > > -Original Message- > > From: Edison Su [mailto:edison...@citrix.com] > > Sent: 06 September 2013 02:08 > > To: dev@cloudstack.apache.org; Animesh Chaturvedi > > Subject: RE: Questions about 4.2 RC > > > > > > > > >

Re: Review Request 14010: CLOUDSTACK-4531: Fixed indent problem with the patch

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14010/#review25963 --- Commit eb390fba2224fd76bf8185587acaa7596848e5bb in branch refs/heads

Re: Review Request 14010: CLOUDSTACK-4531: Fixed indent problem with the patch

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14010/#review25962 --- Commit 751fe8e339750c79d9a30c28f7ef8b0b87bad10a in branch refs/head

RE: Questions about 4.2 RC

2013-09-06 Thread Sateesh Chodapuneedi
> -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: 06 September 2013 02:08 > To: dev@cloudstack.apache.org; Animesh Chaturvedi > Subject: RE: Questions about 4.2 RC > > > > > -Original Message- > > From: sebgoa [mailto:run...@gmail.com] > > Sent: Thursda

Re: [GSoC] CloudMonkey index out of range error

2013-09-06 Thread Han,Meng
On Fri, 6 Sep 2013 03:09:46 -0400, Sebastien Goasguen wrote: On Aug 28, 2013, at 11:16 PM, "Han,Meng" wrote: Hi Sebasiten, This type of error happens even when I define a very simple api, e.g. output the whirr version. 2013-08-27 17:56:48,662 - requester.py:45 - [DEBUG] START Re

Good python project to contribute to

2013-09-06 Thread sebgoa
Hi, With the awsapi interface of CloudStack back up and running in 4.2, it would be nice to do some automating testing to avoid breaking it again. Eucalyptus has developed eutester: https://github.com/eucalyptus/eutester It would be great to see some eutester based integration testing. That's

Re: [VOTE] Apache CloudStack 4.2.0 (fourth round)

2013-09-06 Thread Prasanna Santhanam
+1 (binding) The marvin integration tests were fixed by several folks this last month. And the results of those tests shows good stability. Failures in tests are known but overall a good indicator for release. Some failures were because of capacity constraints on the test infrastructure. All tests

Re: documentation/wiki is a mess

2013-09-06 Thread Tracy Phillips
+1 to Marty. On Fri, Sep 6, 2013 at 2:32 AM, Marty Sweet wrote: > My view is that when a feature is added the developer should give a short > overview of how to use all of the items which have been added, a doc > contributor can then write this up in a user friendly manner which is > similar to

potential routervm oom problems

2013-09-06 Thread Sten Spans
We recently encountered some OOM issues on a reasonably loaded router-vm. This particular instance was given adequate memory / cpu resources and was handling a production load for a decent amount of time. We currently believe that the root-cause was a hard to trigger bug in the 2.6.32-5-686 debi

Re: Handling Public network traffic in a plugin

2013-09-06 Thread Daan Hoogland
H Dave, I actually didn't give 'guest' to much thought. I had to change the vpcvirtualrouter. It calls the right guru based on the netoffer. I feel I am not answering your question. Are you in Amsterdam the 22th of november? A hackathon on this seems appropriate. mobile biligual spell checker use

Re: Review Request 12899: CLOUDSTACK-702: Tests for Multiple IP Ranges

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12899/#review25956 --- Commit ce479ef0d2219e42316b488f2093d8c57cb0a1b9 in branch refs/heads

Re: Review Request 12899: CLOUDSTACK-702: Tests for Multiple IP Ranges

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12899/#review25957 --- Commit ce479ef0d2219e42316b488f2093d8c57cb0a1b9 in branch refs/heads

Re: Review Request 12899: CLOUDSTACK-702: Tests for Multiple IP Ranges

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12899/#review25955 --- Commit daaec56d400cc37e0e43459d237ae13f4f7d0044 in branch refs/head

Re: Review Request 12899: CLOUDSTACK-702: Tests for Multiple IP Ranges

2013-09-06 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12899/#review25954 --- Commit daaec56d400cc37e0e43459d237ae13f4f7d0044 in branch refs/head

RE: [DISCUSS] OOM killer and Routing/System VM's = :(

2013-09-06 Thread Funs Kessen
Hi Alex and Chiradeep, @Alex: Yes it would work, but also means that everybody would have to implement this on a machine that runs syslog, and that it is not part of CloudStack, while I think it would be wonderful to have the SystemVM, as being an entity within CloudStack, combined with CloudSt

Re: Change network functionality?

2013-09-06 Thread France
Tnx for info. It was what i needed. i'll just wait till 4.2.(1) comes out and upgrade. :-) Regards, F. On 5/9/13 12:52 PM, Saksham Srivastava wrote: In 4.2, UI functionality for adding/removing and updating default NIC has been added. You may find it in the NIC tab of an instance. I haven't exp

Re: maven storage plugin project creation

2013-09-06 Thread Amit Das
Thanks. It worked... Regards, Amit *CloudByte Inc.* On Fri, Sep 6, 2013 at 10:59 AM, Likitha Shetty wrote: > See if this helps - > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development. > > Thanks, > Likitha > > >-Original Message-

Review Request 14011: CLOUDSTACK-4612: Specified locale keyboard language is not showing as default in consoleView passed during deployVM.

2013-09-06 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14011/ --- Review request for cloudstack, Devdeep Singh, Fang Wang, and Kelven Yang. Bugs:

Re: [GSoC] CloudMonkey index out of range error

2013-09-06 Thread Sebastien Goasguen
On Aug 28, 2013, at 11:16 PM, "Han,Meng" wrote: > Hi Sebasiten, > > This type of error happens even when I define a very simple api, e.g. output > the whirr version. > > > 2013-08-27 17:56:48,662 - requester.py:45 - [DEBUG] START Request > > 2013-08-27 17:56:48,662 - reque

Re: [GSoC] Pencil down on Sept 16th

2013-09-06 Thread Sebastien Goasguen
On Sep 3, 2013, at 6:08 PM, Ian Duffy wrote: > Cool, I don't have any more code to submit unless somebody finds an issue > between now and then. > > Any idea what is required within the code samples? Do we just pick sections > of code we're proud of or … they just posted this: http://www.goog