[GitHub] cloudstack issue #1913: CLOUDSTACK-9752: [Vmware] Optimization of volume att...

2017-02-06 Thread SudharmaJain
Github user SudharmaJain commented on the issue: https://github.com/apache/cloudstack/pull/1913 @nvazquez I think in case if connection to vcenter fails there are changes as the disk may get created on vcenter. In such case we may need to remove the vmdk. we can improve the logic to

[GitHub] cloudstack issue #1905: CLOUDSTACK-9738: [Vmware] Optimize vm expunge proces...

2017-02-06 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1905 @karuturi regarding tests done, we've compared the number of delete tasks sent to Vmware hypervisor on expunging a vm with `N` vm snapshots before and after this optimization, reducing from

[GitHub] cloudstack issue #1905: CLOUDSTACK-9738: [Vmware] Optimize vm expunge proces...

2017-02-06 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1905 Hi @karuturi, On Vmware, step 2 reduces tasks sent to hypervisor by sending only one task which actually deletes vm snapshots and the vm itself instead of sending one for each vm snapshot

[GitHub] cloudstack pull request #775: CLOUDSTACK-8805: Domains become inactive autom...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/775 --- 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 feature enabled and wishes so, or if the feature is

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1934 Trillian test result (tid-805) Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7 Total time taken: 30524 seconds Marvin logs:

[GitHub] cloudstack issue #1913: CLOUDSTACK-9752: [Vmware] Optimization of volume att...

2017-02-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1913 @sateesh-chodapuneedi @SudharmaJain Can you provide your feedback? I think you guys worked on a similar fix --- If your project is set up for it, you can reply to this email and have your

Re: [PROPOSAL] add native container orchestration service

2017-02-06 Thread Will Stevens
​My understanding is that what Paul is talking about is what is already built and IS what the thread is talking about.​ *Will STEVENS* Lead Developer On Mon, Feb 6, 2017 at 2:29 PM, Rajesh Ramchandani < rajesh.ramchand...@accelerite.com> wrote: > Hi Paul - I think this

[GitHub] cloudstack pull request #1936: [CLOUDSTACK-9773] API: don't break API output...

2017-02-06 Thread marcaurele
GitHub user marcaurele opened a pull request: https://github.com/apache/cloudstack/pull/1936 [CLOUDSTACK-9773] API: don't break API output with non-printable characters Signed-off-by: Marc-Aurèle Brothier You can merge this pull request into a Git repository by

RE: [PROPOSAL] add native container orchestration service

2017-02-06 Thread Rajesh Ramchandani
Hi Paul - I think this is different from what the thread was about. The conversation was specifically about adding support for container orchestrators. You are talking about provisioning a group of VMs. Although, this is something I think several Cloudstack users have requested before and we

RE: [PROPOSAL] add native container orchestration service

2017-02-06 Thread Paul Angus
#WhatHeSaid The title is misleading. The proposal is purely to add the notion of Clusters of VMs to CloudStack. These may be for databases, containers or anything else that needs 'clusters' of compute. Self-healing and autoscaling are logical next steps to be added. Those guys at ShapeBlue

Re: Slack archive

2017-02-06 Thread Simon Weller
Yes, I agree. Some of us use slack quite a lot. I have a slack to IRC bridge setup as well, so any slack discussion in the general channel gets replicated over to cloudstack IRC and vice versa. - Si From: williamstev...@gmail.com on

Re: [PROPOSAL] add native container orchestration service

2017-02-06 Thread Syed Ahmed
Sorry for jumping into this late. I was swamped with work and finally found some time to look at this. I like the idea of havig a native container cluster. I think this can be very powerful to natively provision any of the container orchestrators. I also think that orchestrating containers should

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1934 @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1934 @blueorangutan test --- 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 feature enabled and

Re: Slack archive

2017-02-06 Thread Will Stevens
I think doing the Free version would make sense. +1 *Will STEVENS* Lead Developer On Fri, Feb 3, 2017 at 2:56 AM, Erik Weber wrote: > Hi all, > > I recently wanted to link some content from our Slack channel but > couldn't find a way, would it

[GitHub] cloudstack pull request #1935: CLOUDSTACK-9764: Delete domain failure due to...

2017-02-06 Thread nvazquez
GitHub user nvazquez opened a pull request: https://github.com/apache/cloudstack/pull/1935 CLOUDSTACK-9764: Delete domain failure due to Account Cleanup task It was noticed in production environments that `deleteDomain` task failed for domains with multiple accounts and resources.

[GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation

2017-02-06 Thread swill
Github user swill commented on the issue: https://github.com/apache/cloudstack/pull/1741 @borisstoyanov thanks. Yes, that explains why there are failures. When I ran my tests, I did it with a system VM built from this PR:

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1934 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-473 --- 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

[GitHub] cloudstack issue #1741: Updated StrongSwan VPN Implementation

2017-02-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1741 @swill blueorangutan package builds a yum repo from the PR, but it doesn't build new system vms, we'll need to build them manually, build an env with the packages, update the ssvm and

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1934 @borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack issue #1934: [CLOUDSTACK-9772] Template: perform a HEAD request t...

2017-02-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1934 @blueorangutan package --- 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 feature enabled

Re: FW: Google Summer of Code 2017 is coming

2017-02-06 Thread Ian Duffy
I believe Sachin (CCed) was showed interest in becoming a student a couple of months back. Might be good to get him and a potential mentor talking. On 6 February 2017 at 10:19, Daan Hoogland wrote: > I think we should be able to muster some quickly: > > project =

[GitHub] cloudstack pull request #1934: [CLOUDSTACK-9772] Template: perform a HEAD re...

2017-02-06 Thread marcaurele
GitHub user marcaurele opened a pull request: https://github.com/apache/cloudstack/pull/1934 [CLOUDSTACK-9772] Template: perform a HEAD request to check file size from a URL Signed-off-by: Marc-Aurèle Brothier You can merge this pull request into a Git

Re: FW: Google Summer of Code 2017 is coming

2017-02-06 Thread Daan Hoogland
I think we should be able to muster some quickly: project = CLOUDSTACK AND issuetype in (Improvement, "New Feature", Wish) AND status = Open AND assignee in (EMPTY) leads me to 321 open, unassigned, wishes, improvements and new features [] I'll do some filtering and maybe we can group ideas

Re: FW: Google Summer of Code 2017 is coming

2017-02-06 Thread Daan Hoogland
I'll do some jira grooming the next couple of days, maybe we find some. From: Wido den Hollander Sent: 06 February 2017 10:59:07 To: Giles Sirett; dev@cloudstack.apache.org Subject: Re: FW: Google Summer of Code 2017 is coming > Op 6 februari

Re: FW: Google Summer of Code 2017 is coming

2017-02-06 Thread Wido den Hollander
> Op 6 februari 2017 om 9:51 schreef Giles Sirett : > > > All > See below - Google Summer of code 2017 isn't far away. > Previously, we've had a number of project committers who have come to us > through a GSOC project > Do we have small sized projects / ideas

[GitHub] cloudstack issue #1905: CLOUDSTACK-9738: Optimize vm expunge process for ins...

2017-02-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1905 Hi @nvazquez Did the behavior in step2 change with this PR or is it same as earlier? Can you please add the testing already done? --- If your project is set up for it, you can reply

FW: Google Summer of Code 2017 is coming

2017-02-06 Thread Giles Sirett
All See below - Google Summer of code 2017 isn't far away. Previously, we've had a number of project committers who have come to us through a GSOC project Become a mentor isn't something to be taken lightly but I would encourage as many of our community as possible to consider it - it will