Re: [PROPOSAL] - Reference Guide for CloudStack configuration parameters

2016-02-16 Thread Rajsekhar K
Hi, All, Thanks for your responses. I am sure we will be able to create a complete reference guide for the CloudStack parameters. I think I can create a wiki page that explains this effort and publish this list of categories there. I think it will be easier for you to review the list then. Will

[GitHub] cloudstack pull request: SystemVM cleanups

2016-02-16 Thread resmo
GitHub user resmo opened a pull request: https://github.com/apache/cloudstack/pull/1414 SystemVM cleanups from the logrotate docs > size - With this, the log file is rotated when the specified size is reached. Size may be specified in bytes (default), kilobytes (sizek), or

[GitHub] cloudstack pull request: Squashing two commits in to single commit

2016-02-16 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack/pull/1411#issuecomment-184633589 @DaanHoogland @sanjeevneelarapu you guys are writing the code so I have nothing to say...but @remibergsma asked for updating the PR message and nothing was done. Now

[GitHub] cloudstack pull request: Squashing two commits in to single commit

2016-02-16 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1411#issuecomment-184636485 @runseb very sorry but I saw @remibergsma LGTM above here in this PR. please revert. I have not looked into this PR. --- If your project is set up for it, you

Re: New Ideas on Cloudstack

2016-02-16 Thread Simon Weller
Ilya, It's just a different SDN/NFV option, that uses layer 3 routing and BGP. - Si From: ilya Sent: Monday, February 15, 2016 6:12 PM To: dev@cloudstack.apache.org Subject: Re: New Ideas on Cloudstack Not entirely clear what issue this solves. On 2/1

[DOC] 4.8.0 PR review needed

2016-02-16 Thread Pierre-Luc Dion
Hi, Could it be possible to have review for following PR's for 4.8.0 release, https://github.com/apache/cloudstack-www/pull/24 https://github.com/apache/cloudstack-docs-rn/pull/28 When I'll merge those two, I will update cloudstack-docs-install, cloudstack-docs and cloudstack-docs-admin to bump

ACS management unable to connect to xenserver hosts after reboot

2016-02-16 Thread Stephan Seitz
Hi acs gurus! We're currently facing a really strange problem after two somewhat simple steps. 1. Reboot Management-Node (well there is also a 2nd. NFS-Storage located) 2. Upgrade 4.7.0 to 4.7.1 Both steps seemed successful and running, but after a few days I've noticed the SSVM in "running, not

Re: [DOC] 4.8.0 PR review needed

2016-02-16 Thread Sebastien Goasguen
> On Feb 16, 2016, at 2:29 PM, Pierre-Luc Dion wrote: > > Hi, > > Could it be possible to have review for following PR's for 4.8.0 release, > > https://github.com/apache/cloudstack-www/pull/24 > https://github.com/apache/cloudstack-docs-rn/pull/28 > PL, just go ahead and merge and update si

[GitHub] cloudstack-www pull request: 4.8.0 with APIs, change copyright dat...

2016-02-16 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-www/pull/24#issuecomment-184700198 quick glance, +1 LGTM --- 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

Re: [4.8][VPN] IPSec service does not start automatically in VR

2016-02-16 Thread Nux!
Nope, not yet -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Pierre-Luc Dion" > To: dev@cloudstack.apache.org > Sent: Tuesday, 16 February, 2016 01:25:55 > Subject: Re: [4.8][VPN] IPSec service does not start automatically in VR > I

[GitHub] cloudstack-docs-rn pull request: 4.8

2016-02-16 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-docs-rn/pull/28#issuecomment-184700241 quick glance + 1 LGTM --- 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

Re: VMware vSphere 6

2016-02-16 Thread Jeff Hair
Sorry for a 2-month old bump, but when were the changes introduced for vSphere 6? Did they only come in 4.7 or do they maybe stretch back to 4.5? On Mon, Dec 28, 2015 at 5:17 AM, Rohit Yadav wrote: > Hi Kevin, > > vSphere 6 is already supported in the latest 4.7 release. I’ve tested > vSphere 6

[update] ACS management unable to connect to xenserver hosts after reboot

2016-02-16 Thread Stephan Seitz
Hi again! I think we've found the root source, but are unable to mitigate that: 2016-02-16 16:13:22,217 DEBUG [c.c.a.m.ClusteredAgentManagerImpl] (AgentManager-Handler-8:null) Seq 6--1: MgmtId 57177340185273: Req: Routing to peer 2016-02-16 16:13:22,217 DEBUG [c.c.a.m.ClusteredAgentManagerImpl] (

Re: VMware vSphere 6

2016-02-16 Thread Rohit Yadav
Only for 4.7+. We’ve simply fixed an issue that allows the vmware plugin to login/talk to vCenter 6.0 and have bumped up the sdk version to 5.5 (from 5.1). There is not a lot of test effort performed against vCenter/ESX 6.0 so we don’t know if there are any subtle bugs. Thanks for the email, a

[GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1403#discussion_r53033391 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -172,6 +195,12 @@ private voi

Re: VMware vSphere 6

2016-02-16 Thread Jeff Hair
What commit(s) fix the vsphere login issue and dependency update? On Tue, Feb 16, 2016 at 4:01 PM, Rohit Yadav wrote: > Only for 4.7+. > > We’ve simply fixed an issue that allows the vmware plugin to login/talk to > vCenter 6.0 and have bumped up the sdk version to 5.5 (from 5.1). There is > not

Re: VMware vSphere 6

2016-02-16 Thread Rohit Yadav
Jeff, You can do a git log -p vmware-base to find it out yourself. This commit (4a6e2cdeeecae6953245ce3213513f4d5dd82e7f) fixes vCenter 6.0 related login issue. Git tells me it exists on all 4.6+, though I did not check if we backported this to 4.5 as well. > On 16-Feb-2016, at 5:15 PM, Jeff H

[DISCUSS] CloudMonkey release work

2016-02-16 Thread Rohit Yadav
Hi all, It’s been months since the last official cloudmonkey release. I know many of us have been installing cloudmonkey directly from our git repo (for example: https://github.com/apache/cloudstack-cloudmonkey) and it has been working without any major known issues in production. Are there an

[GitHub] cloudstack pull request: [master/4.9+] vmware: upgrade mvn sdk dep...

2016-02-16 Thread bhaisaab
GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/1415 [master/4.9+] vmware: upgrade mvn sdk dependency to 6.0 This upgrade CloudStack maven dependency to vmware sdk 6.0 You can merge this pull request into a Git repository by running: $ git

[GitHub] cloudstack pull request: [master/4.9+] vmware: upgrade mvn sdk dep...

2016-02-16 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1415#issuecomment-184764377 Our Jenkins/Travis may be not able to verify that due to vmware/noredist option. The sdk jar is available here: https://github.com/bhaisaab/cloudstack-nonoss

[GitHub] cloudstack pull request: CLOUDSTACK-8677: Call-home functionality ...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/625#discussion_r53039381 --- Diff: server/src/org/apache/cloudstack/report/AtomicGsonAdapter.java --- @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53047922 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private String de

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rodrigo93
Github user rodrigo93 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53048362 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private String de

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/798#issuecomment-184798743 @maneesha-p can you fix the PR title and its description? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack pull request: CLOUDSTACK-9252: Support configurable NFS...

2016-02-16 Thread serg38
Github user serg38 commented on the pull request: https://github.com/apache/cloudstack/pull/1361#issuecomment-184799968 Hi committers, Can someone perform a second review and merge it at the earliest? We would like this to be part of 4.9? --- If your project is set up for i

[GitHub] cloudstack pull request: CLOUDSTACK-8830 CLONE - VM snapshot fails...

2016-02-16 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/798#discussion_r53049082 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java --- @@ -1464,4 +1440,45 @@ private S

Re: [RESULT][VOTE] Apache CloudStack 4.7.1/4.8 (and call for new RM)

2016-02-16 Thread Simon Weller
Team, We have a couple of things we need collaborate on: 1. Per Remi's request below, we need some folks familiar with the release process to either help, or document steps required to completed the release notes, docs and website updates. 2 Remi has spearheaded the charge for the last couple o

[GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-16 Thread mike-tutkowski
Github user mike-tutkowski commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1403#discussion_r53053848 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -172,6 +195,12 @@ privat

Re: [DISCUSS] CloudMonkey release work

2016-02-16 Thread Daan Hoogland
Thanks Rohit, I think I use it from github at some of my CLIs but I will give some attention to the points you mentioned over the coming days. regards, On Tue, Feb 16, 2016 at 5:38 PM, Rohit Yadav wrote: > Hi all, > > It’s been months since the last official cloudmonkey release. I know many >

[GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-16 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1403#discussion_r53058692 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -172,6 +195,12 @@ private

[GitHub] cloudstack pull request: CLOUDSTACK-9287 - Fix unique mac address ...

2016-02-16 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1413#issuecomment-184850454 Hi, I fixed the issues mentioned in the commits descriptions and added more tests in order to cover them. I'm running the tests and will ad

Re: [GitHub] cloudstack pull request: Taking fast and efficient volume snapshot...

2016-02-16 Thread Mike Tutkowski
None of those individual commits should break CI. On Tuesday, February 16, 2016, DaanHoogland wrote: > Github user DaanHoogland commented on a diff in the pull request: > > https://github.com/apache/cloudstack/pull/1403#discussion_r53058692 > > --- Diff: > engine/storage/datamotion/src/o

RE: [update] ACS management unable to connect to xenserver hosts after reboot

2016-02-16 Thread Glenn Wagner
Hi Stephan, Check that you can telnet port 8250 on the management server from SSVM , check that iptables has been setup correctly Looks like it’s a firewall issue on the ACS Management server Thanks Glenn [ShapeBlue] Glenn Wagner Senior Consultant , Sha

[GitHub] cloudstack pull request: CLOUDSTACK-9252: Support configurable NFS...

2016-02-16 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/1361#issuecomment-184915639 @serg38 , @nvazquez, we still need some other LGTM here. You could ask for some help reviewing this PR at Slack or @dev. Even with other LGTM, I think it

[GitHub] cloudstack-docs-rn pull request: 4.8

2016-02-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-rn/pull/28 --- 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 feat

[GitHub] cloudstack-docs pull request: The help topic created for the DHCP/...

2016-02-16 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack-docs/pull/11#issuecomment-184977147 @rajsekharkpally we cannot merge this PR, it is in the wrong format. Do you think you can submit it in .rst markup ? Thanks --- If your project is set

[GitHub] cloudstack-www pull request: 4.8.0 with APIs, change copyright dat...

2016-02-16 Thread pdion891
Github user pdion891 closed the pull request at: https://github.com/apache/cloudstack-www/pull/24 --- 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 featur

[GitHub] cloudstack pull request: Strongswan vpn feature

2016-02-16 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack/pull/872#issuecomment-184990354 I've just tested systemVM template[1] using strongswan on 4.8.0. inside a VPC, the remote management VPN does not work, starting the service ipsec fail with followi

[GitHub] cloudstack pull request: CLOUDSTACK-8717: Failed to start instance...

2016-02-16 Thread pritisarap12
GitHub user pritisarap12 opened a pull request: https://github.com/apache/cloudstack/pull/1416 CLOUDSTACK-8717: Failed to start instance after restoring the running instance Changing PR title and commit message In continuation with PR #1411 and #667 You can merge this pull

[GitHub] cloudstack pull request: Strongswan vpn feature

2016-02-16 Thread jlk
Github user jlk commented on the pull request: https://github.com/apache/cloudstack/pull/872#issuecomment-185027829 Any chance you can post /etc/ipsec.d/l2tp.conf, Pierre? I thought they would be compatible... --- If your project is set up for it, you can reply to this email and have

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

2016-02-16 Thread nitt10prashant
GitHub user nitt10prashant opened a pull request: https://github.com/apache/cloudstack/pull/1417 CLOUDSTACK-9289:Automation for feature deploy vm from vmsnapshot Automation for deploy vm from snapshot . 1-Test to create VM from vm snapshots without data disk 2-Deploy vm from

[GitHub] cloudstack pull request: CLOUDSTACK-9287 - Fix unique mac address ...

2016-02-16 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1413#issuecomment-185052627 Hi, I squashed a few commits that make sense to be squashed and amended all commit messages in order to add the CloudStack issue number. In addition

[GitHub] cloudstack pull request: CLOUDSTACK-8717: Failed to start instance...

2016-02-16 Thread sanju1010
Github user sanju1010 commented on the pull request: https://github.com/apache/cloudstack/pull/1411#issuecomment-185057058 I have reverted this merge commit commit d159af93b4e6485b30424026e1a84ce85a3c7abf Author: sanjeev Date: Wed Feb 17 11:53:07 2016 +0530

[GitHub] cloudstack pull request: CLOUDSTACK-8717: Failed to start instance...

2016-02-16 Thread sanju1010
Github user sanju1010 commented on the pull request: https://github.com/apache/cloudstack/pull/1416#issuecomment-185061120 LGTM based on PR #667 --- 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 hav

[GitHub] cloudstack pull request: CLOUDSTACK-9140: Testcase to verify if De...

2016-02-16 Thread pritisarap12
Github user pritisarap12 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1218#discussion_r53127878 --- Diff: test/integration/component/maint/testpath_disable_enable_zone.py --- @@ -1691,3 +1696,159 @@ def test_01_disable_enable_host(self):

[GitHub] cloudstack pull request: CLOUDSTACK-9140: Testcase to verify if De...

2016-02-16 Thread pritisarap12
Github user pritisarap12 commented on the pull request: https://github.com/apache/cloudstack/pull/1218#issuecomment-185067571 Testcase result after modifications: Dedicated cluster and router allocation ... === TestName: test_01_dedicated_cluster_allocation | Status : SUCCESS