Re: Review Request: Remove filterwin2k from virtual router default config

2013-05-06 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10843/#review20235 --- Ship it! Applied, 5e87b0a, please close - Chiradeep Vittal On

Re: network guru refactor proposal

2013-05-07 Thread Chiradeep Vittal
For a major change, I'd expect a functional specification. It is still not clear to me what is "nicira hosted private gateways". I can guess, but without a concrete document, it is hard to see where you are going with this. On 5/7/13 6:30 AM, "Daan Hoogland" wrote: >The main objective is to have

Re: network guru refactor proposal

2013-05-08 Thread Chiradeep Vittal
See for example the extensive documentation for 4.2 https://cwiki.apache.org/confluence/x/dzXVAQ The PVLAN one is a good one https://cwiki.apache.org/confluence/x/c17VAQ On 5/7/13 1:25 PM, "Daan Hoogland" wrote: >On 2013/5/7 19:18 , Chiradeep Vittal wrote: >> For a major c

Re: haproxy on VMWare systemVM template

2013-05-09 Thread Chiradeep Vittal
Should we use the Ubuntu package for now? On 5/9/13 2:03 PM, "Sheng Yang" wrote: >HAproxy is missing in Debian 7.0's repo, due to old maintainer is missing. > >http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674447 >http://lists.debian.org/debian-qa/2013/04/msg00039.html > >The new maintainer t

Re: haproxy on VMWare systemVM template

2013-05-09 Thread Chiradeep Vittal
system vm template contains the version of dnsmasq that is known to work for ipv6 support? -- Chiradeep On 5/9/13 3:48 PM, "Sheng Yang" wrote: >No idea. Probably we should just grab some old generated systemvm for now. > >--Sheng > > >On Thu, May 9, 2013

Re: haproxy on VMWare systemVM template

2013-05-10 Thread Chiradeep Vittal
>--Sheng > > >On Thu, May 9, 2013 at 4:04 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> How old? When did it disappear? >> >> I propose using the Ubuntu package. >> In tools/appliance/definitions/systemvmtemplate/postinstall.sh >

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
According to our resident Xen expert, any PV kernel automatically syncs to the hardware clock on dom0. On 5/15/13 9:50 AM, "John Burwell" wrote: >Marcus, > >Agreed. I think we need to add a set of hypervisor agnostic time >keeping guidelines to the documentation. I just wanted to make sure >t

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
Perhaps this is a problem with DevCloud? http://nerdboys.com/2011/03/15/how-to-fix-virtualbox-time-synchonization-pr oblems/ On 5/15/13 10:17 AM, "Chiradeep Vittal" wrote: >According to our resident Xen expert, any PV kernel automatically syncs to >the hardware clock on dom0.

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
5/13 10:30 AM, "John Burwell" wrote: >Chiradeep, > >The issue I am experiencing is that the system VMs are not syncing to dom0 >on devcloud (i.e. the dom0 clock and the SSVM clock are different). As I >mentioned earlier in this thread, the syncing was working previo

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
The previous ones were on XS 5.6 FP2 This one's on XS 6.0.2 r-275166-VM 18:22:10 up 8 days, domU: Wed May 15 18:22:10 UTC 2013 dom0: Wed May 15 11:22:10 PDT 2013 On 5/15/13 11:22 AM, "Chiradeep Vittal" wrote: >The normal S3 time sync is 15 minutes. I can't imagine a dr

Re: ssvm and system vm confusion

2013-05-15 Thread Chiradeep Vittal
On 5/14/13 10:58 PM, "Pedro Marques" wrote: >I guess i'll answer my own question... > >On May 14, 2013, at 4:35 PM, Chip Childers wrote: > >> Chiradeep (others), >> >> Pedro Marques is working on a POC for an integration of Juniper's &

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
/proc/sys is not a regular filesystem and cannot be added to from the shell. Drivers need to add nodes into this filesystem. On 5/15/13 11:50 AM, "Chip Childers" wrote: >On Wed, May 15, 2013 at 02:48:13PM -0400, John Burwell wrote: >> All of these things being said, it appears that the Xen behav

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
d adding: # Set independent wall clock time xen.independent_wallclock=1 3. As a third alternative, independent_wallclock=1 may also be passed as a boot parameter to the VM. " On 5/15/13 12:09 PM, "Chip Childers" wrote: >On Wed, May 15, 2013 at 12:02:41PM -0700, Chiradeep Vittal

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
For VMWare, the command vmware-toolbox-cmd timesync status returns 'Disabled'. I can submit a patch for /etc/init.d/cloud-early-config to enable it On 5/15/13 12:23 PM, "Chiradeep Vittal" wrote: >I am not sure why it is missing, but I will refer to >Citrix Xen

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
e using S3 sync) that they need to run ntp after the SSVM has been created. I.e, login to the SSVM and run apt-get update apt-get install ntp -- Chiradeep On 5/15/13 1:11 PM, "Chiradeep Vittal" wrote: >For VMWare, the command >vmware-toolbox-cmd timesync status returns 'D

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
Sure, I agree. But I'd also point out that for the vast majority of CloudStack users (4.1 at least), this is not going to be an issue. I suggest deferring this to 4.1.1 A new template (easy or not) does require a full regression QA round. On 5/15/13 2:07 PM, "John Burwell" wro

Re: [ACS41] System VMs not syncing time - does this block the release?

2013-05-15 Thread Chiradeep Vittal
; > >On 05/15/2013 11:33 PM, John Burwell wrote: >> Chiradeep, >> >> I disagree regarding the impact of this issue. Anyone running an SSVM >>will be affected by this issue because clocks will eventually drift >>(sooner rather than later) and when they do, any tim

Re: System vm template build failed in Jenkins.cloudstack.org

2013-05-15 Thread Chiradeep Vittal
Fixed On 5/15/13 2:14 PM, "Rayees Namathponnan" wrote: >Created blocker ticket to track this >https://issues.apache.org/jira/browse/CLOUDSTACK-2521 > > >Anyone can please take a look on this ? we don't have latest template >after below fix > >https://issues.apache.org/jira/browse/CLOUDSTACK-2324

Re: Review Request: Added PlainTextAuthenticator

2013-05-16 Thread Chiradeep Vittal
+1 On 5/16/13 9:20 AM, "Prasanna Santhanam" wrote: >On Thu, May 16, 2013 at 04:03:14PM +0200, Ove Ewerlid wrote: >> I vote -1 for enabling plain text authentication allowing auth >> directly against hashes. I'm not clear if this functionality exists >> in ACS4.0, I would assume not. >> >> The A

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

2013-05-16 Thread Chiradeep Vittal
Did you specify the guest network "vlan" range in the create zone wizard? The exception is complaining that there are no virtual network ids available. Vnet ids are populated in the op_dc_vnet_alloc table when the updatePhysicalNetwork api is called. On 5/16/13 8:07 AM, "錦為" wrote: >Hi all, >Ac

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

2013-05-16 Thread Chiradeep Vittal
AN VM migration >>> support. >>> >>> --Sheng >>> >>> >>> On Thu, Apr 18, 2013 at 6:33 PM, Hiroaki Kawai >>>wrote: >>> >>>> >>>> >>>> > On April 18, 2013, 10:45 p.m., Chiradeep Vittal wrote:

Re: [ACS41] Current blocker status

2013-05-16 Thread Chiradeep Vittal
See this discussion http://s.apache.org/gW On 5/16/13 12:53 AM, "Kishan Kavala" wrote: > > >> -Original Message- >> From: Prasanna Santhanam [mailto:t...@apache.org] >> Sent: Thursday, 16 May 2013 12:39 PM >> To: dev@cloudstack.apache.org >> Subject: Re: [ACS41] Current blocker status >

Re: VmWare SDK to vijava

2014-01-21 Thread Chiradeep Vittal
Suboptimal for? Wouldn't the ACS user want the best / supported client libraries? Alternatively, can't we just compile the WSDL and check in the generated sources? Not check-in the WSDL, but the client sources. On 1/21/14 7:18 AM, "David Nalley" wrote: >On Tue, Jan 21, 2014 at 9:46 AM, Chip Chil

Re: xentools on systemvmtemplate not visible to xen

2014-01-21 Thread Chiradeep Vittal
I was under the impression that they actually get in the way of live migration and XS upgrades because then XS gets to be finicky about supported OS and such. On 1/21/14 5:56 AM, "Hugo Trippaers" wrote: >Hey Abhi, > >i don¹t think the xentools are installed. At least they are not in the >postins

Re: VmWare SDK to vijava

2014-01-21 Thread Chiradeep Vittal
Apparently we can https://communities.vmware.com/docs/DOC-7983 http://markmail.org/thread/ttamcfb4d6azzbw7 On 1/21/14 2:46 PM, "Hugo Trippaers" wrote: >Chiradeep, > >Even on the generated sources nobody seems willing to state that it is ok >to include them at the mom

Re: [Proposal]CloudStack IAM plugin feature (CLOUDSTACK-5920)

2014-01-21 Thread Chiradeep Vittal
a separate service that can be enhanced by 3rd parties. As an example, I want to provide my DBaaS service on an ACS-powered cloud. I want to utilize the same Principals (and IAM infrastructure) rather than provide my own. -- Chiradeep On 1/21/14 2:01 PM, "Erik Weber" wrote: >On Tue, Ja

Re: [Proposal]CloudStack IAM plugin feature (CLOUDSTACK-5920)

2014-01-21 Thread Chiradeep Vittal
Also not clear on how the dedicateXyZ problem is being solved in Phase1 (or not). Can I (end user) create a VPC and allow user Bob to create VMs in my VPC? On 1/21/14 4:20 PM, "Chiradeep Vittal" wrote: >SAML 2.0 is not precluded with this design, it seems. >I found the FS bo

Re: VmWare SDK to vijava

2014-01-22 Thread Chiradeep Vittal
mobile#issue/LEGAL-180 > >Either we get an ok from legal or we need to find an alternative. Kelven, >Chiradeep, are you guys going to chase this ticket? > >Hugo > >Sent from my iPhone > >> On 22 jan. 2014, at 07:04, "Hugo Trippaers" wrote: >> >> Kel

Re: RSA Keys & Deployment on Windows

2014-01-30 Thread Chiradeep Vittal
Looks specific to Windows. What is your user id on the Wiki? On 1/29/14 4:22 PM, "Alex Hitchins" wrote: >All, > >I've rebuilt my development environment from the 4.3 branch. In >rebuilding, I hit upon a number of errors namely around ssh keys >(id_rsa.cloud & id_rsa.cloud.pub). When running the

Re: bof for denver

2014-01-30 Thread Chiradeep Vittal
Nice, like it On 1/29/14 9:31 PM, "Daan Hoogland" wrote: >H, > >I submitted a bof proposal: continuous delivery the apache way > >the apache release process is based on high quality and delivering >good quality software. for a big project as cloudstack this means >unsure delivery schedules and l

Re: [DISCUSS][findbugs] proposing fixes or just do it

2014-01-30 Thread Chiradeep Vittal
Just do it. Although, I suspect that piece of code may be generated from the API WSDL On 1/30/14 9:38 AM, "Daan Hoogland" wrote: >H Alex and others, > >I hesitate to ask you as it seems obvious, but in the awsapi project >in com.cloud.bridge.model.SObjectItem.equals(Object other) a >comparison i

Re: RSA Keys & Deployment on Windows

2014-01-30 Thread Chiradeep Vittal
Done On 1/30/14 11:35 AM, "Alex Hitchins" wrote: >My username is _alex_hitchins > >If I could have edit access I can get this in to the page. > > >Alex Hitchins >+44 7788 423 969 > >-Original Message- >From: Chiradeep Vittal [mailto:chiradeep.vit.

Re: RSA Keys & Deployment on Windows

2014-01-30 Thread Chiradeep Vittal
gs that I could easily tidy up. > > > >Alex Hitchins >+44 7788 423 969 > >-Original Message- >From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] >Sent: 30 January 2014 12:38 >To: dev@cloudstack.apache.org >Subject: Re: RSA Keys & Deployment on Win

Re: EC2 Rest Servlet "domain cannot be null!!" Error In Advanced Networking Mode

2014-01-30 Thread Chiradeep Vittal
AFAIK, it works with a very specific version of the API tools http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Instal lation_Guide/aws-ec2-user-setup.html On 1/30/14 1:42 PM, "Jeff Hair" wrote: >I should clarify that we are using 4.2.1 stable release with VMWare. > > >On Thu

Re: EC2 Rest Servlet "domain cannot be null!!" Error In Advanced Networking Mode

2014-01-30 Thread Chiradeep Vittal
You can check the compatibility of the query API here: https://cwiki.apache.org/confluence/x/rgHVAQ Largely based on the SOAP service support. On 1/30/14 3:59 PM, "Jeff Hair" wrote: >Hi Chiradeep, > >In this case it's the REST service being used by an external applicati

Re: dropping [Responsiveness report] dev list

2014-01-30 Thread Chiradeep Vittal
It gives me an idea of the volume of such requests. On 1/30/14 3:34 PM, "Daan Hoogland" wrote: >On Thu, Jan 30, 2014 at 4:17 PM, Sebastien Goasguen >wrote: >> Definitely, somehow we have to find a way to make sure that all >>questions get answered. > >I agree but don't have the feeling that my

Re: [4.3.0] CloudStack diff of Commit 2f2adad50827f2249353d0258f3b5642a849479a vs 4.3.0-SRC

2014-01-30 Thread Chiradeep Vittal
Attachments are stripped from this mailing list. From: Wilder Rodrigues mailto:wrodrig...@schubergphilis.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Thursday, January 30, 2014 7:56 AM To: "dev@cloudstack.apache.org

Re: Creating a CloudStack "SDK"

2014-02-03 Thread Chiradeep Vittal
+1. I think this is a good idea. On 1/31/14 7:27 AM, "SuichII, Christopher" wrote: >I¹m curious if there is any interest in creating a ³SDK² for developing >plugins in CloudStack. Right now, to develop my plugin, I need a >development environment set up in order to have the maven artifacts >requ

Re: [DISCUSS] api level access controll

2014-02-03 Thread Chiradeep Vittal
Have you seen this. https://cwiki.apache.org/confluence/x/ypkTAg There was a recent thread on this ML as well. On 1/31/14 8:35 AM, "Anton Opgenoort" wrote: >+1 voted. > >Example use case: Our customer portal should actually be able to do a >'listclusters showcapacities=true', to inform our custo

Re: Run In memory event bus by default

2014-02-04 Thread Chiradeep Vittal
Do you mean, "can we start it by default"? Does it work for clustered management servers? On 2/3/14 11:25 AM, "Nitin Mehta" wrote: >I see that in memory event bus got checked in recently. I understand that >its a plugin, but can we not start it by default ? >It would help different components (f

Re: [VOTE] Apache CloudStack 4.3.0 (third round)

2014-02-05 Thread Chiradeep Vittal
I encountered the reboot in DevCloud2 as well ( http://markmail.org/message/6j6i2wjpknx3vrnz). I hope this can be fixed in the next RC (although not a blocker, I am not sure if it is a DevCloud only issue) I also noticed that the number of VR (CLOUDSTACK-6031) is reported as zero, although if you c

Re: [DISCUSS] Domain/Account/User Sync Up Among Multiple Regions

2014-02-06 Thread Chiradeep Vittal
sday, February 6, 2014 6:29 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Cc: Chip Childers mailto:chipchild...@gmail.org>>, Daan Hoogland mailto:daan.hoogl...@gmail.com>>, Chiradeep Vittal ma

Re: [PROPOSAL] load balancing configuration for VM nic secondary ips

2014-02-07 Thread Chiradeep Vittal
+1. Any UI changes? On 2/6/14 5:11 AM, "Jayapal Reddy Uradi" wrote: >Hi, > >Multiple ips per nic feature allows user to acquire more ip address on vm >nic. >On these ip addresses user able to configure PF and static NAT. > >With this feature user can also configure the load balancing rules for

Re: [DISCUSS]null pointer returned from daoimpl

2014-02-07 Thread Chiradeep Vittal
There is no good answer IMHO. The designer of the API chose this design. Throwing a checked exception or returning Null is equivalent. Throwing a runtime exception is probably wrong since there may be some recovery possible. We could annotate the method with @Nullable so that the compiler/IDE can

Re: [DOCS] update on move to rst

2014-02-07 Thread Chiradeep Vittal
Visually so much nicer! On 2/7/14 2:58 PM, "Animesh Chaturvedi" wrote: >Cool > >> -Original Message- >> From: Sebastien Goasguen [mailto:run...@gmail.com] >> Sent: Friday, February 07, 2014 2:02 PM >> To: dev@cloudstack.apache.org >> Subject: [DOCS] update on move to rst >> >> Hi, >> >

Re: [PROPOSAL] Virtual Router aggregated execution

2014-02-07 Thread Chiradeep Vittal
+1. * The guideline is not clear as to when a developer should use this executor. Why not use it all the time (even for a single command) * Are there any issues when there are multiple management servers involved? * Any threading concerns? That is, multiple threads are attempting to update the VR,

Re: Removing deploy\load options from marvinplugin

2014-02-07 Thread Chiradeep Vittal
Phew. Thanks for the tldr On 2/7/14 3:53 AM, "Prasanna Santhanam" wrote: >tl;dr > >i think your point 4 clarifies your change. remove --load and only run >tests unless --deploy is given. in the latter - do a deploy. > > >On Fri, Feb 07, 2014 at 11:30:19AM +, Santhosh Edukulla wrote: >> I bel

Re: VmWare SDK to vijava

2014-02-18 Thread Chiradeep Vittal
I just pinged the attorney again (there is a live one assigned to this question on the VMWare side). What options will work? If we can provide some concrete options, perhaps they will pick 1. Provide generated SDK jars in maven repo 2. Explicitly add ASL to WSDL 3. ? -- Chiradeep On 2/18/14 7

Re: VmWare SDK to vijava

2014-02-18 Thread Chiradeep Vittal
rmation' isn't copyrightable without an >element of creativity. WSDL by it's nature is a description; and the >phonebook analogy plays well there. >http://en.wikipedia.org/wiki/Feist_v._Rural > >--David > > >On Tue, Feb 18, 2014 at 1:26 PM, Chiradeep Vittal > wrote:

Re: VmWare SDK to vijava

2014-02-18 Thread Chiradeep Vittal
ijava the classes in source all appear to have a copyright >header indicating that Steve is the author and licensed under BSD. >In example: >http://sourceforge.net/p/vijava/code/283/tree/trunk/src/com/vmware/vim25/A >gentInstallFailed.java > >--David > >On Tue, Feb 18, 20

Re: VmWare SDK to vijava

2014-02-18 Thread Chiradeep Vittal
s BSD (the license header is in the file) > >--David > >On Tue, Feb 18, 2014 at 3:54 PM, Chiradeep Vittal > wrote: >> Not all. >> >>http://sourceforge.net/p/vijava/code/283/tree/trunk/src/com/vmware/vim25/ >>mo >> /Alarm.java >> >> >>

Re: VmWare SDK to vijava

2014-02-18 Thread Chiradeep Vittal
.wsdl into CloudStack source code distribution >2) Include a fixup tool, not sure we can directly take it from VMware’s >SDK or is it a problem to rewrite it by us from license point of view. >3) Build script to produce a vim25.jar from CloudStack > >Kelven > > > > >On

[DISCUSS] Browser-based template and volume uploads

2014-02-19 Thread Chiradeep Vittal
Hi all, The fact that one has to have a HTTP server to host templates before the templates can be imported into secondary storage is an inconvenience. I am not sure how much of an inconvenience it is, but I was asked to detail the technical architecture, if it needed to be supported. Certainly,

Re: [DISCUSS] Browser-based template and volume uploads

2014-02-20 Thread Chiradeep Vittal
gt;> Just had the thought of maybe adding support for >>dropbox/box.net/etc<http://box.net/etc>. At that point, an ImageFetch >>plugin hook starts to sound interesting. Adding a bit torrent plugin >>could make getting the default templates quite snappy. :) >> >> >

Re: [DISCUSS] Browser-based template and volume uploads

2014-02-20 Thread Chiradeep Vittal
Nux, that's an entirely different problem. Care to raise a feature request? On 2/20/14 11:34 AM, "Nux!" wrote: >On 19.02.2014 22:12, Chiradeep Vittal wrote: >> Hi all, >> >> The fact that one has to have a HTTP server to host templates before >> th

Re: [DISCUSS] Browser-based template and volume uploads

2014-02-20 Thread Chiradeep Vittal
80G Drupal template? Surely that extra 40G could be on a data volume? On 2/20/14 3:11 PM, "Nux!" wrote: >On 20.02.2014 23:04, Chiradeep Vittal wrote: >> Nux, that's an entirely different problem. Care to raise a feature >> request? > >It's been here for

Re: [Question][Proposal] Functionality when editing a shared ACL by NetworkId

2014-02-24 Thread Chiradeep Vittal
Surely this can be done by a few well crafted API calls from CloudMonkey? On 2/24/14 4:55 AM, "Antonio Fornié Casarrubios" wrote: >Hi all, > >There is this functionality that seems to be wrong and I would like to >double check with you all. Actually this functionality could be considered >very i

Re: [VOTE] Apache CloudStack 4.3.0 (sixth round)

2014-02-25 Thread Chiradeep Vittal
So how do you now Œprovide¹ the jdbc connector on a Mac? mvn -Pdeveloper -pl developer -Ddeploydb-simulator Š SQL exception in trying initDB: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/ On 2/21/14, 5:56 AM, "Hugo Trippaers" wrote: > >Heya, > >Just pushed c

OS X Mavericks notes for ACS developers

2014-02-27 Thread Chiradeep Vittal
I just upgraded to Mavericks and ran into a number of issues. Hope this helps others. - MySQL needed to be reinstalled - Eclipse wouldn’t start because it wanted a Java 6 runtime. I fixed the issue by downloading the latest JDK7 from Oracle (64-bit) and following this SO: http://stackoverflow.

Re: OS X Mavericks notes for ACS developers

2014-02-27 Thread Chiradeep Vittal
:48 PM, "Chiradeep Vittal" wrote: >I just upgraded to Mavericks and ran into a number of issues. Hope this >helps others. > - MySQL needed to be reinstalled > - Eclipse wouldn¹t start because it wanted a Java 6 runtime. I fixed the >issue by downloading the latest JDK7

Re: faketime?

2014-02-27 Thread Chiradeep Vittal
XenServer does not like it if the timestamp in the vhd metadata is in the future. This can happen when templates are created in a timezone that is ahead and made available to an XS that is in an earlier timezone.. On 2/27/14, 8:00 AM, "Daan Hoogland" wrote: >LS, > >Why do we use faketime in the

Re: [DISCUSS] Top & Sampling Rates (kvm.resource.LibvirtComputingResource)

2014-02-27 Thread Chiradeep Vittal
O_O. Good to know! On 2/26/14, 11:58 PM, "Marty Sweet" wrote: >Hi Guys, > >Does anyone have any ideas about this? >My main concern is the KVM resource collector and I assume the other >hypervisor setups are receiving the wrong values. > >The CSAgent periodically runs the following command: > [kv

Re: [PROPOSAL] PVLAN support for CloudStack deployment over Nexus 1000v in VMware environment

2014-03-02 Thread Chiradeep Vittal
+1 Why is an API change required if it is already supported? Can a PVLAN span multiple Nexus switches? Across a DC? On 2/14/14, 1:50 PM, "Sheng Yang" wrote: >+1. > >Looks pretty straightforward to me. > >--Sheng > > >On Thu, Feb 13, 2014 at 10:47 PM, Sateesh Chodapuneedi < >sateesh.chodapune...

Re: [Proposal] Virtual Router service failure alerting

2014-03-02 Thread Chiradeep Vittal
Hi, What happens if there is an extended disconnect from MS? What is the rollover strategy for the new log files? What is the format of the alarm sent to the MS? How does the MS deduplicate alarms from the VR? How does the admin see these? On 2/17/14, 1:57 AM, "Harikrishna Patnala" wrote: >Hi Sh

Re: [DISCUSS] realhostip.com going away

2014-03-07 Thread Chiradeep Vittal
You could use this article as well: http://support.citrix.com/article/CTX133468 Does not require you to use the java solution. On 3/7/14, 11:19 AM, "Nux!" wrote: >On 07.03.2014 14:55, France wrote: >> Hi all. >> >> Are we going to have a solution for older versions like 4.1.1? >> I think we can

Re: [DISCUSS] realhostip.com going away

2014-03-07 Thread Chiradeep Vittal
You should require 1 record for the ACTUAL public IP used by the ConsoleProxy VM. On 3/7/14, 12:39 PM, "Nux!" wrote: >On 07.03.2014 20:28, John Kinsella wrote: >> SooŠI¹d recommend against something like Nux¹s suggestion below. I¹ve >> only looked briefly at VirtualDNS.java, and it looks fine fr

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-10 Thread Chiradeep Vittal
I haven¹t looked at it because it is huge. But preliminary scan: - there are unit tests missing for changes to core CS code - uses com.amazonaws.util.json (why?) - code format does not follow coding convention ( placement of {}, camel case api_interface ) - package namespace is com.cloud instead o

Re: system vm disk space issue in ACS 4.3

2014-03-10 Thread Chiradeep Vittal
Would¹ve been nice to raise a bug about it :) On 3/8/14, 10:32 AM, "Marcus" wrote: >Yeah, I've just seen on busy systems where even with log rotation working >properly the little space left in var after OS files is barely enough, for >example the conntrackd log on a busy VPC. We actually ended u

Re: [Merge] CloudStack IAM branch to master

2014-03-10 Thread Chiradeep Vittal
Any new jar dependencies? On 3/10/14, 11:34 AM, "Min Chen" wrote: >Hi, > >Prachi and I would like to merge CloudStack Identity and Access >Management(IAM) plugin services to the master branch. Development for >this effort has been done by Prachi and me on ACS rbac branch >(https://git-wip-us.apa

Re: system vm disk space issue in ACS 4.3

2014-03-10 Thread Chiradeep Vittal
Yes, it was deliberate. I can¹t find the discussion, but it revolved around a security best practice of having separate partitions for /, /swap, home directories On 3/10/14, 11:35 AM, "Marcus" wrote: >There have been several raised, actually regarding /var/log. As for >the system vm partitioni

Re: [PROPOSAL] Bridge functionality

2014-03-11 Thread Chiradeep Vittal
Is there a more detailed writeup? I am interested in the api and Œflow' On 3/11/14, 7:12 AM, "Hugo Trippaers" wrote: >Hey all, > >I¹ve been working on adding Bridge support to CloudStack. The use case is >that with the introduction of SDN there is a need for us to link logical >networks to physi

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-11 Thread Chiradeep Vittal
sync service written as an optional plugin with the package name space of org.apache. On 3/11/14, 3:09 PM, "Alex Ough" wrote: >Hi Daan, > >I didn't update the patch after the couple of works because I wanted to do >it with others Chiradeep asked if any. >L

Re: [QUESTION] About debugging a "Connection refused" SSVM error

2014-03-12 Thread Chiradeep Vittal
You probably need to configure secstorage.allowed.internal.sites http://goo.gl/Z3tXqi On 3/12/14, 1:01 PM, "Mike Tutkowski" wrote: >Hi, > >I don't yet have much experience with debugging SSVM issues. > >Today I received a "Connection refused" status when trying to upload an >ISO. I assume this

Re: How writing a new api of Pause VirtualMachine

2014-03-13 Thread Chiradeep Vittal
But why would you want to pause a VM? Is this an end-user API or an admin API? From: Yitao Jiang mailto:willier...@gmail.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Wednesday, March 12, 2014 at 5:52 PM To: "dev@cloudstack.

Re: [Merge] CloudStack IAM branch to master

2014-03-14 Thread Chiradeep Vittal
y our branch. Awesome! :-) Thanks. -min On 3/10/14 7:33 PM, "Min Chen" mailto:min.c...@citrix.com>> wrote: No new jar dependencies. -min Sent from my iPhone On Mar 10, 2014, at 7:22 PM, "Chiradeep Vittal" mailto:chiradeep.vit...@citrix.com>> wrote: Any new j

Re: Review Request 19034: Assigning LB rule to vm nic secondary ip

2014-03-14 Thread Chiradeep Vittal
rc/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java <https://reviews.apache.org/r/19034/#comment68682> grammar in log! - Chiradeep Vittal On March 11, 2014, 12:04 p.m., Jayapal Reddy wrote: > > --- > This is an autom

Re: [PROPOSAL] Bridge functionality

2014-03-21 Thread Chiradeep Vittal
March 13, 2014 at 2:32 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [PROPOSAL] Bridge functionality On 11 mrt. 2014, at 21:51, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: Is there

Re: [PROPOSAL] More Flexible Security Group Implementation

2014-03-24 Thread Chiradeep Vittal
Hi, I believe the right layer of abstraction is present in the SG manager (and yes, we should remove isVMWare checks). This abstraction works at the ‘policy’ level: which IP/VM is allowed to talk to which VM/IP. This policy is translated into a concrete implementation by the resources. So I don

Re: Java heap space error in cloud stack 4.2.1

2014-03-24 Thread Chiradeep Vittal
Try increasing heap size in the JVM in /etc/cloudstack/management/tomcat6.conf E.g., -Xmx4g From: Amin Samir mailto:a...@opencloud.net.au>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Monday, March 24, 2014 at 1:40 AM To: "dev@c

Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions

2014-03-26 Thread Chiradeep Vittal
he.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Cc: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Subject: Re: [DISCUSS]{BEHAVIORAL-CHANGE]Domain-Account-User Sync Up Among Multiple Regions Alex, I’m attending a conference today, will

Re: CLOUDSTACK-6202

2014-03-28 Thread Chiradeep Vittal
arch 28, 2014 at 12:00 PM To: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>>, "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>>, "bhais...@baagi.org<mailto:bhais...@baagi.org>" mailto:bhais...@baagi.or

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Chiradeep Vittal
941/#comment72272> Seems overly complicated! This should work? datetime.utcnow() + timedelta(minutes=expires) cloudmonkey/requester.py <https://reviews.apache.org/r/19941/#comment72273> Can you make this configurable in the config? - Chiradeep Vittal On April 2, 2014, 4:39 p.

Re: Review Request 19941: Add signatureversion and expiring datetime to cloudmonkey/requester.py

2014-04-07 Thread Chiradeep Vittal
> On April 7, 2014, 4:51 p.m., Chiradeep Vittal wrote: > > this should work? (datetime.datetime.utcnow() + datetime.timedelta(minutes=10)).strftime('%Y-%m-%dT%H:%M:%S +') - Chiradeep --- This is an automatical

Re: OpenSSL vunerability (bleedheart)

2014-04-09 Thread Chiradeep Vittal
John, I don’t believe that 4.0.0 – 4.1 are affected since they use Debian Squeeze-based systemvm templates. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743883 From: John Kinsella mailto:j...@stratosec.co>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@c

Re: OpenSSL vunerability (bleedheart)

2014-04-09 Thread Chiradeep Vittal
usted the blog post re: VR and earlier versions of ACS. John On Apr 9, 2014, at 12:15 PM, Animesh Chaturvedi mailto:animesh.chaturv...@citrix.com><mailto:animesh.chaturv...@citrix.com>> wrote: Courtesy Chiradeep - CPVM uses JSSE so that should not be affected - VR is not affected

[DISCUSS] Cloudmonkey release

2014-04-23 Thread Chiradeep Vittal
Hi folks, Yichi¹s fix to [1] uses signature version 3 in Cloudmonkey. I have also coded and tested a way [2] to use username/password in cloudmonkey instead of apikey and secret key. I have some PEP8 fixes ready. I propose we make a new release of Cloudmonkey using the process outlined in [3] Any

Re: Hypervisor version and XenServer

2014-04-23 Thread Chiradeep Vittal
Where is this HYPERVISOR_VERSION? In the code? Docs? From: Tim Mackey mailto:tmac...@gmail.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Wednesday, April 23, 2014 at 2:50 PM To: "dev@cloudstack.apache.org

Re: [DISCUSS] Cloudmonkey release

2014-04-23 Thread Chiradeep Vittal
e: [DISCUSS] Cloudmonkey release None - are you willing to toss a RC out to vote on? --David On Wed, Apr 23, 2014 at 7:21 PM, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: Hi folks, Yichi¹s fix to [1] uses signature version 3 in Cloudmonkey. I have also coded and tested a way

Re: Review Request 20611: CLOUDSTACK-6202: add expires to call to method make_request() for async apis

2014-04-23 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20611/#review41245 --- Ship it! Already fixed. - Chiradeep Vittal On April 23, 2014, 5

[VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-24 Thread Chiradeep Vittal
Hi All, I've created a 5.1.0 release of CloudMonkey, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=shor tlog;h=refs/heads/5.1.0 Commit: 0b7a6bce246bbf261e6f096d1c18a85949ed5a22 List of changes: https:/

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-24 Thread Chiradeep Vittal
ack.apache.org>> Subject: Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0 +1 Tested the username password support and works fine. This is very useful during development. ~Rajani On 25-Apr-2014, at 5:42 am, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: Hi Al

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-25 Thread Chiradeep Vittal
Please follow the Release test procedure below https://cwiki.apache.org/confluence/x/2iNqAg From: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Date: T

[DISCUSS] LXC systemvm

2014-04-29 Thread Chiradeep Vittal
Hi, I was playing around with LXC and I think I have the systemvm build figured out. Currently [1] the LXC system requires a KVM/Xen-based systemvm. I¹ve tried this out on Ubuntu 14.04 (trusty) Download these 2 files: create-lxc-systemvm.sh https://gist.github.com/chiradeep/11388262

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-29 Thread Chiradeep Vittal
rovided. [CV] apikey is used in preference. Thanks, ~Talluri On 29/04/14 2:01 pm, "sebgoa" wrote: > >On Apr 25, 2014, at 7:40 PM, Chiradeep Vittal > wrote: > >> Please follow the Release test procedure below >> https://cwiki.apache.org/confluence/x/2iNqAg >

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-29 Thread Chiradeep Vittal
nger supports the unprivileged port? On Tue, Apr 29, 2014 at 12:31 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com<mailto:chiradeep.vit...@citrix.com>> wrote: Hi, thanks for the testing. Answers inline From: Srikanteswararao Talluri mailto:srikanteswararao.tall...

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-29 Thread Chiradeep Vittal
Ugh. s/unprivileged/privileged From: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Date: Tuesday, April 29, 2014 at 11:37 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [VOTE] Release A

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-04-29 Thread Chiradeep Vittal
mgmt server in the past. I think it does generate a signature bit is ignored. On Tue, Apr 29, 2014 at 12:37 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com<mailto:chiradeep.vit...@citrix.com>> wrote: Did it previously? Cloudmonkey always generates a signature and will not wor

Re: [DISCUSS] LXC systemvm

2014-04-29 Thread Chiradeep Vittal
gt;> Date: Tuesday, April 29, 2014 at 12:07 PM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [DISCUSS] LXC systemvm On Tue, Apr 29, 2014 at 11:54 PM, Chiradeep Vittal < chiradeep.vit...@citrix.com<

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-05-02 Thread Chiradeep Vittal
Gentle reminder (esp. PMC folks). I have 2 +1 PMC votes and no –1 votes. I will close this out next Monday, unless there are any –1 by then. From: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org

Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0

2014-05-02 Thread Chiradeep Vittal
e.org>" mailto:dev@cloudstack.apache.org>> Date: Friday, May 2, 2014 at 11:29 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [VOTE] Release Apache CloudStack CloudMonkey 5.1.0 Chiradeep, I am not curren

<    1   2   3   4   5   6   7   >