Re: [ACS44]cherry pick CLOUDSTACK-6517

2014-04-30 Thread Daan Hoogland
On Wed, Apr 30, 2014 at 9:00 PM, Prachi Damle wrote: > e14c2ec7241ec2333ea3ac3d56a0e938fe1bf131 Prachi, your commit contains dos line endings: -IAMPolicyPermissionVO permit = _policyPermissionDao.findByPolicyAndEntity(iamPolicyId, entityType, scope, scopeId, action, perm); +IAMPo

Re: 4.4-forward: Management Server fails to start

2014-04-30 Thread Daan Hoogland
oops, will check in in a hurry (after a test run in master) On Wed, Apr 30, 2014 at 8:10 PM, Prachi Damle wrote: > Created https://issues.apache.org/jira/browse/CLOUDSTACK-6549 > > -Original Message- > From: Min Chen [mailto:min.c...@citrix.com] > Sent: Wednesday, April 30, 2014 11:01 AM

Re: schema upgrade in 4.4 not in master

2014-04-30 Thread Daan Hoogland
On Wed, Apr 30, 2014 at 6:44 PM, Sheng Yang wrote: > 4620c27ebf750c840b530d18fed7d8adf857e91 ok, I see. I had a conflict because the change was in a different place then in 4.4. Sorry -- Daan

Re: Review Request 19892: Add Juniper Contrail support to devCloud environment

2014-04-30 Thread Sachchidanand Vaidya
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19892/ --- (Updated April 30, 2014, 4:15 p.m.) Review request for cloudstack. Changes --

Re: Review Request 20901: Remove accidentally added columns while resolving merge conflicts

2014-04-30 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20901/#review41888 --- Ship it! Ship It! - Nitin Mehta On April 30, 2014, 5:50 p.m., Am

Review Request 20921: [PATCH] CLOUDSTACK-6552 Cloudstack-Management install package creates log directory that is never used

2014-04-30 Thread David Bierce
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20921/ --- Review request for cloudstack. Bugs: CLOUDSTACK-6552 https://issues.apache.

Review Request 20907: [PATCH] CLOUDSTACK-6552 Cloudstack-Management install package creates log directory that is never used

2014-04-30 Thread David Bierce
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20907/ --- Review request for cloudstack. Summary (updated) - [PATCH] CLO

Re: db deployment is failing in master branch

2014-04-30 Thread Amogh Vasekar
Submitted patch https://reviews.apache.org/r/20901/ for this. Sorry for the issue Amogh On 4/30/14 3:22 AM, "Rajesh Battala" wrote: >I have figure out that root cause. >Murali commit has committed the file with instance_ip column. >(https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=com

About ServerResource

2014-04-30 Thread Silvano Buback
Guys, I work at Globo, largest media company in Latin America, and we started using Cloudstack to manage our cloud infrastructure. In order to do that, we need to implement some plugins and one of these plugins is a plugin to talk with our DNS API, which is basically a Rails Application with H

About ServerResource

2014-04-30 Thread Silvano Buback
Guys, I work at Globo, largest media company in Latin America, and we started using Cloudstack to manage our cloud infrastructure. In order to do that, we need to implement some plugins and one of these plugins is a plugin to talk with our DNS API, which is basically a Rails Application with H

Re: [DISCUSS] LXC systemvm

2014-04-30 Thread Rohit Yadav
Thanks Chiradeep and Pedro for your replies. My $dayjob requires me to work with baremetal servers, in fact almost all our infra consists of baremetal servers which at times is difficult to work with, therefore I'm exploring ways to introduce docker/lxc (containers), mesos (cluster management), etc

[ACS44]cherry pick CLOUDSTACK-6517

2014-04-30 Thread Prachi Damle
Hi Hugo/Daan, Can you please cherry-pick following to 4.4: Commit hash:e14c2ec7241ec2333ea3ac3d56a0e938fe1bf131 CLOUDSTACK-6517: IAM - Admin is allowed to create PortFowarding rule for a regular user, when admin does not have " UseEntry" permission for IpAddress. Contained in branches: 4.4-

RE: 4.4-forward: Management Server fails to start

2014-04-30 Thread Prachi Damle
Created https://issues.apache.org/jira/browse/CLOUDSTACK-6549 -Original Message- From: Min Chen [mailto:min.c...@citrix.com] Sent: Wednesday, April 30, 2014 11:01 AM To: dev@cloudstack.apache.org Cc: Daan Hoogland Subject: Re: 4.4-forward: Management Server fails to start Importance: High

Re: 4.4-forward: Management Server fails to start

2014-04-30 Thread Min Chen
Yes, I see the same issue. Daan, I think that it is your commit 3852afa717dc147ef9dc19d7b3801c341f321e77 that broke it. You break NetworkACLItemCidrsDao out of NetworkACLItemDao, but you forgot to add that into spring context xml file. You may need to add that into cloud-engine/schema/re

4.4-forward: Management Server fails to start

2014-04-30 Thread Prachi Damle
I synced to latest 4.4-forward and the server fails to start. Anyone seeing this? Thanks, Prachi

Review Request 20901: Remove accidentally added columns while resolving merge conflicts

2014-04-30 Thread Amogh Vasekar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20901/ --- Review request for cloudstack and Rajesh Battala. Repository: cloudstack-git

Re: [ACS4.4] Cherry pick several IAM bug fixes

2014-04-30 Thread Min Chen
Hi Daan, I have fixed those two commits. Could you please cherry-pick the following commits from 4.4-forward to 4.4 branch/ 1. CLOUDSTACK-6502:IAMGroup.list and IAMPolicy.list in marvin base.py are not working. Commit: 4f2a20f7b35c2a250614b7cf32879d7bb87b7a62 Commit: 42b803dd4b6e01107cbcf

Re: schema upgrade in 4.4 not in master

2014-04-30 Thread Sheng Yang
It's in the master. See commit: 4620c27ebf750c840b530d18fed7d8adf857e91 in the master branch. --Sheng On Wed, Apr 30, 2014 at 6:38 AM, Daan Hoogland wrote: > Sheng, > > I encountered your commit 3578c7137f42fdcaadad9b263e18921e2fa094da in > 4.4: CLOUDSTACK-6047: Make aggregation command timeou

Re: [ACS4.4] Cherry pick several IAM bug fixes

2014-04-30 Thread Min Chen
Thanks Daan. I am addressing those two commits now. -min On 4/30/14 1:42 AM, "Daan Hoogland" wrote: >Min, > >see inline > >On Wed, Apr 30, 2014 at 7:15 AM, Min Chen wrote: >> Hi Hugo/Daan, >> >> Would you please cherry-pick the following IAM bug fixes from >>4.4-forward branch to 4.4 branch? >

RE: git commit: updated refs/heads/4.4 to 8696f38

2014-04-30 Thread Alex Huang
Daan, I added Anthony to the to list to draw his attention. I propose that you just revert commits if the right process is not followed for a release branch. --Alex > -Original Message- > From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] > Sent: Wednesday, April 30, 2014 1:50 AM > T

Re: Review Request 19892: Add Juniper Contrail support to devCloud environment

2014-04-30 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19892/#review41837 --- your patch does not apply, Can you test-apply it to a freshly checke

Re: Review Request 19892: Add Juniper Contrail support to devCloud environment

2014-04-30 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19892/#review41834 --- tools/devcloud/devcloud-advanced_juniper-contrail.cfg

Re: Review Request 20659: CLOUDSTACK-5674: Fixed cloudstackConnection.py to return FAILED in case of well handled exceptions returning from server having jobresultcode as 530

2014-04-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20659/#review41830 --- Commit b273f6642341b7ec2640bf6de865a91ccb50feb4 in cloudstack's bran

schema upgrade in 4.4 not in master

2014-04-30 Thread Daan Hoogland
Sheng, I encountered your commit 3578c7137f42fdcaadad9b263e18921e2fa094da in 4.4: CLOUDSTACK-6047: Make aggregation command timeout configurable It includes a change to the db upgrade script schema-430to440.sql that is not in master. Should this be ported to master? -- Daan

RE: [cloudmonkey] Problem listing virtualmachines by account

2014-04-30 Thread Nux!
On 30.04.2014 13:40, Saksham Srivastava wrote: Nux, You have to specify the account name not the uuid. #list virtualmachines account= domainid=730c8a4a-a44f-11e3-bae5-f6145f6a2f37 listall=true Thanks, that fooled me. I'm surprised when I have to use non-UUIDs .. :) -- Sent from the Delta qu

RE: [cloudmonkey] Problem listing virtualmachines by account

2014-04-30 Thread Saksham Srivastava
Nux, You have to specify the account name not the uuid. #list virtualmachines account= domainid=730c8a4a-a44f-11e3-bae5-f6145f6a2f37 listall=true Thanks, Saksham -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Wednesday, April 30, 2014 5:48 PM To: dev@cloudstack.apache.org

[cloudmonkey] Problem listing virtualmachines by account

2014-04-30 Thread Nux!
Hi, How can I list the VMs of a certain account? Apparently cloudmonkey allows listing VMs per account (a pretty D'OH feature), but I can't get it to work. All I get is this: mycloudmonkey > list virtualmachines account=e7905355-2e13-4ea7-b6d8-e23ad214f20f domainid=730c8a4a-a44f-11e3-bae5-f6

Re: [REMINDER] Review Request 18677: CLOUDSTACK-3272

2014-04-30 Thread Sonal Ojha
Kindly let me know your comments to the changes. On Wed, Apr 16, 2014 at 9:32 AM, Sonal Ojha wrote: > Please take a look. > > -- Forwarded message -- > From: Sonal Ojha > Date: Tue, Apr 15, 2014 at 6:07 PM > Subject: Re: Review Request 18677: CLOUDSTACK-3272 > To: Murali Reddy ,

[GitHub] cloudstack-docs-rn pull request: preperation to 4.4 release-notes

2014-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-rn/pull/7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

RE: db deployment is failing in master branch

2014-04-30 Thread Rajesh Battala
I have figure out that root cause. Murali commit has committed the file with instance_ip column. (https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=095151c98a45022b9759a45c066d8ec815de19e4) After that again Amogh commit is trying to create the same column. (https://git-wip-u

[GitHub] cloudstack-docs-rn pull request: preperation to 4.4 release-notes

2014-04-30 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-docs-rn/pull/7#issuecomment-41780413 I applied it but we have to be careful with this. For example changing from 4.3 to 'release' in the bug list is not quite right. The filter will change for 4.4 a

db deployment is failing in master branch

2014-04-30 Thread Rajesh Battala
Hi All, Deploying DB on master branch is failing. > Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker [WARNING] java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.in

Re: Create template from snapshot using ec2

2014-04-30 Thread sebgoa
On Apr 30, 2014, at 11:47 AM, Páll Helgason wrote: > Hi Marty, > > Thanks for the reply. It doesn’t really get to the management server since > it’s failing before that. > > 2014-04-23 10:38:19,017 INFO [cloud.api.ApiServer] (catalina-exec-18:null) > (userId=10 accountId=10 sessionId=null)

Re: Create template from snapshot using ec2

2014-04-30 Thread Páll Helgason
Hi Marty, Thanks for the reply. It doesn’t really get to the management server since it’s failing before that. 2014-04-23 10:38:19,017 INFO [cloud.api.ApiServer] (catalina-exec-18:null) (userId=10 accountId=10 sessionId=null) 127.0.0.1 -- GET command=registerTemplate&response=json&zoneid=596e

Jenkins build is back to normal : build-master-noredist #2676

2014-04-30 Thread jenkins
See

Build failed in Jenkins: build-master-noredist #2675

2014-04-30 Thread jenkins
See Changes: [Daan Hoogland] CLOUDSTACK-6485: private gateway network should not be associated with vpc [Daan Hoogland] formatting [min.chen] CLOUDSTACK-6349: IAM - No error message presented to the user , when invalid pa

Re: git commit: updated refs/heads/4.4 to 8696f38

2014-04-30 Thread Daan Hoogland
On Tue, Apr 29, 2014 at 8:06 PM, wrote: > 8696f386dd73baf0b8281166a75195b3570e3436 Anthony, please refrain from checking in to branch 4.4 directly in this stage. Escpecially when commenting out but leaving code in comment in the source. This is not what we have a revision system for. Amend th

Re: [ACS4.4] Cherry pick several IAM bug fixes

2014-04-30 Thread Daan Hoogland
Min, see inline On Wed, Apr 30, 2014 at 7:15 AM, Min Chen wrote: > Hi Hugo/Daan, > > Would you please cherry-pick the following IAM bug fixes from 4.4-forward > branch to 4.4 branch? > > Commit : 4f2a20f7b35c2a250614b7cf32879d7bb87b7a62 this contains some trailing spaces in the altered lines, c

Jenkins build is back to normal : build-master #716

2014-04-30 Thread jenkins
See

Re: Review Request 20479: Added fix for CLOUDSTACK-6389

2014-04-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20479/#review41811 --- Commit 6c9b21907c2600f320d2afc2fb7273fae73b7ba1 in cloudstack's bran

Re: Review Request 20479: Added fix for CLOUDSTACK-6389

2014-04-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20479/#review41810 --- Commit 6c9b21907c2600f320d2afc2fb7273fae73b7ba1 in cloudstack's bran

Re: Review Request 20479: Added fix for CLOUDSTACK-6389

2014-04-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20479/#review41809 --- Commit cfa783fef27f64ebdd42f66c59445cb37c9a9764 in cloudstack's bran

Re: Review Request 20479: Added fix for CLOUDSTACK-6389

2014-04-30 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20479/#review41808 --- Commit cfa783fef27f64ebdd42f66c59445cb37c9a9764 in cloudstack's bran