[GitHub] cloudstack issue #1680: CLOUDSTACK-9498: VR CsFile search utility methods fa...

2016-09-26 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1680 @jburwell changed the existing marvin test to use password as "p@a#s=s.w_o-r+d", which will cover the all chars permitted for VPN user password --- If your project is set up for it, you

[GitHub] cloudstack issue #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1659 @murali-reddy there is a potential to move some of the code into net utility classes, think about it. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cloudstack pull request #1659: CLOUDSTACK-9339 Virtual Routers don't handle ...

2016-09-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1659#discussion_r80615061 --- Diff: test/integration/component/test_multiple_public_interfaces.py --- @@ -0,0 +1,1365 @@ +# Licensed to the Apache Software

Re: [DISCUSS] Replacing the VR

2016-09-26 Thread Will Stevens
I feel like I have squashed this discussion with my potential approach to handling this. Maybe we should just pickup this discussion assuming I didn't post that. :P Regarding the docs. I have considered building a stubbed example network plugin and then documenting how you would take that stub

[GitHub] cloudstack issue #1689: Switched to the official SolidFire SDK for Python

2016-09-26 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1689 TestAddRemoveHosts.py: test_add_remove_host_with_solidfire_plugin_1 (TestAddRemoveHosts.TestAddRemoveHosts) ... === TestName: test_add_remove_host_with_solidfire_plugin_1 |

[GitHub] cloudstack pull request #1693: CLOUDSTACK-9505: Fix test_deploy_vgpu_enabled...

2016-09-26 Thread nvazquez
GitHub user nvazquez opened a pull request: https://github.com/apache/cloudstack/pull/1693 CLOUDSTACK-9505: Fix test_deploy_vgpu_enabled tests cleanup JIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9505 ## Description Cleanup resources after running

[GitHub] cloudstack issue #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1692 @jburwell a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) 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 #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1692 @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

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread dagsonstebo
Github user dagsonstebo commented on the issue: https://github.com/apache/cloudstack/pull/1684 @pdion891 - client system so limited access, not got cloudmonkey access but here's what's in the DB: mysql> select name from configuration; | name

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread pdion891
Github user pdion891 commented on the issue: https://github.com/apache/cloudstack/pull/1684 @dagsonstebo for your scenario 2 can you get the count of global settings ? via cloudmonkey as admin: ``` list configurations ``` You should have a count of about 468.

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread dagsonstebo
Github user dagsonstebo commented on the issue: https://github.com/apache/cloudstack/pull/1684 @pdion891 in my list above: 1) Was an upgrade CCP4.5.1 to ACS4.5.2 - and this was where we potentially saw a bug, but never proven. 2) Was an upgrade CCP3.0.7 to ACS4.9.0 - no

[GitHub] cloudstack issue #1681: CLOUDSTACK-9491: incorrect parsing of device list to...

2016-09-26 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1681 @sateesh-chodapuneedi added optimization for now, but its better we eliminate the whole logic of finding device index from the VR. --- If your project is set up for it, you can reply to

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread pdion891
Github user pdion891 commented on the issue: https://github.com/apache/cloudstack/pull/1684 @dagsonstebo, did you upgrade to 4.9 ? So far, I had no authentication issue upgrading to 4.7. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1692 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-29 --- 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 #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-26 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell test_vm_snaphot only. Originally all 4 tests inside it would fail. With the fix one test still fails but it is unrelated to this issue and a conversation started in PR871. We would

[GitHub] cloudstack issue #1683: fix ping tests to properly recognise successful ping...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1683 Since this PR is superseded by #1693, @PaulAngus can you close this one? --- 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

[GitHub] cloudstack issue #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1659 #1692 has been opened that replaces #1683 to address the ping test issue on the 4.8, 4.9, and master branches rather just master for the original PR. Testing the PR now. --- If your project

[GitHub] cloudstack issue #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-26 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1659 @ustcweizhou thanks, i have fixed it earlier today and tested, am trying to fix other test failures and re-run the CI --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-26 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1659 @murali-reddy FYI ``` diff --git a/systemvm/patches/debian/config/opt/cloud/bin/merge.py b/systemvm/patches/debian/config/opt/cloud/bin/merge.py index c6ed190..7f3dbbc 100755

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1677 @serg38 I understand it is not an issue on ESXi 5.5. From a regression test perspective, we need to run to regression tests to ensure this change does not introduce an issue with ESXi 5.5.

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread dagsonstebo
Github user dagsonstebo commented on the issue: https://github.com/apache/cloudstack/pull/1684 @abhinandanprateek @jburwell @pdion891 - my twopence worth - I've come across issues with this on two uprade projects in the last 8-10 months. Both cases were CCP to ACS upgrades:

[GitHub] cloudstack issue #1677: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 ...

2016-09-26 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell This issue doesn't manifest on ESX 5.5. We already confirmed it resolves the issue to up to 4.5 branch. test_vm_snapshot which fails on ESX 6 now works fine. I can post test suite

[GitHub] cloudstack issue #1689: Switched to the official SolidFire SDK for Python

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1689 @mike-tutkowski could you please amend the test result details to this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cloudstack issue #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1692 @jburwell 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 reply

[GitHub] cloudstack issue #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1692 @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 and

[GitHub] cloudstack issue #1692: fix ping tests to properly recognise successful ping...

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1692 LGTM for code -- kicking tests --- 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

Re: 4.8, 4.9, and master Branches Frozen for Testing

2016-09-26 Thread Will Stevens
Yes, I think it is important that you or Rajani sign off on anything that gets in while branches are frozen so you guys can stay on top of what goes in. Thanks for all the hard work team. :) *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|*

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread pdion891
Github user pdion891 commented on the issue: https://github.com/apache/cloudstack/pull/1684 @abhinandanprateek I did replace the following 4 settings by the original values. But after restarting jetty I'm unable to login, but this time the behavior is a bit different, it look like

Zephyr: Test Management plugin for JIRA

2016-09-26 Thread Boris Stoyanov
Hi there, I’d like to purpose a plugin for JIRA that would make our live easier during release testing phase. It’s called Zephyr and it has been part of the Atlassian eco-system for quite a while. Most of us have already worked with it or at least got in touch with it already. What offers is

Re: ACS 4.9 + VMware: Failed to deploy VPC VR due to IPAssoc failure

2016-09-26 Thread Murali Reddy
findRouterEthDeviceIndex() in VmwareResource returned -1. Looks like CLOUDSTACK-9491: incorrect parsing of device list to find ethernet index of plugged NIC There is a PR https://github.com/apache/cloudstack/pull/1681 On 26/09/16, 5:13 PM, "Prashanth Manthena"

ACS 4.9 + VMware: Failed to deploy VPC VR due to IPAssoc failure

2016-09-26 Thread Prashanth Manthena
Hi All, We are hitting an issue where VPC VR is failing to come up due to IpAssoc failure in ACS+VMware setup. We have tried with the following system VM templates: http://cloudstack.apt-get.eu/systemvm/4.6/systemvm64template-4.6.0-vmware.ova

[GitHub] cloudstack pull request #1692: fix ping tests to properly recognise successf...

2016-09-26 Thread PaulAngus
GitHub user PaulAngus opened a pull request: https://github.com/apache/cloudstack/pull/1692 fix ping tests to properly recognise successful ping test fix ping tests to properly recognise successful ping test (on 4.8 branch) You can merge this pull request into a Git repository by

[GitHub] cloudstack pull request #1691: fix ping tests to properly recognise successf...

2016-09-26 Thread PaulAngus
Github user PaulAngus closed the pull request at: https://github.com/apache/cloudstack/pull/1691 --- 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

[GitHub] cloudstack pull request #1691: fix ping tests to properly recognise successf...

2016-09-26 Thread PaulAngus
GitHub user PaulAngus opened a pull request: https://github.com/apache/cloudstack/pull/1691 fix ping tests to properly recognise successful ping test fix ping tests to properly recognise successful ping test (on 4.8 branch) You can merge this pull request into a Git repository by

[GitHub] cloudstack issue #1652: Marvin Tests: Fix VPC network offering selection .

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1652 @PaulAngus is their PR superceded by #1688? --- 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 issue #1688: Marvin Tests: Fix VPC network offering selection

2016-09-26 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1688 @PaulAngus can you please investigate/address the Jenkins build failure? --- 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

RE: vmware macchinina template

2016-09-26 Thread Paul Angus
Hi Nux, No, It doesn’t seem to be in there either. ☹ Kind regards, Paul Angus From: Nux! [mailto:n...@li.nux.ro] Sent: 23 September 2016 21:16 To: Paul Angus ; dev@cloudstack.apache.org Subject: Re: vmware macchinina template Hi, I am away for a few days, won't

[GitHub] cloudstack issue #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-26 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1659 @jburwell i am investigating them. Just so you know, blueorangutan is running full smoke test suite. Similar failures are seen in other PR as well. So some of the tests may have been

[GitHub] cloudstack pull request #1678: CLOUDSTACK-9503: Increased the VR script time...

2016-09-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1678#discussion_r80427974 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java --- @@ -374,9 +375,9 @@ private Answer

[GitHub] cloudstack issue #1678: CLOUDSTACK-9503: Increased the VR script timeout. Mo...

2016-09-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1678 @jburwell ticket filed to refactor Script and SshHelper to use Duration. https://issues.apache.org/jira/browse/CLOUDSTACK-9508 --- If your project is set up for it, you can reply to

[GitHub] cloudstack issue #1684: CLOUDSTACK-9489: the new config vars that are added ...

2016-09-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1684 @jburwell yes we might have to further investigate this. I am waiting for info about the global params from @pdion891 to further this. I think it will require a fix in upgrade

[GitHub] cloudstack issue #1451: CLOUDSTACK-9319: Use timeout when applying config to...

2016-09-26 Thread ozhanrk
Github user ozhanrk commented on the issue: https://github.com/apache/cloudstack/pull/1451 Hi, last week we experience some problems because of the timeouts which mentioned on this PR. Could we get this PR to upcoming versions asap please. Without this timeout configuration

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-09-26 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/872 @swill If your connection is not coming up without IKE DH in customer gateway configuration then try configuring IKE DH in customer gateway value from UI/API. In strongswan 5.2 ipsec,

4.8, 4.9, and master Branches Frozen for Testing

2016-09-26 Thread John Burwell
All, Per our release schedule [1], the 4.8, 4.9, and master branches are frozen for testing. There are some straggling PRs that Rajani and I are working to merge. Is it acceptable to everyone that for the next two (2) weeks, all PRs require not only 2 LGTMs, but approval by Rajani or I to be

Re: Upcoming 4.8, 4.9, and master Freeze

2016-09-26 Thread John Burwell
All, I had intended to complete updates the release schedule [1] early last week, but a variety of community and $dayjob activities distracted me. I apologize for the delay. I have updated the dates to reflect the recent schedule slips. Also, per our recent discussions, I have changed the

[GitHub] cloudstack issue #1683: fix ping tests to properly recognise successful ping...

2016-09-26 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1683 Just ran in to this issue. Fix 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 this