Re: Review Request: CLOUDSTACK-1901: API:MS: DeleteEvents deletes Archived events as well

2013-05-19 Thread Devdeep Singh
> On May 20, 2013, 6:44 a.m., Devdeep Singh wrote: > > Ship It! Committed to master. Kindly close the request. - Devdeep --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11177/#review20750 ---

Re: Review Request: CLOUDSTACK-1901: API:MS: DeleteEvents deletes Archived events as well

2013-05-19 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11177/#review20750 --- Ship it! Ship It! - Devdeep Singh On May 17, 2013, 12:56 p.m., S

Re: Review Request: CLOUDSTACK-2543: createipAlias.sh/deleteipAlias.sh won't be copied to XenServer host

2013-05-19 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11221/ --- (Updated May 20, 2013, 6:44 a.m.) Review request for cloudstack, Prasanna Santh

Re: Review Request: CLOUDSTACK-1901: API:MS: DeleteEvents deletes Archived events as well

2013-05-19 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11177/#review20749 --- Commit e7332b7c0447c8fc9bde157e4f639fde453790cd in branch refs/heads

RE: 4-2-advanced-zone-security-group

2013-05-19 Thread Paul Angus
Firebug shows that pressing the 'Add Guest Network' button Sends a request to list zones... http://10.0.0.11:8080/client/api?command=listZones&response=json&sessionkey=Sh7AB%2FpSYASsNVLeZflAG4WeFwQ%3D&_=1369031332187 which is returned: { "listzonesresponse" : { "count":1 ,"zone" : [ {"id":"64d

Re: Review Request: Fixed SRX icmp firewall rule configuration issue

2013-05-19 Thread Jayapal Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11224/ --- (Updated May 20, 2013, 5:55 a.m.) Review request for cloudstack, Abhinandan Pra

Re: Cloud Stack APIs

2013-05-19 Thread Mike Tutkowski
That's a good idea. I've sent it out to several people who have asked on this e-mail list over the past few months. I should clean it up first, though, because it has a lot of SolidFire sample code in it, too, and also hypervisor-related calls. On Sun, May 19, 2013 at 11:29 PM, Pranav Saxena wro

RE: Cloud Stack APIs

2013-05-19 Thread Pranav Saxena
Great !! You could put it up on the wiki and share the link :) . -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Monday, May 20, 2013 10:56 AM To: dev@cloudstack.apache.org Subject: Re: Cloud Stack APIs CloudMonkey is a cool tool. If you'd like to

Re: Cloud Stack APIs

2013-05-19 Thread Mike Tutkowski
CloudMonkey is a cool tool. If you'd like to write Java code to interact with the CloudStack API, however, I just wanted to put it out there that I have sample code. :) On Sun, May 19, 2013 at 10:48 PM, Pranav Saxena wrote: > Another option would be to use this awesome tool , Cloudmonkey - The

Re: Review Request: Fix for CLOUDSTACK-2085 VM weight on xen remain same as before vmscaleup

2013-05-19 Thread Prasanna Santhanam
> On May 19, 2013, 1:05 p.m., Prasanna Santhanam wrote: > > plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java, > > line 144 > > > > > > The if-else logic should be the other way

Re: Review Request: Fix for CLOUDSTACK-2085 VM weight on xen remain same as before vmscaleup

2013-05-19 Thread Prasanna Santhanam
> On May 19, 2013, 1:05 p.m., Prasanna Santhanam wrote: > > plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java, > > line 144 > > > > > > The if-else logic should be the other way

RE: Cloud Stack APIs

2013-05-19 Thread Pranav Saxena
Another option would be to use this awesome tool , Cloudmonkey - The CloudStack CLI ! (https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html ) . You can also google some screencasts for this tool . -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire

Re: Cloud Stack APIs

2013-05-19 Thread Mike Tutkowski
If you're interested, I have some Java code that does this that I could provide to you as a sample. On Sat, May 18, 2013 at 1:43 PM, Pranav Saxena wrote: > Hi , > > In case you have a developer's environment up and running , then all you > need to do it make a REST call . Example - > > http:// I

RE: [Discuss] - Domain admin not having the flexibility to create sub-domains/sub-child domains/accounts

2013-05-19 Thread Pranav Saxena
I had raised this concern sometime back and I believe , this might be taken up for some future apache CloudStack release ( may be 4.2 or later) . If you are willing to take this up , please go ahead :). -Original Message- From: ryanlei750...@gmail.com [mailto:ryanlei750...@gmail.com]

Re: [Discuss] - Domain admin not having the flexibility to create sub-domains/sub-child domains/accounts

2013-05-19 Thread Ryan Lei
Dear all, I have recently trying the functionality of CloudStack 4.0.2, and encountered the exact same problem: A domain admin has NOT MUCH MORE POWER than a regular user. They can not create the user accounts or sub-domain under their domain. Nor can they "manage" such accounts by disabling/dele

Re: Review Request: Fix for CLOUDSTACK-2085 VM weight on xen remain same as before vmscaleup

2013-05-19 Thread Harikrishna Patnala
> On May 19, 2013, 1:05 p.m., Prasanna Santhanam wrote: > > plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java, > > line 144 > > > > > > The if-else logic should be the other way

How to seperate the user portal and admin portal?

2013-05-19 Thread sx chen
hello,I want to seperate the user portal and admin portal,So admin and user will login to different server and seperate from each other. Can you give me some suggestion. another mgr server for user only and disable some functions,Is it possible?

Re: Review Request: CLOUDSTACK-1871 : domainId parameter to uploadVolume not working

2013-05-19 Thread Isaac Chiang
> On May 17, 2013, 9:12 a.m., Devdeep Singh wrote: > > Ship It! > > Devdeep Singh wrote: > Changes look fine. Issac, since you are committer, you can push these > changes yourself :). Thanks :) - Isaac --- This is an automatically

Re: Review Request: CLOUDSTACK-1871 : domainId parameter to uploadVolume not working

2013-05-19 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10479/#review20744 --- Commit 63e92a4ea6766212d4450cde3cf205d661a6419d in branch refs/heads

Re: CLOUDSTACK-2554: Yet another blocker?

2013-05-19 Thread Prasanna Santhanam
On Fri, May 17, 2013 at 06:28:38PM +, Koushik Das wrote: > The problem is that there is no default ctor in > XcpServerResource.java. Now the default ctor was changed to a > non-default one by this commit. Adding a default ctor should fix the > issue but need to check if there will be any other

Re: Review Request: Fix for CLOUDSTACK-2085 VM weight on xen remain same as before vmscaleup

2013-05-19 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10903/#review20743 --- Reopening this for review as the fix is incomplete and partly invali

Re: About testing of OVS Tunnel Manager, Fail on create new instance

2013-05-19 Thread 錦為
But, It does not have step to specify the vnet range in the create advanced zone wizard. Is it have some preprocess before specify this range ? -原始郵件- From: Chiradeep Vittal Sent: Saturday, May 18, 2013 12:45 AM To: Garnet Tang ; dev@cloudstack.apache.org Subject: Re: About testing of