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

[ANNOUNCE] GitHub Changes

2016-05-19 Thread Will Stevens
Hey Everyone, As Seb alluded to in the VP announcement thread, we have some reasonably big news to report. As many of you know, we have been working with the ASF to find ways to better utilize the features of Github. Github has been working very well as a medium for managing pull requests and han

Refactoring CitrixResourceBase

2016-05-19 Thread Syed Mushtaq
Hi All, I would like to refactor CitrixResourceBase class which is responsible for communicating with Xenserver. It has grown too long (>5K lines) and has absolutely no testing. In my first pass I want to separate out the functionality buy the subsystem it targets (compute, storage, network etc)

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-19 Thread nvazquez
Github user nvazquez commented on the pull request: https://github.com/apache/cloudstack/pull/1518#issuecomment-220427628 @koushik-das I pushed new changes including an intermediate class as you suggested @swill hopefully CI passes now --- If your project is set up for it, you ca

Re: Refactoring CitrixResourceBase

2016-05-19 Thread Tim Mackey
+1 When I went through this last time, not only was it hard to understand the flows, but the XenServer version management was a pain. Would suggest creating a base class which always works (i.e. is independent of XenServer version) for core functions. Then add in that which exists for a specific v

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1511#issuecomment-220431955 This is failing to build for me. ``` Running org.apache.cloudstack.affinity.AffinityApiUnitTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elaps

Re: Refactoring CitrixResourceBase

2016-05-19 Thread Daan Hoogland
Syed, gogogo. actually it has shrunk to 5k lines since 2012 ;) I like your initiative and initial direction. A lot of small steps to improve the blob have been taken and I would sugest to keep going in small steps. On Thu, May 19, 2016 at 9:44 PM, Tim Mackey wrote: > +1 > > When I went through

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1511#issuecomment-220433360 @swill I must have made a booboo spliting the style parts from the test upgrades. I will look at it over the weekend. --- If your project is set up for it, yo

[GitHub] cloudstack pull request: CLOUDSTACK-8715: Add channel to Instances...

2016-05-19 Thread wido
Github user wido commented on the pull request: https://github.com/apache/cloudstack/pull/1545#issuecomment-220440726 @swill I will work on the changes tomorrow morning (my time, CET). Shouldn't be very hard to do. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread milamberspace
Github user milamberspace commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-220446031 LGTM. Tested manually with a real test deployment of CS49, with my French azerty keyboard: works fine. --- If your project is set up for it, you ca

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-220447959 I think with @milamberspace's review, we are only missing one code review to get this one in. Thanks everyone... --- If your project is set up for it, you can reply

[GitHub] cloudstack pull request: CLOUDSTACK-9368: Fix for Support configur...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1518#discussion_r63955721 --- Diff: engine/storage/src/org/apache/cloudstack/storage/image/NfsImageStoreDriverImpl.java --- @@ -0,0 +1,30 @@ +package org.apache.cloudsta

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1494#issuecomment-220458013 thanks @KrisSterckx, and to make it even more very clear: basically you will only need to install acs and nuage and configure them correctly. neat. you guys ar

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Daan Hoogland
Chiradeep, It makes sense not to have this old default very insecure guest template still be downloaded but it would be nice to have some kind of meta-data pointing to the latest version of an acceptable template (symlink) for trial installs so PoCcers are swiftly on their way. Would you agree? O

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63959496 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtCopyFileInVmCommandWrapper.java --- @@ -0,0 +1,59 @@ +/*

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Will Stevens
I definitely agree with this. I don't think people doing a PoC should have to worry about getting a template installed on first setup. I think that is a basic feature if we want platform adoption. Getting the first boot process from download to first VM launched should be as smooth as possible.

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63959351 --- Diff: plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java --- @@ -594,6 +597,25 @@ private Plug

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63959786 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtCopyFileInVmCommandWrapper.java --- @@ -0,0 +1,59 @@ +/*

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63960622 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -1298,6 +1304,27 @@ private static DiskTO g

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63960701 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java --- @@ -5402,4 +5402,20 @@ public boolea

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63961096 --- Diff: plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixCopyFileInVmCommandWrapper.java --- @@ -0,

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Chiradeep Vittal
Well, you have to define "worry" :) I'm proposing an almost identical step to http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/management-server/#prepare-the-system-vm-template If they can do that, then it is not a stretch to assume they can download the default template

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/669#issuecomment-220464828 Really like the functionality so I think we must get this in. I have some remarks about the code that I stand by even though they are not entirely to blame on @

Re: Migrating CloudStack content from download.cloud.com

2016-05-19 Thread Daan Hoogland
sounds good, 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: > Well, you have to define "worry" :) >

Re: Refactoring CitrixResourceBase

2016-05-19 Thread Rafael Weingärtner
Hi Syed, That is a great idea; however, it is a very hard task. The idea of Tim is great; actually, we already have some sort of hierarchy that is used in “CitrixResourceBase.java”. I would suggest you first removing the unused code, unused variable, and duplicate methods; that would be one PR. You

[GitHub] cloudstack pull request: CLOUDSTACK-6928: fix issue disk I/O throt...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1410#issuecomment-220505362 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 0 Errors: 0 Duration: 4h 18m 28s ``` **Associ

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63988200 --- Diff: plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java --- @@ -594,6 +597,25 @@ private PlugNi

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63988285 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -1298,6 +1304,27 @@ private static DiskTO get

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63988259 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtCopyFileInVmCommandWrapper.java --- @@ -0,0 +1,59 @@ +/*

[GitHub] cloudstack pull request: CLOUDSTACK-9348: NioConnection improvemen...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1549#issuecomment-220511743 ### CI RESULTS ``` Tests Run: 85 Skipped: 0 Failed: 0 Errors: 0 Duration: 8h 51m 55s ``` **Associ

[GitHub] cloudstack pull request: CLOUDSTACK-9348: NioConnection improvemen...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1549#issuecomment-220511825 I am going to run the test again because it was an intermittent issue, so a couple tests is not a bad idea. --- If your project is set up for it, you can reply to

[GitHub] cloudstack pull request: dynamic-roles: packaging improvements

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220511935 ### CI RESULTS ``` Tests Run: 82 Skipped: 0 Failed: 0 Errors: 3 Duration: 8h 29m 09s ``` **Summary of the p

[GitHub] cloudstack pull request: dynamic-roles: packaging improvements

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1551#issuecomment-220512003 These errors are not related to this PR, but if you know where these errors are coming from I would be interested in some input. :) --- If your project is set up fo

[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1251#issuecomment-220512147 ### CI RESULTS ``` Tests Run: 82 Skipped: 0 Failed: 1 Errors: 4 Duration: 9h 31m 01s ``` **Summary of the p

[GitHub] cloudstack pull request: CLOUDSTACK-9180: Optimize concurrent VM d...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1251#issuecomment-220512305 I don't think these issues are related to this PR, but if you have any insight as to why they might be happening I would be interested. I will run this CI again to s

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220512436 @mike-tutkowski I believe class name ending in Command signifies that they are meant for agent and should be treated like API params. --- If your project is set

[GitHub] cloudstack pull request: CLOUDSTACK-8715: Add channel to Instances...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1545#issuecomment-220512458 ### CI RESULTS ``` Tests Run: 78 Skipped: 0 Failed: 0 Errors: 4 Duration: 7h 47m 49s ``` **Summary of the p

[GitHub] cloudstack pull request: CLOUDSTACK-8715: Add channel to Instances...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1545#issuecomment-220512533 These failures are not related to this PR, but if you have ideas why they are happening I would be interested. I will wait till @wido has a chance to work on this PR

[GitHub] cloudstack pull request: CLOUDSTACK-9366: Capacity of one zone-wid...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1516#issuecomment-220512874 ### CI RESULTS ``` Tests Run: 84 Skipped: 0 Failed: 0 Errors: 2 Duration: 8h 36m 08s ``` **Summary of the p

[GitHub] cloudstack pull request: Bug-ID: CLOUDSTACK-8870: Skip external de...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/846#issuecomment-220513570 @kishankavala please rebase this PR as we have merge conflicts. Thanks... --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request: CLOUDSTACK-8906: /var/log/cloud/ doesn't ...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/883#issuecomment-220513693 Can someone with a xenserver setup validate this one? @bvbharat can you queue this one up for us? Thanks... --- If your project is set up for it, you can reply to t

[GitHub] cloudstack pull request: Undetected bug correct and refactor of th...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1499#issuecomment-220513799 @alexandrelimassantana this one has merge conflicts. Can you rebase and fix the conflicts? Thanks... --- If your project is set up for it, you can reply to this em

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220514243 I wonder how many people are actually aware of that. :-) Sent from my iPhone On May 19, 2016, at 9:04 PM, Anshul Gangwar mailto:notificati...

[GitHub] cloudstack pull request: CLOUDSTACK-6975: Prevent dnsmasq from sta...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1514#issuecomment-220514409 @dsclose can you please rebase and repush this one to kick off jenkins and travis again. We have fixes in both travis and jenkins so we should be able to get this on

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220514841 @mike-tutkowski then we can raise this in dev list. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cloudstack pull request: [Bug-Id: CLOUDSTACK-9306]Replace testdata...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1436#issuecomment-220514893 @sanju1010 ping... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cloudstack pull request: CLOUDSTACK-9289:Automation for feature de...

2016-05-19 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1417#issuecomment-220515109 @nitt10prashant any update on this one? I am very close to freezing, so I figured I would check in. Cheers... --- If your project is set up for it, you can reply t

Regarding files generated by WSDL

2016-05-19 Thread sangeeta lal
Dear CloudStack Team, I am Sangeeta, a PhD scholar from India. I am working in the area of automated software engineering and my aim is to analyse logging statements. While analysing the CloudStack project,* I found may files having following statement written in them*: */*This file was auto-g

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220516362 Yes, I can send an e-mail out in a bit. In the short term (at least for 4.9), I can just revert the changed names in those Command classes.

Variable renaming in classes meant for Agents

2016-05-19 Thread Anshul Gangwar
Hi, We should not allow renaming of variables in classes which ends with Command and TO. As these objects are meant to be consumed by Agents. Agents may not be written in java so relying on these variable names to get the info. One such example is Hyper-V agent. Hyper-V support is currently br

Re: [GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread Tutkowski, Mike
I see that you just sent an e-mail to @dev about this - thanks! From: mike-tutkowski Sent: Thursday, May 19, 2016 10:46 PM To: dev@cloudstack.apache.org Subject: [GitHub] cloudstack pull request: Notify listeners when a host has been add... Github user mi

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread anshul1886
Github user anshul1886 commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220516738 @mike-tutkowski No, I have not created ticket. You can create one. --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: Variable renaming in classes meant for Agents

2016-05-19 Thread Tutkowski, Mike
Thanks for sending out this e-mail, Anshul. This is a bit of a strange situation because we need to make sure people are either aware of the fact that properties in Command classes are serialized (and not change existing variable names) or come up with a less fragile way of choosing property na

[GitHub] cloudstack pull request: Notify listeners when a host has been add...

2016-05-19 Thread mike-tutkowski
Github user mike-tutkowski commented on the pull request: https://github.com/apache/cloudstack/pull/816#issuecomment-220517071 ?OK, I can create one and open a PR up against it reverting those variable names. From: Anshul Gangwar

Re: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

2016-05-19 Thread Ardhendu Shekhar
Congratulations, Will. Regards, Ardhendu Ardhendu Shekhar Senior Manager, Program Management | CloudPlatform | Accelerite, Hyderabad | Extn: 29370 | Desk: +91 40 6742 9370 | Cell: +91 988-500-2788 | ardhendu.shek...@accelerite.com | On 5/19/16, 12:26 PM, "Sebastien Goasguen" wrote: >Morni

[GitHub] cloudstack pull request: CLOUDSTACK-9289:Automation for feature de...

2016-05-19 Thread nitt10prashant
Github user nitt10prashant commented on the pull request: https://github.com/apache/cloudstack/pull/1417#issuecomment-220521199 @swill i do not see any comment on parent ticket CLOUDSTACK-8676 , i have asked Sateesh to update the ticket , will update the PR as soon as i hear from him

[GitHub] cloudstack pull request: [WIP][4.10+/long-term] Moving towards Jav...

2016-05-19 Thread rashmidixit
Github user rashmidixit commented on the pull request: https://github.com/apache/cloudstack/pull/1546#issuecomment-220524210 While we are on the topic of updating the tech stack, have we considered moving to using either LESS or Sass for CSS. CSS pre-processors bring more modularity a

Regarding: "AmazonEC2stub.java"

2016-05-19 Thread sangeeta lal
Dear Dev Team, I am Sangeeta, a PhD scholar from India. I am working in the area of automated software engineering and my aim is to analyse logging statements. While analysing the CloudStack project, I found a file:* AmazonEC2Stub.java* Can anyone please tell me the reason, why* this file hav

RE: [ANNOUNCE] Will Stevens as new Apache CloudStack VP

2016-05-19 Thread Mohd Zainal Abidin Rabani
Congratulations Will, we hope you better idea for new version of cloudstack. Make the cloudstack best cloud ever in market. Cheers! -Original Message- From: Kristoffer Sheather @ CloudCentral [mailto:kristoffer.sheat...@cloudcentral.com.au] Sent: 20 Mei 2016 7:23 To: market...@cloudstack.

Re: Variable renaming in classes meant for Agents

2016-05-19 Thread Daan Hoogland
Guys, we should rename fields that have improper names. I do not agreee with the statement at all. Your two solutions to the serialisation hazard are both acceptable to me. leaving a non compliant or non explanatory name in because it slipped through the nets at some points does not seem acceptable

Re: Regarding: "AmazonEC2stub.java"

2016-05-19 Thread Daan Hoogland
Sangeeta, What version of the code are you analysing? There used to be a lot of generated ec2 code in the project some versions back. I can not find the java file you are talking about. On Fri, May 20, 2016 at 8:03 AM, sangeeta lal wrote: > Dear Dev Team, > > > I am Sangeeta, a PhD scholar from

[GitHub] cloudstack pull request: Made the adding new keyboard language sup...

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/669#discussion_r63997069 --- Diff: plugins/hypervisors/hyperv/src/com/cloud/hypervisor/hyperv/resource/HypervDirectConnectResource.java --- @@ -594,6 +597,25 @@ private Plug

[GitHub] cloudstack pull request: 4.9/master bountycastle changes

2016-05-19 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1511#issuecomment-220529332 theare is two timeouts in the before script again and one exception in a teardown method of a test. @swill, are these errors repetible as well? they seem so

Re: Regarding: "AmazonEC2stub.java"

2016-05-19 Thread sangeeta lal
Dear Sir, I am using version 4.3.0. Thanks for your reply! On Fri, May 20, 2016 at 12:03 PM, Daan Hoogland wrote: > Sangeeta, > > What version of the code are you analysing? There used to be a lot of > generated ec2 code in the project some versions back. I can not find the > java file you ar

<    1   2