Re: [Discuss] API name alias

2013-04-16 Thread Nitin Mehta
In case we need different response tags we can also extend the existing api class Thanks, -Nitin On 09/04/13 2:29 PM, Kishan Kavala kishan.kav...@citrix.com wrote: Thanks everyone for your inputs. We should avoid making changes to the APIs which have only one name. So they'll continue to

Re: [DISCUSS] Granular Global Parameters

2013-04-16 Thread Nitin Mehta
Also as Mice asked do we plan to restart MS to update say config changes we make at zone/cluster level ? For now I would suggest to stop using the class variables (which get loaded during the class initiation time) and introduce a generic interface with methods (input as name and scope id) to

Review Request: NPE while migrating volume

2013-04-16 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10539/ --- Review request for cloudstack and edison su. Description --- The state

Re: Review Request: Improve console access security with 128-bit AES encryption and securely-randomized key generation

2013-04-16 Thread Prasanna Santhanam
Hey Kelven, Will upgraded setups need to destroy/reboot console proxy VMs to have the new encryption scheme take effect? Or this is entirely seamless? Thanks, -- Prasanna., On Tue, Apr 16, 2013 at 12:39:17AM +, Kelven Yang wrote:

Re: [DISCUSS] Granular Global Parameters

2013-04-16 Thread Abhinandan Prateek
On 16/04/13 12:14 PM, Nitin Mehta nitin.me...@citrix.com wrote: Also as Mice asked do we plan to restart MS to update say config changes we make at zone/cluster level ? That is how things are currently handled in MS. You need to restart MS after any config change. For now I would suggest to

Latest master is failing at (apidocs)

2013-04-16 Thread Rajesh Battala
Hi All, Am trying to build the latest master its failing at apidocs. Check, is this api part of another build profile? Null value for key: addBaremetalHost preProcessedCommand=1 Traceback (most recent call last): File /home/rajesh/hc_fzf/tools/apidoc/gen_toc.py, line 173, in module

Re: Latest master is failing at (apidocs)

2013-04-16 Thread prasanna
Add a dictionary entry to tools/apidoc/gen_toc.py with 'Cisco' as the key On 16 April 2013 13:26, Rajesh Battala rajesh.batt...@citrix.com wrote: Hi All, Am trying to build the latest master its failing at apidocs. Check, is this api part of another build profile? Null value for key:

Re: strange output on cs4.0.1 gui when restarted

2013-04-16 Thread Sebastien Goasguen
Hi Jason, did you get passed this ? I have never had this issue. Did you select a special language ? Did you try on a different browser ? -Sebastien On Apr 9, 2013, at 7:49 PM, Jason Pavao jason.pa...@oracle.com wrote: Hey Folks, I am seeing a really strange issue, after a reboot, I am

RE: Firewall and LB network elements in inline mode

2013-04-16 Thread Koushik Das
Thanks Chiradeep, Sheng for the info. As I understand from the FS and also going over the code changes, only the LB element needs to modified to support inline mode and then the FW and LB inline scenario would be enabled on creating a network offering with inline mode enabled. There is no

Re: SSVM sets Management Server as localhost

2013-04-16 Thread Nitin Mehta
Yes, this is indeed a bug. Can you please file it against JIRA ? During the first boot MS tries to run the code below, but for some of the dev environments it finds hostIpAdr as null and so persists the default value which is localhost. if (hostIpAdr != null) {

[ACS42][QA]Issues with latest Master Build

2013-04-16 Thread Sailaja Mada
Hi, My observations with latest master build. 1) System VM's are coming up but Default template is not got downloaded 2) Can not view Console 3) From XenCenter, Tried to login to system VM's with the predefined login credentials . But it failed to login. I am using new system

[DISCUSS] labels for cloudstack university and GSoC

2013-04-16 Thread Sebastien Goasguen
Hi folks, Some of you may have seen: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+University I also emailed about the Google Summer of Code. Kelcey mentioned creating an edu mailing list. I have not particular feelings about this and I wanted to discuss it. GSoC will be

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-16 Thread Sailaja Mada
Hi, My observations with latest master build using Xenserver hyperviosor. 1) System VM's are coming up but Default template is not got downloaded - There is a fix for https://issues.apache.org/jira/browse/CLOUDSTACK-1994 - Trying with newly generated System VM template 2) Can not

RE: [DISCUSS] Granular Global Parameters

2013-04-16 Thread Mice Xia
Not meant to stray from the topic, I raised this question because I think this is a good opportunity to refactor global configs. Yes, they are two separate issues, but need think it through before work in parallel otherwise there will be many code conflicts.. +1 for Nitin's proposal: Firstly

Re: [DISCUSS] Granular Global Parameters

2013-04-16 Thread Abhinandan Prateek
On 16/04/13 2:58 PM, Mice Xia mice_...@tcloudcomputing.com wrote: Not meant to stray from the topic, I raised this question because I think this is a good opportunity to refactor global configs. Yes, they are two separate issues, but need think it through before work in parallel otherwise

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-16 Thread Sailaja Mada
Tried with newly generated xenserver template. Templates got downloaded and Console view (Firefox) also worked fine . Thanks, Sailaja.M -Original Message- From: Sailaja Mada [mailto:sailaja.m...@citrix.com] Sent: Tuesday, April 16, 2013 2:47 PM To: dev@cloudstack.apache.org Subject:

Re: API naming conventions

2013-04-16 Thread Prasanna Santhanam
Oh that's more than I intend to chew :) I only want the APIs to have some defined pattern - naming and semantics. This if from a integration perspective than from the perspective of a developer of cloudstack. There is currently no documentation on what I should name my API and how I choose b/w

Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-16 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10541/ --- Review request for cloudstack, Devdeep Singh, Sateesh Chodapuneedi, and Min

RE: API naming conventions

2013-04-16 Thread Koushik Das
A fixed naming pattern with verb followed by noun looks good. If required the verbs can be categorized further like lifecycle verbs - create, delete etc. -Original Message- From: prasanna [mailto:srivatsav.prasa...@gmail.com] On Behalf Of Prasanna Santhanam Sent: Tuesday, April 16,

Re: SSVM sets Management Server as localhost

2013-04-16 Thread Adrien Montfort
Here is the JIRA issue : https://issues.apache.org/jira/browse/CLOUDSTACK-2047 Regarding my other issue (/usr/local/cloud is empty) it was fixed with apt-get install cloud-system-iso on the KVM host (as mentionned in a previous

[DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Sebastien Goasguen
Hi, There has been some terrific progress on the translations. The easiest way to share it is to check the Transifex dashboard, below are some screenshots: The runbook: http://awesomescreenshot.com/0bd163zldd The UI: http://awesomescreenshot.com/089163zva2 The entire docs set:

Re: API naming conventions

2013-04-16 Thread Rohit Yadav
Use what we have been using so far: API := lowercase action:CamelCaseSubjects lowecase action := add| remove | list | etc CamelCaseSubjects := Users|Zones|VirtualMachines|...|*subjects*... So, based on such rule; the following makes sense: - configLdap About subjects, think what the API is

Re: Cloudstack.org domain

2013-04-16 Thread Noah Slater
I'm not sure how useful this is to you, but I just started a thread on infrastruct...@apache.org with the subject ASF DNS pointing to non-ASF machines. It happens that I am involved with another project in a similar predicament, and I would like to get some additional clarity on the policy. If

Re: [PROPOSAL][CLOUDSTACK-1828] NAT on private gateway

2013-04-16 Thread Jayapal Reddy Uradi
FS API section is updated. Source NAT on the private gateway can be enabled only while adding the private gateway. when the private gateway is deleted source nat on private gateway deleted. Please review the FS and provide your comments. Thanks, Jayapal On 15-Apr-2013, at 3:38 PM, Jayapal

Re: Cloudstack.org domain

2013-04-16 Thread Noah Slater
Okay, some success. Here is a mail sent to infrastruct...@apache.org: On 16 April 2013 13:44, Tony Stevenson pct...@apache.org wrote: Noah Slater wrote on Tue, Apr 16, 2013 at 01:33:39PM +0100: Hi, It recently came up on the CloudStack list that if cloudstack.org moves over to ASF

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Gavin Lee
Yes, Traditional Chinese moving very quickly. Hopefully, the other languages can have more contributors. For the UI part, I saw the characters are not recognizable (browser encoding setting: auto detect Unicode UTF-8): ja: http://snag.gy/AVsbU.jpg zh_CN: http://snag.gy/MxbBS.jpg The other

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Sebastien Goasguen
On Apr 16, 2013, at 9:41 AM, Gavin Lee gavin@gmail.com wrote: Yes, Traditional Chinese moving very quickly. Hopefully, the other languages can have more contributors. For the UI part, I saw the characters are not recognizable (browser encoding setting: auto detect Unicode UTF-8): ja:

Review Request: CLOUDSTACK-741: Granular Global Parameters

2013-04-16 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10548/ --- Review request for cloudstack, Abhinandan Prateek, Kishan Kavala, and Nitin

Re: Review Request: CLOUDSTACK-741: Granular Global Parameters

2013-04-16 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10548/ --- (Updated April 16, 2013, 2:26 p.m.) Review request for cloudstack, Abhinandan

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Gavin Lee
The UI for 4.1 branch is ok, there is one case relate to the encoding issue: https://issues.apache.org/jira/browse/CLOUDSTACK-870 Since messages_zh_CN.properties and messages_ja.properties file under resource folder are not human readable, how to translate or modify the content? On Tue, Apr 16,

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Sebastien Goasguen
On Apr 16, 2013, at 10:40 AM, Gavin Lee gavin@gmail.com wrote: The UI for 4.1 branch is ok, there is one case relate to the encoding issue: https://issues.apache.org/jira/browse/CLOUDSTACK-870 This was solved in https://issues.apache.org/jira/browse/CLOUDSTACK-1517 I see that 870 is

CloudStack coming meetup in China

2013-04-16 Thread Gavin Lee
There were several meetups in China in Q1, 2013, mostly in Beijing and Shanghai. From now on, I'll summerize the relate info(attendees, sharing materials, etc) and keep dev list updating about the coming meetup. The recent meetup is April 20th from 1:30PM to 5:30PM, there are 3 topics: 1. Update

Re: Review Request: Cloudstack-701 Support for non contiguous vlan ranges.

2013-04-16 Thread bharat kumar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10238/ --- (Updated April 16, 2013, 2:53 p.m.) Review request for cloudstack and

Re: Review Request: Cloudstack-701 Support for non contiguous vlan ranges.

2013-04-16 Thread bharat kumar
On April 12, 2013, 9:53 a.m., Abhinandan Prateek wrote: Ship It! Abhinandan Prateek wrote: The patch does not apply, can you resubmit after checking it. uploaded the new diff - bharat --- This is an automatically generated

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Go Chiba
Gavin, I running 4.1 repository and all of languages of zh_CN are working well as below. http://gyazo.com/6dbc68ecc1ee4b70feec9ff53c51df99 In the previous, ja_JP and zh_CN had a encoding problem as you said, but I believe newest 4.1 repository are fixed and you could running it on UTF-8

Re: [DOCS][TRANSLATIONS] Upate

2013-04-16 Thread Milamber
Le 16/04/2013 14:45, Sebastien Goasguen a ecrit : On Apr 16, 2013, at 10:40 AM, Gavin Leegavin@gmail.com wrote: The UI for 4.1 branch is ok, there is one case relate to the encoding issue: https://issues.apache.org/jira/browse/CLOUDSTACK-870 This was solved in

Re: strange output on cs4.0.1 gui when restarted

2013-04-16 Thread Milamber
The text is display as URL encode (example: %20 == space char). Empty your cache browser, close it and restart. Try now to view the admin UI? Milamber Le 16/04/2013 08:01, Sebastien Goasguen a ecrit : Hi Jason, did you get passed this ? I have never had this issue. Did you select a special

[PATCH][ACS41] CLOUDSTACK-2033 Fix usage server startup and logging

2013-04-16 Thread Hugo Trippaers
Please cherry pick commits ae16f332132a5eb1e3ff85a0c435dbe25a1d6299 574e716352290f9c34bfa7bd3134a13e0caa8da2. Packaging fixes for usage server, but there are some code changes implemented to fix the startup. Cheers, Hugo

Re: strange output on cs4.0.1 gui when restarted

2013-04-16 Thread Jason Pavao
Thanks Sebastian for checking in with me. It turned out that I or one of my jenkins users switched- encode.api.response in global settings from false to true This caused all that garbled output. Once we set it back and performed a reboot of the management server, we were back in business.

Re: inheritable componentContexts

2013-04-16 Thread Kelven Yang
On 4/16/13 1:15 AM, Prasanna Santhanam t...@apache.org wrote: This is probably a question for the Spring community but I'll ask here anyway. Every so often when the componentContext.xml.in changes I find that I have to fix up simulatorComponentContext.xml.in similarly to make the beans load

Re: strange output on cs4.0.1 gui when restarted

2013-04-16 Thread Jason Pavao
Sure! It'll be my first bug! Exciting! Issue CLOUDSTACK-2050 - encode.api.response in global settings when set to true will create garbled % output int he gui and json output has been successfully created. Yay! Thanks again for all help. -jason On 4/16/2013 10:03 AM, David Nalley wrote:

RE: [DISCUSS] labels for cloudstack university and GSoC

2013-04-16 Thread Kelcey Damage (BT)
I think the concern here was in adding further volume to the dev list, which should be primarily about just that, 'Development'. And EDU could be an opt-in list. EDU is a wonderful initiative, however the more non-dev related content we poor into dev, the more we pester the core development

RE: How to set the default network when I specify IP use iptonetworklist parameter when deploy a vm?

2013-04-16 Thread Sangeetha Hariharan
We did have an issue where default network was not programmed correctly in 4.1 which is now fixed: CLOUDSTACK-1115 - In multiple shared network unable to login with default nic - KVM It is possible you are hitting the same issue , not sure. Both iptonetworklist and networkIds cannot be used in

Re: [DISCUSS] labels for cloudstack university and GSoC

2013-04-16 Thread Joe Brockmeier
On Tue, Apr 16, 2013, at 03:57 AM, Sebastien Goasguen wrote: Instead of creating a list maybe we can just use tags/labels in emails: [GSOC] and [ACSEDU] +1 Suggestion: EDU efforts are probably more marketing than dev, so it might be best to shunt those discussions to marketing unless

RE: CLOUDSTACK-1747: fresh deploydb bug in 4.1 requires cherry-pick commits from master

2013-04-16 Thread Sangeetha Hariharan
I still see this issue on master build , where after executing cloudstack-setup-databases DB version is still pointing to 4.0.0. I have logged the following bug to track this issue: CLOUDSTACK-2052 - After executing cloudstack-setup-databases , DB version is still pointing to 4.0.0.

RE: [DISCUSS] labels for cloudstack university and GSoC

2013-04-16 Thread Kelcey Damage (BT)
I like Joe's proposition of potentially housing the [ACSEDU] tag under marketing. I do agree that [GSoC] is 'Dev' related and belongs on that list. -Original Message- From: Joe Brockmeier [mailto:j...@zonker.net] Sent: Tuesday, April 16, 2013 10:35 AM To: dev@cloudstack.apache.org

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-16 Thread Wei ZHOU
Hi Joe, Is this patch included in 4.0.2? https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=5ac59fbecbae069ab46048e9a73a6f7b8fb2d4b1 Kind regards, Wei 2013/4/16 Joe Brockmeier j...@zonker.net Hi All, I've created a 4.0.2 release, with the following artifacts up for a

grant/revokeAccess Question

2013-04-16 Thread Mike Tutkowski
Hi Edison, I forgot to ask you about these methods when we talked yesterday. :) It is my understanding that grant/revokeAccess will be called to grant access to a host or revoke access from a host for a volume. Our SAN has two ways of allowing access to volumes from hosts: 1) If the necessary

RE: [ASFCS42] Proposed schedule for our next release

2013-04-16 Thread Animesh Chaturvedi
I want to call out my concern on technical debt we have accumulated so far. I did an analysis on JIRA bugs yesterday night PST on Affects Version = 4.1 and created since Dec 2012 Total records : 429 Resolution Type (Invalid, Duplicate, Cannot reproduce etc.) : 87 (30

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-16 Thread Marcus Sorensen
I've actually got a patch that *I believe* goes along with a previous bugfix that is in 4.0.2 already, I'm trying to determine that and test right now. I should be able to let you know within an hour or two whether or not I think it should be applied. On Tue, Apr 16, 2013 at 2:45 PM, Joe

[QA][ACS42] Test Plan for Enhanced Baremetal support for Cisco UCS

2013-04-16 Thread Parth Jagirdar
Test Plan @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enhanced+Baremetal+support+for+Cisco+UCS Requirements @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enhanced+Baremetal+support+on+Cisco+UCS FS @

apidocs build failing on master?

2013-04-16 Thread Vijayendra Bhamidipati
Hi, I'm running into the following error when trying mvn install -P developer,systemvm -Dnonoss on top of master: [INFO] [INFO] Building Apache CloudStack apidocs 4.2.0-SNAPSHOT [INFO]

RE: Desktop as a Service solution

2013-04-16 Thread Vijayendra Bhamidipati
Iheb, You mentioned DaaS, so if possible, please provide us with more details on the DaaS solution you are trying to implement. Since you mentioned VDI protocols, I assume you are looking to build a VDI solution on top of a cloud platform, spawning off VDI host VMs on demand, and deploying a

RE: Desktop as a Service solution

2013-04-16 Thread Vijayendra Bhamidipati
Ah, didn't see the subject line earlier - I was thinking of Data as a service apart from Desktop as a Service when I saw DaaS and was wondering! You can ignore that first line unless you want to add more :) Regards, Vijay -Original Message- From: Vijayendra Bhamidipati

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-16 Thread Marcus Sorensen
Alright, I've tested and verified that the patch/issue does NOT apply to 4.0 branch. I'll give this build a +1 (binding) On Tue, Apr 16, 2013 at 3:31 PM, Marcus Sorensen shadow...@gmail.comwrote: I've actually got a patch that *I believe* goes along with a previous bugfix that is in 4.0.2

[RFC][FS]PVLAN for isolation within a VLAN

2013-04-16 Thread Sheng Yang
Hi all, I am current working on a new mechanism to archive isolation for advance shared network. It took advantage of PVLAN feature of Cisco switch, to achieve isolation using a simpler way. Here is the FS. You probably need to read references(in the link) to get an idea of PVLAN first.

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-16 Thread Sangeetha Hariharan
I am not able to start user Vms successfully using the build from master. I am testing with Xenserver 6.0.2 hosts. User Vm starts successfully but it gets to stopped state after few seconds. deployVM reports success . But later on cluster sync sees this Vm in stopped state and sends a

[PROPOSAL] [CLOUDSTACK-2056] DeploymentPlanner choice via ServiceOffering

2013-04-16 Thread Prachi Damle
I would like to propose a new feature - DeploymentPlanner choice via ServiceOffering Jira ticket created: https://issues.apache.org/jira/browse/CLOUDSTACK-2056 This is to expose the choice of Deployment Planner via Service Offering and let Admin use a mix of Planners in a CS deployment. The

Re: Firewall and LB network elements in inline mode

2013-04-16 Thread Sheng Yang
Basically, yes. Firewall got some minor changes as you seen in the code, but in logic FW shouldn't concern about inline or not. --Sheng On Tue, Apr 16, 2013 at 1:30 AM, Koushik Das koushik@citrix.com wrote: Thanks Chiradeep, Sheng for the info. As I understand from the FS and also going

Create rbd primary storage fail in CS 4.0.1

2013-04-16 Thread Guangjian Liu
Create rbd primary storage fail in CS 4.0.1 Anybody can help about it! Environment: 1. Server A: CS 4.0.1 OS: RHEL 6.2 x86-64 2. Server B: Ceph 0.56.4 OS: RHEL 6.2 x86-64 3. Server C: KVM/Qemu OS: Ubuntu 12.04 compile libvirt and Qemu as document root@ubuntu:/usr/local/lib# virsh version

Re: [ACS41][DOCS] Generate diff of APIs changed/added/deleted?

2013-04-16 Thread David Nalley
On Tue, Apr 9, 2013 at 1:36 PM, Alena Prokharchyk alena.prokharc...@citrix.com wrote: Joe, here is the file: ./server/src/com/cloud/api/doc/ApiXmlDocReader.java I used to run it this way: Java -cp CS classpath com.cloud.api.doc.ApiXmlDocReader -old path to old xml file -new path to new

Re: [PATCH][ACS41] CLOUDSTACK-2048 - When Connectivity is added to a VpcOffering the provider is set to VPCVirtualRouter, should be NiciraNvp

2013-04-16 Thread Chip Childers
On Tue, Apr 16, 2013 at 03:36:14PM +, Hugo Trippaers wrote: Chip, Can you apply this fix to 4.1? There is a better fix for this in master, but that is more involved. This fix will allow NiciraNvp users to create VPC's without having to edit the database and has only minimal impact on

Re: [ACS41][DOCS] Generate diff of APIs changed/added/deleted?

2013-04-16 Thread Jessica Tomechak
On Tue, Apr 16, 2013 at 5:02 PM, David Nalley da...@gnsa.us wrote: On Tue, Apr 9, 2013 at 1:36 PM, Alena Prokharchyk alena.prokharc...@citrix.com wrote: Joe, here is the file: ./server/src/com/cloud/api/doc/ApiXmlDocReader.java I used to run it this way: Java -cp CS classpath

Re: CloudStack coming meetup in China

2013-04-16 Thread Gavin Lee
Done. Thanks for reminding me. On Tue, Apr 16, 2013 at 10:53 PM, Joe Brockmeier j...@zonker.net wrote: Hi Gavin, Can you also update the market...@cloudstack.apache.org list? On Tue, Apr 16, 2013, at 09:46 AM, Gavin Lee wrote: There were several meetups in China in Q1, 2013, mostly in

Re: Review Request: 4.1 deb packaging tomcat fixes

2013-04-16 Thread Animesh Chaturvedi
On March 31, 2013, 3:03 p.m., Wido den Hollander wrote: Ship It! Wido is this in master now? - Animesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9714/#review18567

Re: Review Request: Documentation for the new features: Optional Public IP assignment for EIP with Basic Zone, Enable L4-L7 network services in the shared network in the advanced zone, and User-provid

2013-04-16 Thread Animesh Chaturvedi
On March 4, 2013, 9:21 p.m., Venkata Siva Vijayendra Bhamidipati wrote: Ship It! Radhika PC wrote: will merge once Murali merges the code into Master. Radhika both 312 and 265 are closed now, can this review be closed now - Animesh

Thoughts on API changes in release notes

2013-04-16 Thread David Nalley
Hi folks, I've played with a table and itemizedlist, and still not happy with how to represent changes in the API.. Here's some plain text of what I am trying to figure out how to format. createVlanIpRange Request: New parameters: endipv6 (optional), ip6cidr (optional), ip6gateway

RE: Thoughts on API changes in release notes

2013-04-16 Thread Radhika Puthiyetath
How about itemized list within a table of six rows: API | Description| Request: Changed Parameter| Request: New Parameter |Response: Changed Parameter| Response: New Parameter Or API | Description| Changed Parameter| New Parameter | Under Changed/ New Parameter, itemized lists for both

Re: [ACS41][Patch Request]

2013-04-16 Thread Marcus Sorensen
Thanks, here's one more related to it... commit 2057221f4f1fd5afde422b367fc416d4e44275cb Author: Marcus Sorensen mar...@betterservers.com Date: Tue Apr 16 22:18:38 2013 -0600 CLOUDSTACK-2051 - The previous patch ensures that holes in deleting storage pools the proper way won't cause

RE: [ACS42][QA] Test cases for Dedicated Resources - Public IP Addresses and VLANs per Tenant feature uploaded

2013-04-16 Thread Abhinav Roy
Sure, I will add those tests as well. Thanks for your comments. Regards, Abhinav -Original Message- From: Likitha Shetty [mailto:likitha.she...@citrix.com] Sent: Wednesday, April 17, 2013 2:22 AM To: dev@cloudstack.apache.org Subject: RE: [ACS42][QA] Test cases for Dedicated Resources

Re: Review Request: Cloudstack-701 Support for non contiguous vlan ranges.

2013-04-16 Thread Abhinandan Prateek
On April 12, 2013, 9:53 a.m., Abhinandan Prateek wrote: Ship It! Abhinandan Prateek wrote: The patch does not apply, can you resubmit after checking it. bharat kumar wrote: uploaded the new diff committed - Abhinandan

Re: [ACS41] Can we resolve CLOUDSTACK-2027?

2013-04-16 Thread Chiradeep Vittal
According to https://issues.apache.org/jira/browse/CLOUDSTACK-934 The bug reporter (Angie) is trying to use a hand-rolled version of RHEL (libvirt and ovs). I'd agree with Edison's assessment that we should only support whatever the vendor supports. On 4/16/13 5:36 PM, Chip Childers

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-16 Thread Venkata Siva Vijayendra Bhamidipati
On April 16, 2013, 4:31 a.m., Prasanna Santhanam wrote: tools/marvin/marvin/cloudstackConnection.py, line 61 https://reviews.apache.org/r/10294/diff/4/?file=281521#file281521line61 How and when does marvin decide to use POST? Which commands will call the POST httpmethod? May be

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-16 Thread Rohit Yadav
On Wed, Apr 17, 2013 at 11:00 AM, Venkata Siva Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: On April 16, 2013, 4:31 a.m., Prasanna Santhanam wrote: tools/marvin/marvin/cloudstackConnection.py, line 61

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-16 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10294/ --- (Updated April 17, 2013, 5:44 a.m.) Review request for cloudstack, Chip