Re: A secure way to reset VMs password

2014-12-02 Thread Chiradeep Vittal
You would need client-side certs as well since the password server needs to be able to validate WHO is asking for the password. Currently it is based on the client's IP address. Also the current scheme is a single-use password — as soon as the password is retrieved, it is not available to anybod

[CROSSPOST] [ovsdb-dev] CloudStack & OVSDB?

2015-01-14 Thread Chiradeep Vittal
-Original Message- From: ovsdb-dev-boun...@lists.opendaylight.org [mailto:ovsdb-dev-boun...@lists.opendaylight.org] On Behalf Of Dave Neary Sent: Tuesday, January 13, 2015 12:03 PM To: mailto:ovsdb-...@lists.opendaylight.org>> Subject: [o

Re: OpenDaylight status

2015-04-20 Thread Chiradeep Vittal
15 at 2:59 PM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>", Chiradeep Vittal Subject: Re: OpenDaylight status Chiradeep was on OpenDayLight board, perhaps he knows where we are with cloudstack.. On 4/19/15 1:41 AM, Erik Weber wrote: Does anyone know what the status of the ODL plugin is? Erik

Re: OpenDaylight status

2015-04-20 Thread Chiradeep Vittal
Subject: Re: OpenDaylight status What state was it in when it was merged? Functioning? On Mon, Apr 20, 2015 at 4:19 PM, Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> wrote: I’m not sure. I saw that somebody from Inocybe (Mathieu Lemay) was interested in supporting the plugin. As to wheth

[DISCUSS][PROPOSAL] Support for standard metadata/userdata URL

2015-08-05 Thread Chiradeep Vittal
e is no comparable solution for Basic Zone and advanced networks where the VR is not the default router. However, note that this is not a breaking change, rather, an enhancement. Thoughts? — Chiradeep [1] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html [2

Re: [DISCUSS][PROPOSAL] Support for standard metadata/userdata URL

2015-08-06 Thread Chiradeep Vittal
/90_datasource.cfg Start to finish on a first time boot of an instance cloud-init takes ~12 seconds on my system. A reboot of that same system, cloud-init only takes 5 seconds. This is with a default/stock cloud-init config on an ubuntu 14.04 system with just that one file added. On Wed, Aug 5, 2

Re: [DISCUSS][PROPOSAL] Support for standard metadata/userdata URL

2015-08-06 Thread Chiradeep Vittal
<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [DISCUSS][PROPOSAL] Support for standard metadata/userdata URL Would it not work to assign the address 169.254.169.254 on the VR? Erik Den torsdag 6. august 2015 skrev Chiradeep Vittal < chiradeep

Re: SDN solutions in use today with CloudStack

2015-08-20 Thread Chiradeep Vittal
Nuage seems to be in production in quite a few CloudStack clouds From: Simon Weller mailto:swel...@ena.com>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Thursday, August 20, 2015 at 11:41 AM To: "dev@cloudstack.apache.org

Re: [Discuss] AutoScaling.next in CloudStack

2013-11-25 Thread Chiradeep Vittal
/www.slideshare.net/tuna20073882/autoscale-without-netscalerccceu13. > >Chiradeep and I had a short talk after the presentation about how to >improve the AutoScale feature in future. We agreed that: > >+ Need to remove Load Balancing feature from AutoScaling. That¹s very >simple to do. &g

Re: [PROPOSAL] User VM HA using native XS HA capabilities

2013-11-26 Thread Chiradeep Vittal
According to http://support.citrix.com/proddocs/topic/xencenter-61/xs-xc-pools-ha-about. html XS HA is about dealing with host failures. However CS HA also deals with individual VM failures ("fast restart"). I hope you are not removing fast VM restart. On 11/26/13 6:54 AM, "David Nalley" wrote:

Re: persistence layer

2013-11-26 Thread Chiradeep Vittal
Hi Lukas, thanks for chiming in. I do agree that abstracting over NoSQL and SQL is not compelling. Both have their specific strengths and developers would be foolhardy to simply assume that swapping one for the other will magically work. On 11/26/13 3:57 AM, "Lukas Eder" wrote: >Dear CloudStack

Re: [DISCUSS] Reporting tool for feeding back zone, pod and cluster information

2013-11-26 Thread Chiradeep Vittal
+1. Of course we must ensure proper treatment of this data (anonymization, retention, removal, copyrights) On 11/23/13 11:01 AM, "Wido den Hollander" wrote: >Hi, > >I discussed this during CCCEU13 with David, Chip and Hugo and I promised >I put it on the ml. > >My idea is to come up with a repo

Re: file shuffling

2013-11-26 Thread Chiradeep Vittal
Been frustrating, I agree. History should not be lost and merges should not be squashed! On 11/22/13 7:37 PM, "Marcus Sorensen" wrote: >I just need to blow off some steam about the shifting sands of our >codebase. I went to look at the resizeVolume method today and found >that it has moved agai

Re: Getting error while adding Netscaler with the new 10.1 API

2013-11-26 Thread Chiradeep Vittal
That happens when you use a self-signed certificate. You can use EasySSLProtocolSocketFactory.java from utils On 11/26/13 4:28 PM, "Syed Ahmed" wrote: >Hi, > >I am trying to move the Netscaler to the 10.1 Nitro API and while using >the new API I am getting the following error when adding Netscal

Re: edit access to cwiki

2013-11-26 Thread Chiradeep Vittal
done On 11/26/13 2:32 PM, "Chandan Purushothama" wrote: >May I request for edit access to cwiki please, > >Thank you, >Chandan. > >-Original Message- >From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] >Sent: Monday, November 25, 2013 10:53 PM >To: dev >Subject: Re: edit access to cwik

Re: [DISCUSS] OOM killer and Routing/System VM's = :(

2013-12-02 Thread Chiradeep Vittal
low overcommit? This will ensure that the user space tasks that cannot allocate more memory than available will die. On 9/6/13 2:35 AM, "Funs Kessen" wrote: >Hi Alex and Chiradeep, > >@Alex: Yes it would work, but also means that everybody would have to >implement this on a

Re: [Discuss] AutoScaling.next in CloudStack

2013-12-02 Thread Chiradeep Vittal
Hi Tuna, The way the Netscaler autoscale function works is to assume that the VM already has SNMP agent. If the VM is Linux, it needs to have the net-snmp-util package (usually there in most distro) E.g., as documented here: http://goo.gl/KabIy5 On 11/28/13 2:31 AM, "Nguyen Anh Tu" wrote: >On

Re: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home edit permission

2013-12-02 Thread Chiradeep Vittal
You do, under the username 'angelines' On 12/2/13 2:00 PM, "Angeline Shen" wrote: >Hello Administrators: > >Please allow me "edit" permissions in order to add CloudStack test plans >to: > >https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home > >Thank you. > >

Re: persistence layer

2013-12-02 Thread Chiradeep Vittal
Great discussion. I do find it a pain to construct a query in the current system (if there was a REPL, it might be easier, but oh well). +1 to JOOQ On 12/2/13 5:27 PM, "Kelven Yang" wrote: >I generally in agree with what Darren has pointed. Within the context of >ACS, declarative transaction su

Re: [DISCUSS] Cloudstack network-element plugin(ver 4.2) to orchestrate Juniper's switches

2013-12-02 Thread Chiradeep Vittal
I think this is a great idea. However 4.2 is closed for new features (as also 4.3). On 12/2/13 3:23 AM, "Pradeep Cloudstack" wrote: >Hi, >my name is Pradeep HK and I am from Juniper Networks, Bangalore. > >I am leading an effort to implement Cloudstack(based on 4.2) >network-element plugin to

Re: [DISCUSS] Cloudstack network-element plugin(ver 4.2) to orchestrate Juniper's switches

2013-12-02 Thread Chiradeep Vittal
It looks like plugin discovery is in 4.3 https://cwiki.apache.org/confluence/x/ZSIHAg On 12/2/13 11:34 PM, "Pradeep Cloudstack" wrote: >Hi Chiradeep, >is there a way for existing customers of Cloudstack(say running 4.2) to >try out our plugin? >like say deploying a war fi

Re: [Discuss] AutoScaling.next in CloudStack

2013-12-03 Thread Chiradeep Vittal
Agree that we should have at least 1 implemented monitoring plugin. Before we jump into SNMP etc, I'd like to see the public interfaces of the monitoring and AS services. In the figure I had sketched out, I'd like to see the specifications of all the APIs. We can then enumerate the autoscaling wor

Re: Regarding systemvm jenksin job

2013-12-03 Thread Chiradeep Vittal
http://jenkins.buildacloud.org/view/master/job/build-systemvm-master/ ? On 12/3/13 6:47 AM, "Rajesh Battala" wrote: >Hi All, >I had triggered the (generate systemvm64 bit) Jenkins job as I had made >some changes for the HyperV systemvm template. >Job was successfully but from the log I didn't s

Re: [DISCUSS] Cloudstack network-element plugin(ver 4.2) to orchestrate Juniper's switches

2013-12-05 Thread Chiradeep Vittal
:03 AM, "Pradeep Cloudstack" wrote: >Hi Chiradeep Vittal, >can this be considered for 4.4 ? > >-Pradeep > > > > >On Tuesday, December 3, 2013 12:33 PM, Chiradeep Vittal > wrote: > >I think this is a great idea. However 4.2 is closed for new featu

Re: [DISCUSS][PROPOSAL] Move docs to .rst format and readthedocs

2013-12-09 Thread Chiradeep Vittal
Nice. According to http://en.wikipedia.org/wiki/Lightweight_markup_language and see that it is quite similar to Markdown. On 12/9/13 2:18 PM, "Hugo Trippaers" wrote: >Looks good to me. +1 > >The format is much more dev friendly so it might help with getting more >people to write docs. > >Cheer

Re: SRX/ASA and ACS VPC

2013-12-10 Thread Chiradeep Vittal
Not currently. From: Simon Murphy mailto:simon.mur...@vifx.co.nz>> Reply-To: "dev@cloudstack.apache.org" mailto:dev@cloudstack.apache.org>> Date: Monday, December 9, 2013 3:03 PM To: "us...@cloudstack.apache.org" mailto:us...@

Re: [DISCUSS][PROPOSAL]Closing SQLStatement to avoid resource leaks

2013-12-11 Thread Chiradeep Vittal
+1 Wish there was a more elegant solution (like in Java 7) On 12/10/13 6:01 AM, "Antonio Fornié Casarrubios" wrote: >Hi all, > >I'm trying to fix some typical "Resource Leak" issues in some cloudstack >classes. An example could be Upgrade2214to30, but actually the very same >issue can be found i

Re: [DISCUSS][PROPOSAL] (CLOUDSTACK-3272)

2013-12-11 Thread Chiradeep Vittal
Some more description of the use cases would be helpful. What is the pain point it is addressing? On 12/11/13 3:26 AM, "Sonal Ojha" wrote: >Hello, > >As per the description in the bug I would like to propose to introduce a >new instance variable configParameters of type HashMap to the >EventCate

Re: Jetty running into an error

2013-12-11 Thread Chiradeep Vittal
Have you followed this guide: https://cwiki.apache.org/confluence/x/PgvMAQ [Running a server for test/debug purposes] On 12/9/13 11:13 AM, "Usman Wyne" wrote: >Hi all, >I am still new to this and trying to run jetty server i get the following >errors. Can someone please take a look to see what

Re: Build failure caused by checkstyle...

2013-12-12 Thread Chiradeep Vittal
I got this build failure on a fresh clone as well. On a previously built project, it worked however. On 12/12/13 2:16 PM, "Alex Huang" wrote: >I'm not sure how to fix this for Jenkins. The problem states it couldn't >find build-checkstyle which is a project that was added. It builds fine >on m

Re: [DISCUSS][PROPOSAL] (CLOUDSTACK-3272)

2013-12-13 Thread Chiradeep Vittal
11:36 PM To: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>> Cc: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: [DISCUSS][PROPOSAL] (CLOUDSTACK-3272) One of the use case be to delete only vm power on/

Re: [DISCUSS](CLOUDSTACK-3471)Provide an API to extract the log statements of a given jobid

2013-12-13 Thread Chiradeep Vittal
Hi Saurav, It looks like the feature is a little orthogonal to ACS. It is more an adjunct. The only reason to add an API to CloudStack is to re-use the authentication layer. Otherwise, the feature does not interact with other parts of ACS at all. If there was a way for a service to re-use the API

Re: SG broken in Adv zone with multiple shared networks (4.2)

2013-12-13 Thread Chiradeep Vittal
My reading of https://cwiki.apache.org/confluence/x/kxTVAQ is : - a VM can only be on 1 security-group-enabled network. On 12/13/13 10:30 AM, "Nux!" wrote: >Hi, > >It seems that using multiple shared networks in an Adv zone with >Security groups breaks the security groups. > >Here's what happe

Re: kvm - why just qcow2

2013-12-16 Thread Chiradeep Vittal
I thought the limitation was that qemu cannot take snapshots of vmdk On 12/16/13 3:04 PM, "Marcus Sorensen" wrote: >In looking at the processors, I'm noticing that there's a >VmdkProcessor, but it seems to want ova format, not vmdk (it expects >.ova extension, for example). Sort of confusing if

Re: [PROPOSAL] region level VPC and guest network spanning multiple zones

2013-12-19 Thread Chiradeep Vittal
Is there any reason to restrict a subnet to a single zone? AFAIK, AWS VPC lets you stretch a subnet across AZ. This way you can replicate *within* the DB tier to another zone. Also, once you introduce distributed routing, access to other datacenter services (S3 for instance) from within the VM wil

Re: Create VM - find out the NIC on KVM host connected to a Network switch

2013-12-19 Thread Chiradeep Vittal
What does the LLDP output look like? On 12/18/13 11:03 PM, "Pradeep Cloudstack" wrote: >Hi , >on a KVM host, I have a bridge interface - cloudbr1 to which eth1 has >been added. >This is for guest Network. > > >When we create a VM on the KVM host, the NetworkGuru plugin gets to know >about cloudb

Re: Create VM - find out the NIC on KVM host connected to a Network switch

2013-12-20 Thread Chiradeep Vittal
On the KVM host you could parse the output of 'brctl show', but that is awkward to parse. Or you might be able to iterate through /sys/devices/virtual/net/* and work backwards from that. On 12/19/13 10:16 PM, "Pradeep Cloudstack" wrote: >Hi Chiradeep, >the LLDP

Re: Create VM - find out the NIC on KVM host connected to a Network switch

2013-12-23 Thread Chiradeep Vittal
Cloudstack mailto:pradeepcloudst...@yahoo.com>> Date: Sunday, December 22, 2013 10:43 PM To: Chiradeep Vittal mailto:chiradeep.vit...@citrix.com>>, "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Subject: Re: Create VM

Re: [PROPOSAL] region level VPC and guest network spanning multiple zones

2013-12-23 Thread Chiradeep Vittal
Ah OK. Just want to make sure that traffic accounting for access to in-DC services is separate even though it may go through the same interface as the public traffic. On 12/20/13 2:09 AM, "Murali Reddy" wrote: >On 20/12/13 5:50 AM, "Chiradeep Vittal" >wrote: > >

Re: TLSv1 vs TLS vs SSL use throughout CS

2013-12-23 Thread Chiradeep Vittal
Why not set it to the highest secure protocol level always? On 12/20/13 12:56 PM, "Demetrius Tsitrelis" wrote: > > >I was looking at the SSL code in CloudStack >and noticed that there are about a dozen calls to the >SSLContext.getInstance() method. Some of them >use the "SSL" protocol while >o

Re: TLSv1 vs TLS vs SSL use throughout CS

2014-01-02 Thread Chiradeep Vittal
out that? > >The SSLContext.getInstance() method also takes a parameter for the >security provider and in one case below someone has named a specific one >- SunJSSE. It might be good to allow an admin to configure the provider >as well so that providers with other characteristics (FIPS, e

Re: [Proposal] Switch to Java 7

2014-01-06 Thread Chiradeep Vittal
Yes, there was another discussion here: http://markmail.org/thread/uf6bxab6u4z4fmrp On 1/6/14 3:18 PM, "Kelven Yang" wrote: >Java 7 has been around for some time now. I strongly suggest CloudStack >to adopt Java 7 as early as possible, the reason I feel like to raise the >issue is from the som

Re: [Proposal] Switch to Java 7

2014-01-06 Thread Chiradeep Vittal
Java 7 is preferred for Apache Hadoop but not required http://wiki.apache.org/hadoop/HadoopJavaVersions (I was looking to see if other OSS projects had migrated) -- Chiradeep > On Jan 6, 2014, at 6:16 PM, "Ryan Lei" wrote: > > There was yet another similar discussion a ha

Re: SSL and Nagle

2014-01-10 Thread Chiradeep Vittal
Is it? Google search indicates that it is "sometimes" a problem (with small packets). When CS is the SSL client, the TCP_NO_DELAY should be set by the server (in this case hypervisors). But the nature of the interaction is not high bandwidth nor latency sensitive, so it shouldn't matter. When it is

Re: SSL and Nagle

2014-01-10 Thread Chiradeep Vittal
Yes On 1/10/14 1:13 PM, "Demetrius Tsitrelis" wrote: >There are many small packets during the TLS handshake and for some of the >features such as Console Proxy so this might be worth investigating. Do >you believe it warrants opening a bug? > > >-Original M

Re: IPv6 in VPC (was Re: IPv6 plan - questions)

2014-01-16 Thread Chiradeep Vittal
Are we assuming that the Cloud Provider has a Provider-Independent (PI) space? Using a Unique Local Address (ULA) space for the VPC *might* to desirable. If VPC tiers (subnets) can span zones (not possible today), then NAT66 can help keep addresses stable as workloads move to a different zone for a

Re: UI blocker

2014-01-17 Thread Chiradeep Vittal
Have to agree with this. On 1/17/14 10:42 AM, "Jessica Wang" wrote: >> cosmetic issues are not blockers > >+1 > > >-Original Message- >From: Brian Federle >Sent: Friday, January 17, 2014 10:41 AM >To: dev@cloudstack.apache.org >Cc: Jessica Wang; Sonny Chhen >Subject: RE: UI blocker > >So

Re: IPv6 in VPC (was Re: IPv6 plan - questions)

2014-01-17 Thread Chiradeep Vittal
n the future. > >guest networks, my initial preference would be for SLAAC, but I think >ultimately we'd want to be able to assign multiple ips to a guest. >With the 64 bits of the SLAAC space dedicated to all of the unique MAC >address possibilities, we can't really

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
The mirrolist is a great idea. There's 2 issues though: 1. Already released ACS releases in the wild will continue to attempt to download from download.cloud.com whenever a zone is created. These old releases cannot understand mirror lists. But users can be advised to patch templates.sql to point

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
ll Stevens wrote: > Inline... > > *Will STEVENS* > Lead Developer > > *CloudOps* *| *Cloud Solutions Experts > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On Wed, May 18, 2016 at 1:08 PM, Chiradeep Vittal > wrote: >

Re: Migrating CloudStack content from download.cloud.com

2016-05-18 Thread Chiradeep Vittal
similar to cloud-install-sys-tmplt to install default templates) On Wed, May 18, 2016 at 12:14 PM, Chiradeep Vittal wrote: > Mirrors still require a "seed" site, right? E.g., msync.centos.org is the > seed for CentOS. Depending on the number of mirrors, this seed site would >

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Chiradeep Vittal
Pierre, I meant the auto-download of default templates, not systemvm. Note that the initial systemvm template has to be hand-downloaded anyway. If you are a single hypervisor cloud, then that is all that is needed. On Thu, May 19, 2016 at 11:08 AM, Pierre-Luc Dion wrote: > I would be -1 about di

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Chiradeep Vittal
ons Experts > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On Thu, May 19, 2016 at 5:37 PM, Daan Hoogland > wrote: > > > Chiradeep, > > > > It makes sense not to have this old default very insecure guest template > >

Re: Migrating CloudStack content from download.cloud.com

2016-05-20 Thread Chiradeep Vittal
so if we put both sections together the worry is over. acs > is a complex system and requires a lot of reading so let''s not put it in a > different section. would be duplicate code anyhow. > > > > On Thu, May 19, 2016 at 11:56 PM, Chiradeep Vittal > > > wrote:

Re: Migrating CloudStack content from download.cloud.com

2016-05-20 Thread Chiradeep Vittal
Agree with Daan : we shouldn't be pushing these ancient insecure templates! On Fri, May 20, 2016 at 9:51 AM, Chiradeep Vittal wrote: > :) According to Raja, there is some time before download.cloud.com is > doomed. Let's pretend that date is Jan 1 2017. Now pretend that it i

Re: Migrating CloudStack content from download.cloud.com

2016-05-20 Thread Chiradeep Vittal
East Asia. [1] http://code.activestate.com/recipes/284631-a-python-script-to-test-download-mirrors/ On Fri, May 20, 2016 at 9:52 AM, Chiradeep Vittal wrote: > Agree with Daan : we shouldn't be pushing these ancient insecure > templates! > > > On Fri, May 20, 2016 at

Re: Migrating CloudStack content from download.cloud.com

2016-05-20 Thread Chiradeep Vittal
bylaws, to host this somewhere on > > apache.org? we are using peoples wibesites for tests as well, aren't we. > > > > On Fri, May 20, 2016 at 7:04 PM, Rafael Weingärtner < > > rafaelweingart...@gmail.com> wrote: > > > > > We could host a mirror here

Re: Migrating CloudStack content from download.cloud.com

2016-05-30 Thread Chiradeep Vittal
May 20, 2016 at 5:42 PM, Chiradeep Vittal wrote: > Yes, the mirror site would be on github or apache.org > > Step 6 in the install guide would have instructions like: > a. Install System VM Templates: > > b. Installing other templates > cloud-install-tmplt > >

Re: Migrating CloudStack content from download.cloud.com

2016-06-06 Thread Chiradeep Vittal
ment > Accelerate, > 2055,Laurelwood Road, Santa Clara, CA 95054, USA > Phone: 1-408-216-7010, www.accelerite.com,@accelerite > > > On May 31, 2016, at 10:23 AM, Chiradeep Vittal > wrote: > > > > I hope this gets discussed during the CloudStack Collab over the ne

Re: cloud.com references

2016-06-07 Thread Chiradeep Vittal
RE: CNAME from download.cloudstack.org to cloudstack.apt-get.eu - Should this be a request to Apache Infra? On Tue, Jun 7, 2016 at 11:49 AM, Wido den Hollander wrote: > > > Op 7 juni 2016 om 19:29 schreef Daan Hoogland : > > > > > > Paul, I have no access to any dns record under cloudstack.org

Re: [VOTE] Apache Cloudstack 4.8.2 RC1

2016-08-08 Thread Chiradeep Vittal
With this release, is ACS still dependent on downloads.cloud.com in any way? On Mon, Aug 8, 2016 at 7:31 AM, Will Stevens wrote: > I have pushed a new vote for RC2. Sorry for the mix up. The release > should have been 4.8.1 and I made a mistake and put it as 4.8.2 for RC1. > > Sorry for the co

Re: [DISCUSS] Replacing the VR

2016-09-14 Thread Chiradeep Vittal
I rather doubt that the Cloudrouter will fit the needs of the CloudStack project - it is AGPL licensed. Many enterprises will not touch anything that has AGPL - the github repo shows rather infrequent updates. Quite likely they aren't considering the use cases of the CloudStack community I'd bac

Re: Migrating CloudStack content from download.cloud.com

2016-10-31 Thread Chiradeep Vittal
Bumping this. Any progress on this? download.cloud.com is not an Apache property and is subject to the whims of its owner (Citrix). On Mon, Jun 6, 2016 at 9:44 AM, Chiradeep Vittal wrote: > Any progress on this? There's nearly a 100K downloads of systemvm > templates from download.cl

Re: Migrating CloudStack content from download.cloud.com

2016-11-01 Thread Chiradeep Vittal
people scream, perhaps then the community will swing into action? On Mon, Oct 31, 2016 at 1:49 PM, Rajesh Ramchandani < rajesh.ramchand...@accelerite.com> wrote: > Are we looking for new server to host this site? > > > > On Mon, Oct 31, 2016 at 12:46 PM -0700, "Chi

Re: Migrating CloudStack content from download.cloud.com

2016-11-04 Thread Chiradeep Vittal
n.net/blog/seed-cloudstack-templates-offline/ would solve for most cases. Instead of download.cloud.com in the blog post, you would have . On Fri, Nov 4, 2016 at 5:56 AM, John Burwell wrote: > Chiradeep, > > I am +1 to using a mirror list downloaded from > downloads.cloudstack.apache.org v

Re: Migrating CloudStack content from download.cloud.com

2016-11-04 Thread Chiradeep Vittal
ly updated builds (e.g., http://dl.openvm.eu/cloudstack/) - instructions on how to build default templates (e.g., using Packer https://www.packer.io/docs/builders/qemu.html ) On Fri, Nov 4, 2016 at 9:48 AM, Chiradeep Vittal wrote: > I am all for the change, but urge you to consider this: >

Re: ACS - Some VMs unable to get DHCP IP from VR

2016-11-07 Thread Chiradeep Vittal
I wonder if there are more VMs than the range allowed in the guest network. The excess VMs may not be getting IPs. Check /etc/dnsmasq.d/multiple_ranges.conf /etc/dnsmasq.conf Check this http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2008q3/002301.html You can also turn on logging on dns

Re: [QUESTION] Upgrade path to JDK8

2017-02-20 Thread Chiradeep Vittal
You can build the system vm with -source 1.7 -target 1.7 Also unless you are using Java8 features (lambda) the classfiles produced by javac 8 should work in a 1.7 JVM Sent from my iPhone > On Feb 20, 2017, at 11:51 AM, Will Stevens wrote: > > yes, that is what I was expecting. which is why

Re: Congratulations to Sven - Apache Software Foundation Member

2021-03-17 Thread Chiradeep Vittal
Congratulations Sven! On Wed, Mar 17, 2021 at 2:14 PM Paul Angus wrote: > Hi All, > > > > More great news. > > > > Please join me in congratulating Sven, for being made a Member of the > Apache Software Foundation. > > > > Congratulations Sven, keep up the good work! > > > > Kind regards > > >

<    2   3   4   5   6   7