Re: Wiki access

2013-10-02 Thread Syed Ahmed
I need access to the wiki too. I am planning to add an FS for implementing SSL offloading for netscaler. On Wed 02 Oct 2013 04:35:12 PM EDT, Chiradeep Vittal wrote: Apparently, edit access has been revoked for all. Who do we contact for edit permissions? TIA

Re: Wiki access

2013-10-02 Thread Syed Ahmed
Thanks David. On Wed 02 Oct 2013 07:23:28 PM EDT, David Nalley wrote: You should be able to edit/add pages now. --David On Wed, Oct 2, 2013 at 5:14 PM, Syed Mushtaq wrote: my confluence id is sahmed . Thanks, -Syed On Wed, Oct 2, 2013 at 5:01 PM, Chip Childers wrote: Not all committers

[New Feature FS] SSL Offload Support for Cloudstack

2013-10-08 Thread Syed Ahmed
Hi, I have been working on adding SSL offload functionality to cloudstack and make it work for Netscaler. I have an initial design documented at https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSL+Offloading+Support and I would really love your feedback. The bug for this is https://iss

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-08 Thread Syed Ahmed
ere on this as I've done this before in the past. Yes, this is a sorely needed feature. I'm happy to see this be added to the Netscaler plugin, and await a time when HA proxy has a stable release that includes SSL term. Darren On Tue, Oct 8, 2013 at 11:14 AM, Syed Ahmed wrote:

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-08 Thread Syed Ahmed
service or is there something else that I can use? An example would be immensely helpful. Thanks -Syed On Tue 08 Oct 2013 03:22:14 PM EDT, Syed Ahmed wrote: Thanks for the feedback guys. Really appreciate it. 1) Changing the name to SSL Termination. I don't have a problem with that.

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-08 Thread Syed Ahmed
to the user as useful information. I would implement the cert management as a separate CertificateService. Darren On Tue, Oct 8, 2013 at 1:31 PM, Syed Ahmed wrote: A question about implementation. I was looking at other commands and the execute() method for each of the other commands seem to

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-08 Thread Syed Ahmed
er it will probably just give back some general failure message that we won't be able to map back to the user as useful information. I would implement the cert management as a separate CertificateService. Darren On Tue, Oct 8, 2013 at 1:31 PM, Syed Ahmed wrote: A question about implem

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-09 Thread Syed Ahmed
eeves in ACS is that Service interface and Manager > interface are always implemented by the same class. This is bad, you > end up bluring the lines of the architecture and code becomes a big > blob, so avoid doing that. > > Darren > > On Tue, Oct 8, 2013 at 4:44 PM, Syed Ahmed

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-09 Thread Syed Ahmed
rameter so its inferred at device layer. NetScaler seems > to support SSL with other TCP ports as well. > > One general implementation note, network rules can be reprogrammed. So > operations to configure SSL cert, binding cert to virtual server etc need > to be idempotent at NetScaler resou

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-11 Thread Syed Ahmed
2013 09:03:45 AM EDT, Murali Reddy wrote: On 09/10/13 8:08 PM, "Syed Ahmed" wrote: Thanks Murali for your response. - any reason why you choose assignTo/RemoveFrom load balancer rule API's I thought this made more sense than create/updateLoadbalancerRule as we would have to c

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-15 Thread Syed Ahmed
. What do you guys think? Thanks -Syed On Tue 15 Oct 2013 03:01:05 AM EDT, Murali Reddy wrote: On 11/10/13 9:31 PM, "Syed Ahmed" wrote: Thanks for your valuable feedback Murali. Here are my comments. IMO, its better we introduce new api's say registerCertifcat

Review Request 14855: [Ssl Termination Support] Certificate managenemt interface

2013-10-22 Thread Syed Ahmed
/test/resources/certs/rsa_self_signed_with_pwd.key PRE-CREATION setup/db/db/schema-421to430.sql aaebf96 Diff: https://reviews.apache.org/r/14855/diff/ Testing --- Unittests are done and included in the review. Thanks, Syed Ahmed

Re: Review Request 14855: [Ssl Termination Support] Certificate managenemt interface

2013-10-23 Thread Syed Ahmed
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14855/#review27334 ------- On Oct. 22, 2013, 8:19 p.m., Syed Ahmed wrote: > > --- > This is an

Re: Review Request 14855: [Ssl Termination Support] Certificate managenemt interface

2013-10-23 Thread Syed Ahmed
PRE-CREATION setup/db/db/schema-421to430.sql aaebf96 Diff: https://reviews.apache.org/r/14855/diff/ Testing --- Unittests are done and included in the review. Thanks, Syed Ahmed

Re: Review Request 14855: [Ssl Termination Support] Certificate managenemt interface

2013-10-23 Thread Syed Ahmed
l. To reply, visit: https://reviews.apache.org/r/14855/#review27334 --- On Oct. 23, 2013, 4:17 p.m., Syed Ahmed wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14855/

Re: [MERGE] changing nonoss to noredist

2013-10-26 Thread Syed Ahmed
I have update the wiki as well. Should have looked at this mail sooner :) Also is it possible to rename the install-non-oss.sh file to install-noredist.sh ? Thanks, -Syed On Sat 21 Sep 2013 01:19:46 AM EDT, Hugo Trippaers wrote: All, I've merged the branch to master. Please beware that the

Adding "protocol" parameter to CreateLoadBalancerRule API

2013-10-28 Thread Syed Ahmed
Hi, As a part of implementing the SSL termination functioanlity, I was trying to add a protocol parameter to the CreateLoadBalancerRule API so that the correct type of LB can be created to which the certificate can be bound. I see that the LoadBalancerVO is an extension of FirewallVO which ha

Re: Adding "protocol" parameter to CreateLoadBalancerRule API

2013-10-28 Thread Syed Ahmed
d in child tables. As an example, for PF rules we store rule to vm mapping in portforwardingrules table. Firewall_rules table is being used by RulesManagerImpl/NetworkManagerImpl to manage the life cycle of all the rules extending FirewallRule. -Alena. From: Syed Ahmed mailto:sah...@cloudops.com&

Re: Adding "protocol" parameter to CreateLoadBalancerRule API

2013-10-28 Thread Syed Ahmed
03:20:26 PM EDT, Syed Ahmed wrote: Thanks Alena, So adding lb_protocol in load_balancing_rules should work fine as long as the LB providers don't use the protocol field in the firewall_rules table to create the correct type of LB on the device which I don't see ( atleast for Netscaler

Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-10-30 Thread Syed Ahmed
aaebf96 utils/src/com/cloud/utils/net/NetUtils.java f590425 Diff: https://reviews.apache.org/r/14976/diff/ Testing --- Testing was done using a VPX on my setup. Thanks, Syed Ahmed

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-10-30 Thread Syed Ahmed
Hi All, I have the patch for adding SSL termination support at https://reviews.apache.org/r/14976/ . It would be great if this can be reviewed. Thanks, -Syed On 13-10-15 03:01 AM, Murali Reddy wrote: On 11/10/13 9:31 PM, "Syed Ahmed" wrote: Thanks for your valuable feedback Mu

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-10-30 Thread Syed Ahmed
using a VPX on my setup. Thanks, Syed Ahmed

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-11-04 Thread Syed Ahmed
Hi All, I would like to get this code into 4.3. Is it possible for this to be reviewed? Is there anything needed from my side? I would be glad to provide more information. Thanks, -Syed On Wed 30 Oct 2013 03:25:12 PM EDT, Syed Ahmed wrote: Hi All, I have the patch for adding SSL

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-11-05 Thread Syed Ahmed
aaebf96 utils/src/com/cloud/utils/net/NetUtils.java f590425 Diff: https://reviews.apache.org/r/14976/diff/ Testing --- Testing was done using a VPX on my setup. Thanks, Syed Ahmed

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-11-05 Thread Syed Ahmed
the difference between different LB types in cloudstack. Is there some place where I can find more info on this ? On Nov. 5, 2013, 9:43 a.m., Syed Ahmed wrote: > > - i dont see certificate details in the load balancer response obtained > > from listLoadBalancerRules.Does it make sens

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-11-05 Thread Syed Ahmed
server/test/resources/certs/rsa_self_signed_with_pwd.key PRE-CREATION setup/db/db/schema-421to430.sql aaebf96 utils/src/com/cloud/utils/net/NetUtils.java f590425 Diff: https://reviews.apache.org/r/14976/diff/ Testing --- Testing was done using a VPX on my setup. Thanks, Syed Ahmed

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-11-06 Thread Syed Ahmed
Nov 2013 11:45:15 AM EST, Syed Ahmed wrote: Hi All, I would like to get this code into 4.3. Is it possible for this to be reviewed? Is there anything needed from my side? I would be glad to provide more information. Thanks, -Syed On Wed 30 Oct 2013 03:25:12 PM EDT, Syed Ahmed wrote: Hi All, I

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-11-06 Thread Syed Ahmed
On 13-11-06 12:18 PM, Murali Reddy wrote: On 06/11/13 12:40 AM, "Syed Ahmed" wrote: On Nov. 5, 2013, 9:43 a.m., Murali Reddy wrote: api/src/com/cloud/network/lb/LoadBalancingRule.java, lines 42-43 <https://reviews.apache.org/r/14976/diff/3/?file=374393#file374393line42&g

Re: Review Request 14976: [SSL Termination support] Part2 : Assign certificates to LBs

2013-11-06 Thread Syed Ahmed
. Thanks, Syed Ahmed

Re: [New Feature FS] SSL Offload Support for Cloudstack

2013-11-06 Thread Syed Ahmed
er objects or something like that. On Wed, Nov 6, 2013 at 9:25 AM, Syed Ahmed wrote: Hi All, Many thanks to Darren and Murali for reviewing my code. I feel that the code is in a good condition to be merged into the master. I see that the code freeze is at the end of this week. Is it possible for m

Re: Review Request 15391: few cleanups in CertServiceTest and CertService

2013-11-11 Thread Syed Ahmed
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15391/#review28686 --- Ship it! Ship It! - Syed Ahmed On Nov. 10, 2013, 6:26 p.m

Re: SSL and JCE

2013-11-11 Thread Syed Ahmed
Hi Laszlo, The CertService uses BouncyCastle for certificate parsing and validation. The JCE extension provides the API for using BouncyCastle as the provider. So, JCE is required. I know that BouncyCastle is added in CS. Would it be possible to add JCE as a dependency too? Thanks, -Syed On

Re: 4.3 Not Building (Test Failure)

2013-11-11 Thread Syed Ahmed
Hi Mike, Can you try and install the JCE extensions suggested by Laszlo? Thanks, -Syed On 13-11-11 04:34 PM, Mike Tutkowski wrote: Thanks, Wei. Does this assert failure look familiar to you? --- Test set: org.apache

Re: SSL and JCE

2013-11-12 Thread Syed Ahmed
tributable and has teritorial import restrictions, so it could be problematic :-( I hope it is not. Guys, can someone help us here? On Mon, Nov 11, 2013 at 10:21 PM, Syed Ahmed wrote: Hi Laszlo, The CertService uses BouncyCastle for certificate parsing and validation. The JCE extensi

Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-13 Thread Syed Ahmed
/LoadBalancerResponse.java 0f18097 engine/schema/src/org/apache/cloudstack/lb/ApplicationLoadBalancerRuleVO.java 37a747e server/src/com/cloud/api/ApiResponseHelper.java 903c485 Diff: https://reviews.apache.org/r/15489/diff/ Testing --- Thanks, Syed Ahmed

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-13 Thread Syed Ahmed
--- Thanks, Syed Ahmed

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-15 Thread Syed Ahmed
ent here. Does this sound correct? - Syed --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15489/#review28968 ------- On Nov. 13, 2013, 6:08 p.m., Syed Ahmed wrote: > > --

Re: 4.3 System VM Templates

2013-11-15 Thread Syed Ahmed
I found http://jenkins.buildacloud.org/view/master/job/build-systemvm-master/lastSuccessfulBuild/artifact/tools/appliance/dist/ Let me know if this is valid. I'll update the wiki Thanks, -Syed On Fri 15 Nov 2013 12:03:16 PM EST, Will Stevens wrote: Bump... Still trying to find system vm tem

Upgrading nitro API to 10.1

2013-11-15 Thread Syed Ahmed
Hi All, I was wondering if it was possible to update the nitro packet which is required for Netscaler API from 10.0 to 10.1. The new 10.1 supports the "bundle" parameter which makes it possible to upload certificate and the trust chain in a single file which makes it very easy for certificate

Re: Upgrading nitro API to 10.1

2013-11-15 Thread Syed Ahmed
Yes Prasanna. This is a jar upgrade and yes that is the source code. This means that we could remove the noredist from netscaler plugin. Thanks, -Syed On Fri 15 Nov 2013 10:26:51 PM EST, Prasanna Santhanam wrote: On Fri, Nov 15, 2013 at 01:36:49PM -0500, Syed Ahmed wrote: Hi All, I was

Re: Upgrading nitro API to 10.1

2013-11-15 Thread Syed Ahmed
at 10:29:56PM -0500, Syed Ahmed wrote: Yes Prasanna. This is a jar upgrade and yes that is the source code. This means that we could remove the noredist from netscaler plugin. Thanks, -Syed

Re: Upgrading nitro API to 10.1

2013-11-15 Thread Syed Ahmed
On Fri, Nov 15, 2013 at 10:39:18PM -0500, Syed Ahmed wrote: > Sure. No problems. > > Thanks, > -Syed > > On Fri 15 Nov 2013 10:35:04 PM EST, Prasanna Santhanam wrote: > >that should be ok - i was supposed to have moved the netscaler plug

Re: SDN compat matrix

2013-11-18 Thread Syed Ahmed
I found http://events.linuxfoundation.org/sites/events/files/slides/CloudStack%20SDN%20-%20CloudOpen_0.pdf Which is also pretty recent ( a month old ) . You can probably reference this too. Thanks, -Syed On 11/18/2013 12:25 PM, Hugo Trippaers wrote: Thanks for the feedback guys. I’ve put th

Re: SDN compat matrix

2013-11-18 Thread Syed Ahmed
I just realised that this is infact by you. Sorry for the spam. On Mon 18 Nov 2013 06:13:31 PM EST, Syed Ahmed wrote: I found http://events.linuxfoundation.org/sites/events/files/slides/CloudStack%20SDN%20-%20CloudOpen_0.pdf Which is also pretty recent ( a month old ) . You can probably

Re: assignCertToLB/removeCertToLb commands

2014-01-29 Thread Syed Ahmed
Hi, I'll check this and fix it. This was in the 4.3 release. Thanks, -Syed On Tue 28 Jan 2014 07:31:51 PM EST, Alena Prokharchyk wrote: Hi Murali, Doing some integration work with ssl cert stuff, and found that Apis you’ve submitted on behalf of Syed, have incorrect response name format (sho

Re: assignCertToLB/removeCertToLb commands

2014-01-29 Thread Syed Ahmed
Yes Animesh. -Syed On Wed 29 Jan 2014 10:54:02 AM EST, Animesh Chaturvedi wrote: Can you provide the fix today? Thanks Animesh On Jan 29, 2014, at 7:36 AM, "Syed Ahmed" wrote: Hi, I'll check this and fix it. This was in the 4.3 release. Thanks, -Syed On Tue 28 Jan 2014

Re: assignCertToLB/removeCertToLb commands

2014-01-29 Thread Syed Ahmed
Hi Alena, I was checking the code and I see that the response for uploadSslCert is uploadsslcertresponse and deleteSslCert is deletesslcertresponse are you expecting something different? Thanks, -Syed On Wed 29 Jan 2014 11:06:23 AM EST, Syed Ahmed wrote: Yes Animesh. -Syed On Wed 29 Jan

Review Request 17504: Fix the response names in assign and remove cert from LB

2014-01-29 Thread Syed Ahmed
/api/command/user/loadbalancer/AssignCertToLoadBalancerCmd.java 4ea4a58 api/src/org/apache/cloudstack/api/command/user/loadbalancer/RemoveCertFromLoadBalancerCmd.java e92d208 Diff: https://reviews.apache.org/r/17504/diff/ Testing --- Thanks, Syed Ahmed

Re: assignCertToLB/removeCertToLb commands

2014-01-29 Thread Syed Ahmed
Thanks Alena, I have the review request at https://reviews.apache.org/r/17504/ -Syed On Wed 29 Jan 2014 12:47:54 PM EST, Alena Prokharchyk wrote: The commands that should be fixed are: assignCertToLoadBalancer removeCertFromLoadBalancer Thanks, Alena. On 1/29/14, 8:33 AM, "Syed

Re: Review Request 17504: Fix the response names in assign and remove cert from LB

2014-03-21 Thread Syed Ahmed
/r/17504/#review38151 --- On Jan. 29, 2014, 5:58 p.m., Syed Ahmed wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org

Re: [ACS 43] SSL Offload Feature

2014-03-27 Thread Syed Ahmed
Including dev@ On 03/27/2014 01:59 PM, Sudha Ponnaganti wrote: Thanks for clarification. Thanks /Sudha -Original Message- From: Syed Ahmed [mailto:sah...@cloudops.com] Sent: Thursday, March 27, 2014 10:57 AM To: Sudha Ponnaganti Subject: Re: [ACS 43] SSL Offload Feature The unit

Re: Build failed in Jenkins: build-master-slowbuild #562

2014-04-09 Thread Syed Ahmed
So I just asked pierre-luc to build a simple cloudkstack without advanced networking. I will try to build master on that setup. This means I cannot add the LB specific part but I could still something done Thanks for your help. Thanks, -Syed On Wed 09 Apr 2014 01:58:18 PM EDT, Will Stevens

Re: GSoC projects

2017-02-27 Thread Syed Ahmed
Connect). > > I could speak with them and work out their application with this > proposal. > > On Wed, Feb 8, 2017 at 9:57 AM, Rene Moser > wrote: > > On 02/08/2017 02:46 PM, Syed Ahmed wrote: > > I want to propose another topic to relplace our old and crummy > console

Re: [PROPOSAL] add native vm-cluster orchestration service (was: [PROPOSAL] add native container orchestration service)

2017-02-28 Thread Syed Ahmed
We already call the VMs as Instances. So, InstanceCluster would be a better name imo. On Tue, Feb 28, 2017 at 10:05 AM, Daan Hoogland wrote: > Kishan, I see some sensible additions but also some unnecessary omissions. > Most of it seems to be Murali’s text so I’ll c&p your improvements back and

Re: [PROPOSAL] add native vm-cluster orchestration service (was: [PROPOSAL] add native container orchestration service)

2017-03-01 Thread Syed Ahmed
> > Syed, I chose machine as they might be bare metal in some cases. > > Sent from Nine<http://www.9folders.com/> > > From: Syed Ahmed > Sent: 28 Feb 2017 4:22 pm > To: dev@cloudstack.apache.org > Subject: Re: [PROPOSAL] add native v

Re: GSoC projects

2017-03-01 Thread Syed Ahmed
Hi Guys, I am trying to understand the process here. Are there deadlines by which we have to submit the proposals? Who are the participants? Do we have a wiki page? If not, I can create one. Thanks, -Syed On Mon, Feb 27, 2017 at 7:29 PM, Sergey Levitskiy < sergey.levits...@autodesk.com> wrote:

Re: GSoC projects

2017-03-02 Thread Syed Ahmed
and" > > wrote: > > > > Syed, At the time I started the thread we had 4 days. We can still > try > > to have some student in under the apache umbrella but I’m not sure if we > > have much chance, they need to specifically pick our project (for which >

Re: GSoC projects

2017-03-02 Thread Syed Ahmed
they want to work on and we can figure out ties later. In the mean time, we need to figure out what is the deal with ASF and GSoC and how we can get ourselves in. Thanks, -Syed On Thu, Mar 2, 2017 at 11:37 AM, Daan Hoogland wrote: > Syed, > > On 02/03/17 16:49, "Syed Ahmed"

Re: GSoC projects

2017-03-02 Thread Syed Ahmed
I have found the following links to be useful. Please read them. This concerns both mentors and students https://community.apache.org/gsoc.html https://community.apache.org/guide-to-being-a-mentor.html On Thu, Mar 2, 2017 at 12:10 PM, Syed Ahmed wrote: > So here is the wiki > &

Re: GSoC projects

2017-03-02 Thread Syed Ahmed
think > there are some restrictions to edit the page. Please have a look into it. I > would like to work for CLOUDSTACK-8629 > <https://issues.apache.org/jira/browse/CLOUDSTACK-8629> > > On Fri, Mar 3, 2017 at 12:03 AM, Syed Ahmed wrote: > > > I have found the following li

Re: midonet-client and Guava dependency conflict

2017-03-09 Thread Syed Ahmed
*git history Sorry got autocorrected On Thu, Mar 9, 2017 at 20:54 Syed Ahmed wrote: > We can look at the gut history and try to contact the guy who wrote the > plugin to get more info about who's using it > On Thu, Mar 9, 2017 at 20:01 Will Stevens > wrote: > > I

Re: midonet-client and Guava dependency conflict

2017-03-09 Thread Syed Ahmed
We can look at the gut history and try to contact the guy who wrote the plugin to get more info about who's using it On Thu, Mar 9, 2017 at 20:01 Will Stevens wrote: > I will review. Thanks for digging that up. Haha. You know every issue now > because of your cleanup. :) > > On Mar 9, 2017 7:51 P

Re: Welcoming Wido as the new ACS VP

2017-03-20 Thread Syed Ahmed
Little late to the party :) First off, thanks to Will for all the hard work you've put in the past year. I believe the community is growing strongly because of your efforts. Congratulations to Wido. I believe we will continue the momentum going forward with our new leader! Looking forward to meet

Controlling Boot order of VMs

2017-03-22 Thread Syed Ahmed
Hi Guys, I was wondering if it is possible to set the boot order of VMs that get created. We have a use case where we want to boot the VM from the network. Does something like this exist? If no would people be interested in having this functionality. Thanks, -Syed

Re: Controlling Boot order of VMs

2017-03-23 Thread Syed Ahmed
have to add that support. On Thu, Mar 23, 2017 at 3:21 AM, Wido den Hollander wrote: > Hi, > > You can always try attaching a iPXE ISO to the VMs permanently, that will do > the network boot for you. > > Wido > >> Op 22 maart 2017 om 22:59 schreef Syed Ahmed : >>

Re: [DISCUSS] Retirement of midonet plugin

2017-03-28 Thread Syed Ahmed
+1 That plugin needs to go :) On Mon, Mar 27, 2017 at 4:36 PM, Erik Weber wrote: > Sounds good :-) > > > Erik > > man. 27. mar. 2017 kl. 18.03 skrev Will Stevens : > >> I think we are planning to do something like "at least 6 months" because of >> the irregularity of releases. This gives us a da

Re: GSoC 2017 project CLOUDSTACK-9804

2017-03-29 Thread Syed Ahmed
Hi Shanika, My apologies for seeing this late. As Sergey suggested, your next steps are to create a proposal. If you are interested in more than one project, I'd say you create proposals for each one of them. This way when we review, you'd have a higher chance of getting in. Look at the Wiki for e

Re: Contrail Plugin Emitting Extra Action Events?

2017-03-29 Thread Syed Ahmed
I don't think that Contrai's EventUtils does anything different from the standard one. I think they intended to add more functionality later on but that hasn't happened. On Tue, Mar 14, 2017 at 11:36 AM, Jeff Hair wrote: > Hi, > > In my continuing quest to merge 4.9.2.0 into our fork, I'm noticin

Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
Hi All, I'm trying to run a CentOS 7 template on VMWare and ACS 4.9 but somehow cloud-init doesn't seem to pick up the IP form the VR. The default template which is bundled with ACS (CentOS 5) works. I got the CentOS7 template from http://dl.openvm.eu/cloudstack/centos/vanilla/7/x86_64/CentOS-7-x

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
FYI I'm attaching the screenshot of the cloud-init error On Thu, Mar 30, 2017 at 5:14 PM, Syed Ahmed wrote: > Hi All, > > I'm trying to run a CentOS 7 template on VMWare and ACS 4.9 but > somehow cloud-init doesn't seem to pick up the IP form the VR. The > def

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
gt; > > On Mar 30, 2017 5:24 PM, "Rafael Weingärtner" > wrote: > >> Attachments are not forwarded with emails. >> >> On Thu, Mar 30, 2017 at 5:16 PM, Syed Ahmed wrote: >> >> > FYI I'm attaching the screenshot of the cloud-init er

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
The official CentOS site does not build OVA for VMWare unfortunately. I found something on osboxes. I am trying that. http://pasteboard.co/PNdpMkn1C.png is the screenshot of the error btw On Thu, Mar 30, 2017 at 5:30 PM, Syed Ahmed wrote: > I thought the centos images from the official site

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
osboxes also only has VMDK and not OVA. Cloudstack currently only supports OVA for VMWare On Thu, Mar 30, 2017 at 5:34 PM, Syed Ahmed wrote: > The official CentOS site does not build OVA for VMWare unfortunately. > I found something on osboxes. I am trying that. > > http://p

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-30 Thread Syed Ahmed
gt; The official templates from various distros will not work properly as they > are openstack/aws focused. > > > > > On 30 March 2017 22:41:05 BST, Syed Ahmed wrote: >> >> osboxes also only has VMDK and not OVA. Cloudstack currently only >> supports OVA for V

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-31 Thread Syed Ahmed
from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "Syed Ahmed" >> To: "Nux!" >> Cc: "dev" >> Sent: Thursday, 30 March, 2017 23:54:36 >> Subject: Re: Need help in getting Ce

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-31 Thread Syed Ahmed
.nux.ro > > - Original Message - >> From: "Syed Ahmed" >> To: "dev" >> Sent: Friday, 31 March, 2017 12:58:21 >> Subject: Re: Need help in getting CentOS 7 templates to run on Cloudstack >> 4.9 and VMWare > >> Hey Nux, >&g

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-03-31 Thread Syed Ahmed
dstack >> 4.9 and VMWare > >> Thanks, I'll check. >> Cloud-init is supposed to add the user to sudo. >> >> -- >> Sent from the Delta quadrant using Borg technology! >> >> Nux! >> www.nux.ro >> >> - Original Message - >>

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-01 Thread Syed Ahmed
gt;>> To: "dev" >>>> Sent: Friday, 31 March, 2017 17:01:43 >>>> Subject: Re: Need help in getting CentOS 7 templates to run on Cloudstack >>>> 4.9 >>>> and VMWare >>> >>>> Thanks, I'll check. >>>> Cloud-i

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-03 Thread Syed Ahmed
I'd love to see the 169.254.169.254 implemented. Maybe something we can hack on at the CCC in Miami ;) On Mon, Apr 3, 2017 at 4:24 AM, Erik Weber wrote: > On Mon, Apr 3, 2017 at 9:41 AM, Nux! wrote: >> Syed, >> >> AFAIK the standard behaviour that is baked in the password script as well as >> i

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-05 Thread Syed Ahmed
nt", "/var/lib/dhcp" however the leases are located in "/var/lib/NetworkManager/" Do you know who maintains the DataSourceCloudStack.py? We fix this by either changing DataSourceCloudStack.py or by adding NM_CONTROLLED=no (and other conf params) in /etc/sysconfig/netw

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-05 Thread Syed Ahmed
So I've opened a PR to fix this on the cloud-init side. https://code.launchpad.net/~syed1/cloud-init/+git/cloud-init/+merge/322024 We need this because CentOS7 has NetworkManager as the default manager for networking On Wed, Apr 5, 2017 at 11:41 AM, Syed Ahmed wrote: > Hi Nux, &g

Re: [VOTE] Apache Cloudstack should join the gitbox experiment.

2017-04-10 Thread Syed Ahmed
+1 On Mon, Apr 10, 2017 at 1:42 PM, Gabriel Beims Bräscher < gabrasc...@gmail.com> wrote: > +1 > > 2017-04-10 14:36 GMT-03:00 Milamber : > > > +1 > > > > PS. The ASF Gitbox experiment : https://gitbox.apache.org/repos/asf > > > > PS2. This is a technical vote, so committers and PMC can votes. > >

Re: Need help in getting CentOS 7 templates to run on Cloudstack 4.9 and VMWare

2017-04-10 Thread Syed Ahmed
setup in which it adds the user to sudoers, setup swap etc > etc. > > > > That is why you could login with "password" but everything else was > broken. > > > > Thanks for spotting this. > > > > -- > > Sent from the Delta quadrant using Borg techn

Re: CloudStack related changes in Ansible 2.3

2017-04-17 Thread Syed Ahmed
Awesome! Thanks Rene for maintaining the ansible moudle. I've been recently using it with Trillian to do our CI and it really helps to automate a lot of the work. On Fri, Apr 14, 2017 at 1:10 AM, Rajani Karuturi wrote: > Great work Rene. Thank you. > > ~ Rajani > > http://cloudplatform.accelerit

Re: IMPORTANT: Moving to Gitbox/Github

2017-04-17 Thread Syed Ahmed
Thanks Wido! Next step: Github issues :) On Mon, Apr 17, 2017 at 1:10 AM, Rajani Karuturi wrote: > This is great. Finally, I could add labels to PRs. > > Did my first merge from UI :) [1] > > [1] https://github.com/apache/cloudstack/pull/1771 > > ~ Rajani > > http://cloudplatform.accelerite.com/

Re: [Github/Gitbox] Setting up your committer account

2017-04-18 Thread Syed Ahmed
Same thing with me. I don't see any github activity on the ML since Friday. On Tue, Apr 18, 2017 at 5:00 AM, Wido den Hollander wrote: > > > Op 17 april 2017 om 19:58 schreef Sergey Levitskiy < > sergey.levits...@autodesk.com>: > > > > > > I used to receive emails from @dev on every change in gi

Re: unable to download volume on cloudstack 4.6

2017-05-05 Thread Syed Ahmed
Marc, Does changing the path from .ova to .vmdk help at all? Also, is it a data volume or a ROOT volume? Thanks, -Syed On Thu, May 4, 2017 at 6:44 AM, Marc Poll Garcia wrote: > Hi all, > > i'm not able to download a "volume" on cloudstack 4.6, having a 403 > forbidden instead. > > I've just up

Re: GSoC'17

2017-05-08 Thread Syed Ahmed
l can be found here > https://docs.google.com/document/d/1IqJiZ_ > sJZktAoPjdQePoinBNZzPboR1jCkUXBpqanjo/edit > > I have been selected for this project with my mentors Rohit Yadav and > Syed > Ahmed. > > Would like to know about your thoughts/ideas on this project. > > Regards, > Sachin Patil > > >

Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-10 Thread Syed Ahmed
Hi Nathan, This option to choose between primary and secondary was added by me a while back. You want to look at https://github.com/apache/cloudstack/pull/1600 On Tue, May 9, 2017 at 10:09 AM, Nathan Johnson wrote: > Harika Punna wrote: > > > > Currently, Volume Snapshots in Cloudstack take

Re: [PROPOSAL] Separate creation and backup operations for a volume snapshot

2017-05-10 Thread Syed Ahmed
currently only works for Managed storage (SolidFire) so you'd have to work it into the standard non-managed storage. Let me know if you have any questions. Thanks, -Syed On Wed, May 10, 2017 at 3:24 PM, Syed Ahmed wrote: > Hi Nathan, > > This option to choose between primary and

Re: GSoC'17

2017-05-10 Thread Syed Ahmed
Sverrir, I had looked at Guacamole before I settled with NoVNC for this proposal. I found Guacamole to be too heavy to be an integral part of Cloudstack. You require another database setup and the users have to somehow be matched. I'd be interested to know more about your approach to this. Thanks

[Proposal] MaaS Integration for Baremetal Provisioning in Cloudstack

2017-05-11 Thread Syed Ahmed
Hi All, I want to propose a new plugin in Cloudstack to enable Baremetal provisioning using MaaS by Canonical. This will enable a lot of interesting features some of which are 1. Advanced networking support within the same network as VMs 2. Support for multiple networks/VPC 3. Support for bonding

Re: Docs: where to put it - want to update docs for Private Gateway adding...

2017-05-11 Thread Syed Ahmed
CCing Pierre-Luc, He might be better able to answer your question Andrija asn Pierre-Luc deals a lot with documentation. Thanks, -Syed On Sat, May 6, 2017 at 11:10 AM, Andrija Panic wrote: > Hi all, > > I would like to update documentation about adding private gateways > additionaly, after Zo

Re: GSoC'17

2017-05-22 Thread Syed Ahmed
Hey Sachin, Can you post what versions of cloudstack-agent are installed? As others have mentioned, this seems to be an issue with the mismatch of version. dpkg -l | grep -i cloudstack Thanks, -Syed On Mon, May 22, 2017 at 4:16 AM, Wei ZHOU wrote: > Yes, as Daan said, it seems be caused by u

Re: GSoC'17

2017-05-22 Thread Syed Ahmed
Just run the command dpkg -l | grep -i cloudstack and post the output On Mon, May 22, 2017 at 10:16 AM sachin patil wrote: > cloudstack-common and cloudstack-agent are 4.9.2 . i'll check the other > components and let you know in some time > > On Mon, May 22, 2017 at 7:45 PM,

Re: GSoC'17

2017-05-22 Thread Syed Ahmed
FYI, if you find the problem even with latest 4.9 agent. Try building the debs and install them on the host mvn install -P deps && dpkg-buildpackage On Mon, May 22, 2017 at 10:43 AM, Daan Hoogland wrote: > On Mon, May 22, 2017 at 4:37 PM, sachin patil > wrote: > > > >> > >> According to

Re: GSoC'17

2017-05-23 Thread Syed Ahmed
thon-2.0.4.zip#md5= > 3df394d89300db95163f17c843ef49df > > Now, retry build+package etc. > > Regards. > > rohit.ya...@shapeblue.com > www.shapeblue.com > @shapeblue > > > > -- > *From:* sachin patil > *Sent:* 23 May 2017 14:09:53 &g

Re: GSoC'17

2017-05-24 Thread Syed Ahmed
and it works for me. > > > Regards. > > rohit.ya...@shapeblue.com > www.shapeblue.com > @shapeblue > > > > -- > *From:* sachin patil > *Sent:* 24 May 2017 09:54:57 > *To:* Syed Ahmed > *Cc:* Rohit Yadav; dev > *Subject:* Re:

Re: [DISCUSS] API versioning

2017-06-05 Thread Syed Ahmed
+1 for the API versioning. If you could create a wiki page Rene, we can start documenting the changes. Thanks, -Syed On Mon, Jun 5, 2017 at 10:14 AM, Rafael Weingärtner < rafaelweingart...@gmail.com> wrote: > This might be a good excuse for an ACS 5.0! Maybe with some other additions > such as t

Re: Weekly update on GSoC project - Adding new noVNC console

2017-06-06 Thread Syed Ahmed
Awesome! Good job Sachin. Keep us posted on the progress. On Tue, Jun 6, 2017 at 12:28 AM, sachin patil wrote: > Hello All, > > I have started integrating the noVNC console to cloudstack. As my > mentor Syed suggested, it will be available along side the existing console > and can be ac

  1   2   3   >