Re: Review Request: (CLOUDSTACK-1638) Network plugins won't be notified VM migration.

2013-03-19 Thread Chiradeep Vittal
anything, but if you look at the other plugins (e.g., NiciraNvp), they destroy the logical port on the NVP switch when release is called. Perhaps we need a new method in the NetworkElement interface explicitly for migration - Chiradeep Vittal On March 15, 2013, 6:51 a.m., Hiroaki Kawai wrote

Re: Review Request: Fix for CLOUDSTACK-1537 - Restart network with clean up set to true causes Autoscaled LB rule to get mangled and unusable

2013-03-19 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10017/#review18097 --- +1 on moving code out of NetworkManagerImpl - Chiradeep Vittal

Re: [PROPOSAL] EIP across zones

2013-03-18 Thread Chiradeep Vittal
Thanks for this. I'd like to note that there is no evidence that AWS maintains a separate pool of "Elastic Public IP" and "Ephemeral Public IP". If we drop this phantom construct, then the feature is greatly simplified - there are not 2 workflows to acquire a persistent public ip - there are no a

Re: State of the host is up when its resourcestate is Maintenance

2013-03-18 Thread Chiradeep Vittal
Looks OK to me On 3/18/13 1:19 AM, "Sailaja Mada" wrote: >Hi, > >When the host is marked for Maintenance, the state of the host is >returned as "up" . Is it correct? > >Do we have any other state defined for the host if its resourcestate is >Maintenance ? > >2013-03-18 13:46:11,565 INFO [cloud

Re: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack

2013-03-13 Thread Chiradeep Vittal
On 3/13/13 9:40 AM, "Koushik Das" wrote: >I am trying to understand the deployment model with Asa1000v for the VPC >use case mentioned in FS >- Cloud operator creates VPC network offering with source nat using >ASA1000v as the service provider for firewall, source nat, port >forwarding, ACL and

Re: [Discuss] Support for non-contiguous vlan ranges.

2013-03-12 Thread Chiradeep Vittal
e this in the FS. > >Bharat. > >On Mar 6, 2013, at 6:11 AM, Chiradeep Vittal > wrote: > >> Will the changes be atomic? All or nothing? >> >> Existing range E= 100-200, in use U=101,121,131 >> New request: add=201-301, remove=100-201 >> >> O

Re: [Discuss] Support for multiple ip ranges.

2013-03-12 Thread Chiradeep Vittal
On 3/11/13 5:13 AM, "Bharat Kumar" wrote: >Hi Chiradeep, > >> >> I'm guessing there is some change in the logic for assigning a guest or >> management ip address (in order to select from the new subnet / range) > >In case if the admin wants to specify the ip that will be allotted to a >guest v

Re: Virtual Router Network Service Restrictions

2013-03-12 Thread Chiradeep Vittal
Nevertheless a good endeavor to start breaking up these dependencies. On 3/12/13 6:55 PM, "Sheng Yang" wrote: >Sorry missed it at first place... > >The reason is our logic in the VR scripts would presume that source >nat is enabled, if we want to enable other services. For example, if >you don't

Re: [DISCUSS] RESTful agent for Hyper-V plugin

2013-03-12 Thread Chiradeep Vittal
Is this an accurate summary? 1. Design a REST-ful API that is functionally equivalent to the operations provided in the agent-api package 2. Implement this in C# / .NET 3. Run one of these API servers on every hypervisor +3 if my understanding is right. If so, - how would the vm orchestrator "f

Re: GRE controller question

2013-03-12 Thread Chiradeep Vittal
Only the guest network uses GRE. Others are VLAN. I don't think you can use untagged for public but should be OK for management. On 3/12/13 7:42 AM, "Sebastien Goasguen" wrote: >Hi, > >I have a setup with CS4.0.1 in my laptop and two XS 6.1 (the hosts come >up, storage are setup) via virtual box

Re: [PROPOSAL][CLOUDSTACK-1456] SG Isolation in Advanced Zone for VMWare Hypervisor using PVLANs

2013-03-11 Thread Chiradeep Vittal
As far as I can tell most of the requirements can NOT be satisfied by PVLAN. The only thing PVLAN can do is: 1. Restrict a VM's traffic to the upstream router 2. Restrict a VM's traffic to a set of Vms on the same physical VLAN. PVLAN does not offer any L4 access control, nor can it work across L3

Re: Using newer DIY SystemVMs

2013-03-11 Thread Chiradeep Vittal
> >This procedure already exists somewhere. System VM upgrades aren't new to >CS. >Let me see if I can dig it up. http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.1-i ncubating/html/Release_Notes/upgrade-instructions.html

Re: Using newer DIY SystemVMs

2013-03-11 Thread Chiradeep Vittal
On 3/8/13 9:20 AM, "Chip Childers" wrote: >On Thu, Mar 07, 2013 at 08:55:19PM -0700, Marcus Sorensen wrote: >> Just for confirmation, we are going to require a new system VM in 4.2 >>(or >> 5.0?), right? > >I believe that's the best thing to do, yes. > >> What about upgrading, is there a facil

Re: [WIKI] Releases section of the wiki was re-worked a bit...

2013-03-11 Thread Chiradeep Vittal
On 3/11/13 5:50 PM, "Chip Childers" wrote: >Hi all, > >I spent some time today to consolidate information from several >different draft documents we had floating around, as well as from recent >discussions and decisions we made on the list. > >--- > >I've edited the top level "Releases" page to

Re: [MERGE] Multiple IPs per NIC UI

2013-03-11 Thread Chiradeep Vittal
Not sure if the images attached to the bug are still accurate. If they are, it strikes me that the 'zone' column is extremely redundant. On 3/11/13 10:56 AM, "Chip Childers" wrote: >On Mon, Mar 11, 2013 at 10:34:15AM -0700, Brian Federle wrote: >> Hi all, >> >> I would like to merge in the UI s

Re: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-11 Thread Chiradeep Vittal
+1 On 3/11/13 9:42 AM, "Chip Childers" wrote: >Hi, > >I would like to invite the CloudStack community to vote on whether >Apache CloudStack is ready to graduate to top-level project status. The >result of this vote will demonstrate whether the community is willing to >govern itself (which is a r

Re: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack

2013-03-11 Thread Chiradeep Vittal
pass custom parameters like >> vnmc ip, password etc. while creating VM instance. So for now the ASA >> instance creation is a manual step similar to VNMC appliance. In case >>there is >> a way out, the auto-creation can be done as a future enhancement. >> >

Re: [Discuss] Support for multiple ip ranges.

2013-03-08 Thread Chiradeep Vittal
using the updatePod API? On 3/5/13 4:56 PM, "Chiradeep Vittal" wrote: >The FS is confusing. createVlanIpRange is used for shared networks and >public networks. There should be separate sections detailing the usecases >for basic zone and advanced zone. >What about removing

Re: [PROPOSAL] BVT for CloudStack checkins

2013-03-08 Thread Chiradeep Vittal
On 3/8/13 11:30 AM, "Chip Childers" wrote: >On Fri, Mar 08, 2013 at 08:54:05AM -0800, Alex Huang wrote: >> > >> > I'd add: >> > Large scale of our code base >> > Difficulty of testing at scale without plenty of hardware (which was >>a problem >> > stated during incubation proposal) >> >> I'm

Re: [DISCUSS] Method/Algorithm to gather Health Check states

2013-03-07 Thread Chiradeep Vittal
I don't see this requirement in the original requirement https://cwiki.apache.org/confluence/display/CLOUDSTACK/Load+Balancer+Health +checks IMO, this should be a different service (monitoring service) that can be report on LB status. I.E, this is not part of this feature. On 3/7/13 7:51 AM, "V

Re: Security Groups in Advanced Zone - Plugin Support

2013-03-07 Thread Chiradeep Vittal
On 3/7/13 12:22 AM, "Dave Cahill" wrote: >Hi Chiradeep, > >Thanks for jumping in, great to get feedback on this one. > >However, SecurityGroups are handled by SecurityGroupManagerImpl, which >simply sends a Command to the agent without checking for, or calling >into, a SecurityGroupsProvider. I

Re: [PROPOSE] Refactor appliance building code under one tools/appliance

2013-03-07 Thread Chiradeep Vittal
IMO, nice to have. I am happy to let others build and make devcloud appliances available (as long as they are listed on the wiki). AFAIK, they can do it already. On 3/7/13 3:15 AM, "Rohit Yadav" wrote: >Apart from building systemvms, we also have some code that should >build us devcloud and base

Re: Review Request: Adding awsapi in the require section of cloud.spec as it resolves issue with EC2 QUERY API Feature.

2013-03-07 Thread Chiradeep Vittal
+1 on being part of default cloudstack install. On 3/7/13 12:07 PM, "Chip Childers" wrote: > >--- >This is an automatically generated e-mail. To reply, visit: >https://reviews.apache.org/r/9776/#review17569 >

Re: Review Request: Remove VNS isolation option from UI

2013-03-07 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9787/#review17561 --- Ship it! builds fine - Chiradeep Vittal On March 6, 2013, 11:39

Re: Security Groups in Advanced Zone - Plugin Support

2013-03-06 Thread Chiradeep Vittal
Not sure I understand the thread below. Security groups today are provided on the hypervisor level (dom0 / kvm host). There is currently a conundrum - on XenServer Open vSwitch (OVS) is the defacto vswitch. OVS however cannot do stateful packet inspection. This might entail switching to Linux bri

Re: 5.1 Vmware SDK requires JDK 6

2013-03-05 Thread Chiradeep Vittal
Agree with Kawai here. On 3/5/13 7:49 PM, "KAWAI Hiroaki" wrote: >Hi, that is not a problem of vmware jar. That is a matter of >com.cloud.hypervisor.vmware.util.VmwareContext. It imports >com.sun.xml.internal.ws.transport.http.client.CookieJar, but >it MUST NOT DO so, because it is an library in

Re: Building latest master is failing while compiling VMware

2013-03-05 Thread Chiradeep Vittal
For now, there's 2 ways of getting past this: A. Switch to JDK 6 B. Comment out the code I discussed this with Min and she's looking for a solution. My understanding is that it works for JDK6. If she cannot find a workaround quickly she will comment it out herself. On 3/5/13 9:02 PM, "Rajesh Bat

Re: [Discuss] Support for multiple ip ranges.

2013-03-05 Thread Chiradeep Vittal
The FS is confusing. createVlanIpRange is used for shared networks and public networks. There should be separate sections detailing the usecases for basic zone and advanced zone. What about removing ip ranges? Api parameters description, format, range should be provided Error conditions should be d

Re: [Discuss] Support for non-contiguous vlan ranges.

2013-03-05 Thread Chiradeep Vittal
Will the changes be atomic? All or nothing? Existing range E= 100-200, in use U=101,121,131 New request: add=201-301, remove=100-201 Or E = 100-200, U=110-120 A = 150-250, R=100-149 etc On 1/24/13 10:13 PM, "Bharat Kumar" wrote: > Thank you Manan for pointing this out i intended to say multi

Re: Using newer DIY SystemVMs

2013-03-05 Thread Chiradeep Vittal
sauce.png > >Regards. >PS. Was AFK yesterday, down with flu, much better now. > >On Fri, Mar 1, 2013 at 11:29 PM, Chiradeep Vittal > wrote: >> >> >> On 3/1/13 4:03 AM, "Rohit Yadav" wrote: >>> >>>- Saw systemvms started from the template,

Re: [ACS41][QA] Test plan for List API Performance Optimization

2013-03-04 Thread Chiradeep Vittal
On 2/22/13 10:24 AM, "Sowmya Krishnan" wrote: >Hi, > >I've posted a test plan for tracking the performance numbers for the set >of List APIs which were optimized as mentioned in >https://issues.apache.org/jira/browse/CLOUDSTACK-527 >Test plan is here: >https://cwiki.apache.org/confluence/displa

Re: issue with 4.1

2013-03-04 Thread Chiradeep Vittal
+1 (again) On 3/4/13 1:06 PM, "Alex Huang" wrote: >+1. It does not belong to the management server. > >--Alex > >> -Original Message- >> From: John Burwell [mailto:jburw...@basho.com] >> Sent: Monday, March 4, 2013 8:13 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: issue

Re: Review Request: BigSwitch networking plugin update

2013-03-04 Thread Chiradeep Vittal
Also, please fix 13445 in 4.1 by remving references to VNS - Chiradeep Vittal On Feb. 28, 2013, 7:33 a.m., Kanzhe Jiang wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apach

Re: [DISCUSS] Affinity / Anti-affinity Rules

2013-03-01 Thread Chiradeep Vittal
On 3/1/13 7:14 AM, "Chip Childers" wrote: >On Thu, Feb 28, 2013 at 03:18:51PM -0800, Prachi Damle wrote: >> So far per the scope of the feature, Affinity groups is an entity >>created by an individual account and can be used, listed only by that >>account. >> >> Wanted to know if we see any us

Re: [VOTE] Change the project bylaws to modify the PMC Chair voting process and add a term length

2013-03-01 Thread Chiradeep Vittal
+1 On 3/1/13 8:16 AM, "Chip Childers" wrote: >Hi all, > >As previously discussed [1], we'd like to make a change to our bylaws >[2] to modify the method of selecting a PMC chair. We also want to add >a term for the chair. > >[1] http://markmail.org/message/ifwwce657u36yuwz >[2] >https://cwiki.

Re: Using newer DIY SystemVMs

2013-03-01 Thread Chiradeep Vittal
On 3/1/13 4:03 AM, "Rohit Yadav" wrote: > >- Saw systemvms started from the template, saw patching happening, >logged in with creds (root/password) to verify that it was indeed the >new one (Linux 3.2 :) >- The agents were running fine, there was a latency issue (agents were >lagging behind) >-

Re: What are the System VM Templates for ASF 4.1 Release?

2013-02-27 Thread Chiradeep Vittal
mware tools, which didn't >affect other two templates(KVM and Xen). We would need to do it again, >Kelven should able to help with it. > >--Sheng > >On Wed, Feb 27, 2013 at 8:12 AM, Chip Childers > wrote: >> On Tue, Feb 26, 2013 at 10:23:04PM -0800, Chiradeep Vittal w

Re: Question pertaining to Use of same public IP for static NAT, PF and LB in VPC

2013-02-27 Thread Chiradeep Vittal
1. You cannot upgrade to an offering which uses multiple devices to offer the same services 2. There are port-level conflicts that need to be tested: e.g., LB on port 80 along with PF on the same port, static NAT + PF etc On 2/27/13 6:30 PM, "Chandan Purushothama" wrote: >I referred to the Feat

[jira] [Commented] (CLOUDSTACK-1047) tracking in logs using job id

2013-02-26 Thread Chiradeep Vittal (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588093#comment-13588093 ] Chiradeep Vittal commented on CLOUDSTACK-1047: -- We can use NDC

Re: What are the System VM Templates for ASF 4.1 Release?

2013-02-26 Thread Chiradeep Vittal
Another work-around may be to not require new systemvms unless the ipv6 feature is required in which case: A. We provide the bits of the systemvm of whatever Sheng's been testing with (with the caveat that it is under development/beta) B. Write a patch for cloud-early-config (or ssh in after VR is

Re: devcloud2 issue ...again

2013-02-26 Thread Chiradeep Vittal
Isn't this CLOUDSTACK-587 ? Do you need the cpvm? You could set consoleproxy.capacity.standby to 0 On 2/26/13 9:33 PM, "Sebastien Goasguen" wrote: >Very strange. > >I set systemvm.use.local.storage to true and the ssvm started, but the >cpvm did not and I get a new type of error now: > > [ja

[jira] [Updated] (CLOUDSTACK-1416) Log job id along with job thread

2013-02-26 Thread Chiradeep Vittal (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chiradeep Vittal updated CLOUDSTACK-1416: - Assignee: Kelven Yang > Log job id along with job thr

[jira] [Created] (CLOUDSTACK-1416) Log job id along with job thread

2013-02-26 Thread Chiradeep Vittal (JIRA)
Chiradeep Vittal created CLOUDSTACK-1416: Summary: Log job id along with job thread Key: CLOUDSTACK-1416 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1416 Project: CloudStack

Re: What are the System VM Templates for ASF 4.1 Release?

2013-02-26 Thread Chiradeep Vittal
That was for (master) 4.2 On 2/26/13 1:57 PM, "Musayev, Ilya" wrote: >I could have sworn Rohit posted Jenkins build of sysvms... but I cant >seem to find it.. > >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Tuesday, February 26, 2013 4:55 PM >To: clou

New committer: Radhika Puthiyetath

2013-02-26 Thread Chiradeep Vittal
Hi folks: The Podling Project Management Committee (PPMC) for Apache CloudStack has asked Radhika Puthiyetath to become a committer and we are pleased to announce that she has accepted. Being a committer enables easier contribution to the project since there is no need to go via the patch submiss

FW: Build failed in Jenkins: cloudstack-marvin-41 #65

2013-02-26 Thread Chiradeep Vittal
Is this real? On 2/26/13 3:09 AM, "Apache Jenkins Server" wrote: >See > >Changes: > >[bhaisaab] CLOUDSTACK-416: Add XCP 1.6.x as supported hypervisor > >[bhaisaab] scripts: Fix security_group.py handling of args and unknown >command

Re: Cloudstack meetup / BOF at ApacheCon NA?

2013-02-26 Thread Chiradeep Vittal
Missed this. Perhaps lunch on Wednesday? On 2/26/13 9:30 AM, "Sebastien Goasguen" wrote: > >On Feb 26, 2013, at 12:22 PM, Sean C. Sullivan wrote: > >> Any Cloudstack devs at Apachecon this week? Is there going to be a >> Cloudstack meetup or BOF? > >A lot of us are going to be in the cloud cro

Re: [discuss] NetworkManager in migration

2013-02-26 Thread Chiradeep Vittal
On 2/25/13 6:55 PM, "KAWAI Hiroaki" wrote: >Hi, I'm writing a network plugin that tracks the location >of the virtual machine (and then reacts). > >There're interface methods in NetworkGuru and NetworkElement >that can be used for this purpose. > >The location of the virtual machine is provided

Re: 4.1 SSL Password Prompt

2013-02-25 Thread Chiradeep Vittal
Agree that this is not cross-platform-friendly. On 2/25/13 7:19 AM, "John Burwell" wrote: >All, > >When running "mvn -pl :cloud-client-ui jetty:run", I prompted >interactively for the password to the cloud.keystore. It appears that >the server is generating a key if none is present based on the

Re: [DISCUSS] Allow specification of different VIF drivers per traffic type in KVM

2013-02-22 Thread Chiradeep Vittal
LGTM On 2/19/13 11:08 AM, "Chip Childers" wrote: >On Mon, Feb 18, 2013 at 02:47:54PM +0900, Dave Cahill wrote: >> Hi, >> >> I'd like to make a change for 4.2, allowing the specification of >>different >> VIF drivers per traffic type in KVM. >> >> I have written up the proposal in Jira and Conf

Re: Issues when vCenter becomes unavailable

2013-02-22 Thread Chiradeep Vittal
CC'ing Kelven to see if he has any ideas. On 2/22/13 12:22 PM, "Dave Dunaway" wrote: >If I may suggest also testing a disconnect of a host (hypervisor) from >vcenter, so that vcenter and CS can still talk, but vcenter cannot talk to >the hosts (hypervisors). CS marks the host as down or failed o

Re: Build failed in Jenkins: cloudstack-apidocs-master #273

2013-02-22 Thread Chiradeep Vittal
Fixed On 2/22/13 7:41 AM, "Apache Jenkins Server" wrote: >See > >Changes: > >[pranav.saxena] CPU&RAM overcommit ratio uI integration code > >[murali.reddy] CLOUDSTACK-705 IP Address reservation for Isolated Guest >Networks >

Re: [DISCUSS] Animesh Chaturvedi as a committer

2013-02-21 Thread Chiradeep Vittal
On 2/21/13 11:01 PM, "Rohit Yadav" wrote: >On Fri, Feb 22, 2013 at 6:29 AM, Alex Huang wrote: >> This was not meant for cloudstack-devI'm sure I will get a ton of >>+1 replies but please refrain from replying to this. > >While this is the first time a proposal was made public, I had to >ra

Re: Review Request: patch-3 for feature 'Support for VMware dvSwitch in CloudStack'.

2013-02-21 Thread Chiradeep Vittal
On 2/21/13 10:14 PM, "Rohit Yadav" wrote: >It's unclear when a committer gives a ship it on reviewboard, they >should also include information on whether it is: > >- Ship it, but needs one more review >- Ship it, and it's already merged on respective branch >- Ship it and is not merged. +1000

Re: [Discuss]Apache wedbsite redesign

2013-02-20 Thread Chiradeep Vittal
I like the visual impact. Is this going to be static? I feel that as the project evolves, different things need to get highlighted. I'm not a Windows8 user, but.. From a marketing perspective, there's perhaps 3 calls for action? - Do you want to know what CloudStack is? Go here - Do you want to co

Re: [ACS41][QA] ACTION NEEDED: Unassigned blocker and critical bugs

2013-02-20 Thread Chiradeep Vittal
What about MAJOR long-pending bugs that everyone wants a fix for. For example:https://issues.apache.org/jira/browse/CLOUDSTACK-524 The issue keeps coming up on the list but it's like the weather. Everybody complains about it but nobody does anything about it. On 2/20/13 7:58 AM, "Chip Childers"

Re: Review Request: BigSwitch VNS Networking Plugin

2013-02-20 Thread Chiradeep Vittal
https://issues.apache.org/jira/browse/CLOUDSTACK-1345 On 2/1/13 10:50 AM, "Kanzhe Jiang" wrote: >I am working through a few remaining issues, but the intention is to >provide VNS support in 4.1. >Definitely file a blocker bug and I will update with resolution.

[jira] [Created] (CLOUDSTACK-1345) BigSwitch plugin introduces 'VNS' isolation in UI without backend implementation

2013-02-20 Thread Chiradeep Vittal (JIRA)
Chiradeep Vittal created CLOUDSTACK-1345: Summary: BigSwitch plugin introduces 'VNS' isolation in UI without backend implementation Key: CLOUDSTACK-1345 URL: https://issues.apache.org/j

Re: [Discuss] CloudStack Collab Summit 2013

2013-02-19 Thread Chiradeep Vittal
+1. On 2/19/13 1:20 PM, "Mark Hinkle" wrote: >Given that we are part of the way into 2013 I thought I would bring up >the topic of the CloudStack Collab Summit(s) for this year. I am willing >to put up the sponsorship to secure a venue and get the ball rolling. I >also hear rumblings of folks w

Re: Building SystemVM template appliance

2013-02-19 Thread Chiradeep Vittal
.org >Subject: Re: Building SystemVM template appliance > >On Tue, Feb 19, 2013 at 8:23 AM, Chiradeep Vittal > wrote: >> Hi Rohit >> >>>> >>>> Are the format conversions automated? >>> >>>They are now! The file name format is: &g

Re: CS bug tool test plan available in cwiki

2013-02-19 Thread Chiradeep Vittal
On 2/19/13 12:13 PM, "Chip Childers" wrote: >On Tue, Feb 19, 2013 at 12:08:56PM -0800, Rayees Namathponnan wrote: >> Hi, >> >> CS bug tool test plan posted at >>https://cwiki.apache.org/confluence/display/CLOUDSTACK/CS+bug+tool >> >> Please review the test plan and send me the comments or any

Re: Change qcow disk cache=none

2013-02-19 Thread Chiradeep Vittal
Great. Looking forward to the patch From: Jason Villalta mailto:ja...@rubixnet.com>> Reply-To: CloudStack DeveloperList mailto:cloudstack-dev@incubator.apache.org>> Date: Tuesday, February 19, 2013 6:07 AM To: CloudStack DeveloperList mailto:cloudstack-dev@incubator.apache.org>> Subject: Re: Cha

Re: Building SystemVM template appliance

2013-02-18 Thread Chiradeep Vittal
Hi Rohit >> >> Are the format conversions automated? > >They are now! The file name format is: >$appliance-$build_date-$branch-hyperv.$format >Format conversion and archiving is automated on a large instance with >export formats: >ova -> vmware >vhd -> xen >qcow2 -> kvm >vhd -> hyperv > >Build job

Re: Review Request: Support for VHDX image format, and update to RegisterTemplate UI to support Hyper-V 2012

2013-02-15 Thread Chiradeep Vittal
Yes, leave it out of the UI for now On 2/15/13 8:14 AM, "Donal Lafferty" wrote: > > >> On Feb. 14, 2013, 7:21 p.m., Chiradeep Vittal wrote: >> > I feel this should part of a patch set. On its own the patch doesn't >>make sense: users will see a way to

Re: Possible bug around IP release

2013-02-15 Thread Chiradeep Vittal
What is the query trying to achieve? On 2/15/13 8:07 AM, "Prashanth Reddy Mandadi" wrote: >Hi, > >Should the following query return any results and if it does would it be >a bug? >(assuming it's for a shared network and no manual DB modifications are >performed) > >select id,public_ip_address fr

Re: [DISCUSS] SSL Termination on the Virtual Router

2013-02-15 Thread Chiradeep Vittal
HAProxy does not support it natively (although the latest development snapshot is working towards it). The recommended way is to run a proxy (nginx) to terminate the SSL And a proxy behind HAProxy if you want SSL to the backend servers. So Internet -> [nginx] -> [HAProxy] -> [nginx]-> backend On 2

Re: [DISCUSS][INFRA] Setting up gerrit

2013-02-14 Thread Chiradeep Vittal
On 2/14/13 1:43 AM, "Prasanna Santhanam" wrote: > >Personally I'm okay with either tool. IMO the real issue is in people >reviewing a patch within time for a release. On the review I've cited >we've got a lot of things to learn from - > >a) timely response from blueprint (FS) owners and/or aski

Re: Review Request: Support for VHDX image format, and update to RegisterTemplate UI to support Hyper-V 2012

2013-02-14 Thread Chiradeep Vittal
x27;t make sense: users will see a way to register a VHDX template but with no way to use it. Can you submit it with the rest of the Hyper-v features ? - Chiradeep Vittal On Feb. 14, 2013, 1:52 p.m., Donal Lafferty wrote: > > --- &

Re: Building SystemVM template appliance

2013-02-14 Thread Chiradeep Vittal
> >To update, I'm able to build a systemvm appliance with vbox and able >to convert the disk image to vmdk, hyper-v vhd, qcow2 and ova >(vmware), but I've not tested them. Next week, I'll take help from >Prasanna to setup a jenkins job on j.c.o. I cannot do it on b.a.o, as >I need to test it first

[jira] [Updated] (CLOUDSTACK-1265) logrotate dnsmasq configuration is wrong

2013-02-13 Thread Chiradeep Vittal (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chiradeep Vittal updated CLOUDSTACK-1265: - Fix Version/s: 4.1.0 4.0.2 > logrotate dnsm

[jira] [Resolved] (CLOUDSTACK-1265) logrotate dnsmasq configuration is wrong

2013-02-13 Thread Chiradeep Vittal (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chiradeep Vittal resolved CLOUDSTACK-1265. -- Resolution: Fixed Fix Version/s: 4.2.0 Assignee: Chiradeep

[jira] [Created] (CLOUDSTACK-1265) logrotate dnsmasq configuration is wrong

2013-02-13 Thread Chiradeep Vittal (JIRA)
Chiradeep Vittal created CLOUDSTACK-1265: Summary: logrotate dnsmasq configuration is wrong Key: CLOUDSTACK-1265 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1265 Project: CloudStack

Re: Building SystemVM template appliance

2013-02-12 Thread Chiradeep Vittal
>> Figured it out: the dhcp server in vbox hands out the dns server of the >> host (in my case my corporate dns server). Dhclient reverse looks up >> 10.0.2.15 (the address of the vm) and gets a valid response from the >> corporate dns server. Annoyingly this is used to name the volume group >> du

Re: Regarding cpu and ram overcommit feature

2013-02-12 Thread Chiradeep Vittal
How about a new API updateClusterAsync? OTOH, this is an admin API and it may not be as important to make this asynchronous. Are there any other admin APIs that are asynchronous? On 2/12/13 1:27 AM, "Bharat Kumar" wrote: >Hi all, > >As a part of this feature we need to implement a method to up

Re: Building SystemVM template appliance

2013-02-11 Thread Chiradeep Vittal
LGTM. Thanks! On 2/11/13 6:49 PM, "Chip Childers" wrote: >On Fri, Feb 08, 2013 at 10:19:43AM -0500, Chip Childers wrote: >> On Thu, Feb 07, 2013 at 07:10:48PM -0800, Chiradeep Vittal wrote: >> > Thanks Chip. I added some shell scripts in the systemvmtemplate >>

Re: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack

2013-02-11 Thread Chiradeep Vittal
gt; >Thanks, >Koushik > >> -Original Message- >> From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >> Sent: Friday, January 25, 2013 1:39 AM >> To: CloudStack DeveloperList >> Subject: Re: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack >>

Re: Building SystemVM template appliance

2013-02-08 Thread Chiradeep Vittal
On 2/7/13 7:27 PM, "Rohit Yadav" wrote: >On Fri, Feb 8, 2013 at 8:46 AM, Chiradeep Vittal > wrote: >> I undid your fix :) to leave it modular. > >:) I made it thinking would be easier to hack only one postinstall.sh >script. Pl. also backport to 4.1 (CLOUDS

Re: git commit: refs/heads/master - Add ASL to scripts as a temporary workaround for RAT breakage. This will get changed to MIT license later

2013-02-08 Thread Chiradeep Vittal
On 2/8/13 1:08 PM, "David Nalley" wrote: >On Fri, Feb 8, 2013 at 4:05 PM, wrote: >> Updated Branches: >> refs/heads/master 82dc16e58 -> 606fa9df7 >> >> >> Add ASL to scripts as a temporary workaround for RAT breakage. This >>will get changed to MIT license later >> > > >Wait - so is this co

Re: Help for DevCloud?

2013-02-08 Thread Chiradeep Vittal
I hope you followed the link to https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud Which is the newer way of doing it. On 2/8/13 1:10 PM, "Shishir Pardikar" wrote: >All, > >I have installed the DevCloud on my machine and am trying to play with it >to get my feet wet on Cloud Stack

Re: Master is out of licensing compliance (WAS: [jenk...@builds.apache.org: Build failed in Jenkins: cloudstack-rat-master #753])

2013-02-08 Thread Chiradeep Vittal
I added the ASL to the veewee stuff for the systemvm as a temporary measure to pass RAT checks. On 2/8/13 12:58 PM, "Chip Childers" wrote: >On Fri, Feb 08, 2013 at 03:52:25PM -0500, David Nalley wrote: >> On Fri, Feb 8, 2013 at 3:48 PM, Chip Childers >> wrote: >> > Hi all, >> > >> > Builds are c

Re: getVMPassword API

2013-02-08 Thread Chiradeep Vittal
It is encrypted with the public ssh key You can register the ssh key with the registerSSHKeyPair API and set the SSH key for a VM using resetSSHKeyForVirtualMachine From: Antonio Petrocelli mailto:a.petroce...@netsons.com>> Date: Friday, February 8, 2013 8:54 AM To: CloudStack DeveloperList mai

Re: Building SystemVM template appliance

2013-02-07 Thread Chiradeep Vittal
h systemvm template needs to >finish the postinstall.sh script with up-to-date packages. I'm done >with basic definitions and code; building may take a lot of time, make >sure you're good internet connection, it uses NAT to install stuff >while running on vbox. > >Regar

Re: Building SystemVM template appliance

2013-02-07 Thread Chiradeep Vittal
Thanks Chip. I added some shell scripts in the systemvmtemplate directory -- not sure if you want to add the header to each or leave it to the LICENSE file On 2/7/13 12:58 PM, "Chip Childers" wrote: >On Wed, Feb 06, 2013 at 06:47:28PM -0800, Chiradeep Vittal wrote: >> It i

Re: [VOTE] Revert back to old mailing list mechanism, which would add "Reply-To: mailing list" to every mail it send out

2013-02-07 Thread Chiradeep Vittal
+1 On 2/7/13 4:00 PM, "Sheng Yang" wrote: >Hi all, > >I'd like to call for a vote for reverting back to the old mailing list >mechanism, which would add "Reply-To: mailing list" to every mail it >send out. > >And I need to declare that I would vote *-1* on this revert. > >Whatever you voted in t

Re: Building SystemVM template appliance

2013-02-06 Thread Chiradeep Vittal
s for devcloud etc. If this is an issue, >we need to fix it there as well. > >Regards. > >On Wed, Feb 6, 2013 at 5:24 AM, Chiradeep Vittal > wrote: >> What I meant was to >> - retain the MIT license and not change the license >> - maintain in our repo. >> -

Re: [PROPOSAL] Raise cluster size limit to 16 on VMware

2013-02-06 Thread Chiradeep Vittal
+1. I feel we should do right by these submissions. On a related note, should we have sub-milestones for the 4.2 release so that we don't have a stampede of feature merges at feature freeze? On 2/6/13 10:08 AM, "Koushik Das" wrote: >Chip, > >I get your point. But what this essentially means is

Re: JVM memory usage has increased a lot with latest master

2013-02-05 Thread Chiradeep Vittal
Created https://issues.apache.org/jira/browse/CLOUDSTACK-1169 On 2/5/13 2:46 PM, "Alex Huang" wrote: >> Having not tested this myself, are we seeing a leak / growth over time >>or >> simply an >> increased memory footprint for the MS? >> >From Koushik's original email. It's an increased memor

[jira] [Created] (CLOUDSTACK-1169) Memory usage is very high

2013-02-05 Thread Chiradeep Vittal (JIRA)
Chiradeep Vittal created CLOUDSTACK-1169: Summary: Memory usage is very high Key: CLOUDSTACK-1169 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1169 Project: CloudStack

Re: Review Request: (CLOUDSTACK-1088) EnableStaticNat error will clear the data in database

2013-02-05 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9254/#review16152 --- Ship it! Ship It! - Chiradeep Vittal On Feb. 5, 2013, 4:02 p.m

Re: Building SystemVM template appliance

2013-02-05 Thread Chiradeep Vittal
What I meant was to - retain the MIT license and not change the license - maintain in our repo. - optionally recognize the provenance (either in NOTICE or in the directory) On 2/5/13 1:44 PM, "Chip Childers" wrote: >On Tue, Feb 5, 2013 at 2:34 PM, Chiradeep Vittal > wrote: &g

Re: Building SystemVM template appliance

2013-02-05 Thread Chiradeep Vittal
Rohit, I see that you have followed the code from https://github.com/jedi4ever/veewee/tree/master/templates/Debian-7.0-b4-i38 6-netboot Since that code is under MIT license: https://github.com/jedi4ever/veewee/blob/master/License I think we should not check it in or reproduce the MIT license.

Re: [ACS41][QA]Issues observed with 4.1

2013-02-04 Thread Chiradeep Vittal
Kelven, what is the reason for the huge increase in required memory? On 2/4/13 5:22 PM, "Kelven Yang" wrote: >The JVM memory setting I gave after Javelin merge may be too aggressive if >you are running management server inside a VM. -XX:MaxPermSize=512m is for >the fact that we have so many java

Re: [DISCUSS] Packaging password/ssh reset scripts

2013-02-04 Thread Chiradeep Vittal
I like cloud-init as well, but it sounds to me that we are hurting the investment of existing CloudStack users who have built hundreds of templates with the extant scripts. On 2/4/13 10:51 AM, "Ahmad Emneina" wrote: >+1 cloud-init is the way to go IMO. It's also supported as long as the vm >can

Re: VPC Functionality Not Pluggable

2013-02-03 Thread Chiradeep Vittal
Looks like a shortcut. Definitely needs fixing On 1/31/13 6:34 PM, "Mills, Joseph" wrote: >I was looking through the code that handles creating VPCs and noticed that >it did not seem pluggable at the moment. For example, there are a few >places where the assumption is made that the only possible

Re: [MERGE] Regions branch to master

2013-02-03 Thread Chiradeep Vittal
urali > >On 01/02/13 8:12 AM, "Kishan Kavala" wrote: > >> >> >>On 01-Feb-2013, at 12:51 AM, "Chiradeep Vittal" >> wrote: >> >>> >>> >>> On 1/31/13 9:21 AM, "Kishan Kavala" wrote: >>> &g

Re: Adding LXC support to Cloudstack

2013-02-01 Thread Chiradeep Vittal
>router VM for dhcp and dns. > >How should we handle the System VMs? Does it make sense to create a System >VM for LXC? > >I have updated the wiki page with more details: >https://cwiki.apache.org/confluence/display/CLOUDSTACK/LXC+Support+in+Clou >dstack > >Thanks,

Re: Review Request: BigSwitch VNS Networking Plugin

2013-02-01 Thread Chiradeep Vittal
comments - package naming convention should be org.apache.cloudstack.* - if VNS support is not in the code yet, we should not be modifying the UI (or even adding the isolation method) - Chiradeep Vittal On Feb. 1, 2013, 1:03 a.m., Kanzhe Jiang wrote

Re: [MERGE] javelin to master

2013-01-31 Thread Chiradeep Vittal
+1 On 1/31/13 4:18 PM, "Chip Childers" wrote: >On Jan 31, 2013, at 7:08 PM, Kelven Yang wrote: > >> This is a call to confirm if it is a good time to actually perform the >> merge anytime soon. I've sync-ed javelin with master up to this morning >> and I'll do a sync again at the end of day tod

Re: [DISCUSS]API request throttling

2013-01-31 Thread Chiradeep Vittal
I think she's talking about the CloudStack UI On 1/31/13 2:03 PM, "Min Chen" wrote: >Hi Sowmya, > > I still could not understand your statement below about queryAsyncJob >api. By searching the codebase, I didn't see anywhere in our code where CS >itself triggers this command internally. Fo

Re: Redistributing 3rd party code licensed under Apache License 2.0

2013-01-31 Thread Chiradeep Vittal
I'd like Donal to offer up an alternative implementation if possible. Is this the long-term supportable implementation? Or is it just a hack to get things moving? On 1/31/13 10:16 AM, "David Nalley" wrote: >On Thu, Jan 31, 2013 at 1:11 PM, Donal Lafferty > wrote: >> As a non-committer, developi

  1   2   3   4   5   6   >