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

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1659 @murali-reddy 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 #1659: CLOUDSTACK-9339 Virtual Routers don't handle Multipl...

2016-09-21 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1659 @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

[GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1642 @mike-tutkowski and @jburwell I think nobody has the test configurations requested. There is no point waiting indefinitely on a configuration which nobody has or wants to test. Let wait for 2

Re: [GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread Tutkowski, Mike
Thanks, Sergey! On 9/21/16, 5:37 PM, "Sergey Levitskiy" wrote: @mike-tutkowski @nvazquez We can probably run it this week On 9/21/16, 12:11 PM, "mike-tutkowski" wrote: Github user mike-tutkowski commented

Re: [GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread Sergey Levitskiy
@mike-tutkowski @nvazquez We can probably run it this week On 9/21/16, 12:11 PM, "mike-tutkowski" wrote: Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1642 Thank you, @karuturi!

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

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1683 LGTM for testing Before sshClient: DEBUG: {Cmd: ping -c 3 8.8.8.8 via Host: 10.140.12.103} {returns: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8:

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

2016-09-21 Thread PaulAngus
GitHub user PaulAngus opened a pull request: https://github.com/apache/cloudstack/pull/1683 fix ping tests to properly recognise successful ping test fix ping tests to properly recognise successful ping test You can merge this pull request into a Git repository by running: $

Re: State of IPv6 implementation

2016-09-21 Thread Nux!
Good luck with that, hopefully an experienced coder can step up and help. Lack of Ipv6 is really the big elephant in the room when it comes to Cloudstack. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Thomas Schneider"

[GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1642 Thank you, @karuturi! Does anyone know who can run the VMware test that @jburwell asked for? I can't due to this issue: https://issues.apache.org/jira/browse/CLOUDSTACK-9144

[GitHub] cloudstack issue #871: CLOUDSTACK-8893: Fixing script as per the latest func...

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/871 @jburwell @rhtyd @karuturi @nvazquez I assume the current code doesn’t allow volume snapshots on the top of vmsnapshots on purpose. In that case is it best to revert PR871 or create a new PR to

[GitHub] cloudstack issue #871: CLOUDSTACK-8893: Fixing script as per the latest func...

2016-09-21 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/871 Hi @sanju1010, @serg38 and I are working on this PR #1677 which solves vm snapshot creation issue. After running `test_vm_snapshots.py` we're getting exception on

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

2016-09-21 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1677 @jburwell @rhtyd could you please review this? As problem is that vCenter sends recents tasks with null name, I simply added `StringUtils.isNotBlank` check before comparing task's name, do you

Re: State of IPv6 implementation

2016-09-21 Thread Thomas Schneider
Hi, Basicaly I have a plan to implement IPv6 in advanced zone with ospf or bgp routing based on this doc with some improvement: https://cwiki.apache.org/confluence/display/CLOUDSTACK/IPv6+in+VPC+Router The first thing I will do, is to test my setup by running script manualy on the virtual

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-21 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1542 Solved, thanks @rafaelweingartner --- 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

[GitHub] cloudstack issue #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-21 Thread rafaelweingartner
Github user rafaelweingartner commented on the issue: https://github.com/apache/cloudstack/pull/1542 @serg38 with your explanations, I am ok with the current state of this PR. No further changes are needed. There is only one problem now. There are some merge conflicts that have to

[GitHub] cloudstack issue #1615: CLOUDSTACK-9438: Fix for CLOUDSTACK-9252 - Make NFS ...

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1615 @jburwell This PR is waiting for your review --- 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 #1593: CLOUDSTACK-9417: Usage module refactoring

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1593 @jburwell @rhtyd What are your ideas on where in DB to store it? --- 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 #1542: CLOUDSTACK-9379: Support nested virtualization at VM...

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1542 @rhtyd @jburwell @rafaelweingartner @koushik-das Can we agree if this PR is OK as it is ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: State of IPv6 implementation

2016-09-21 Thread Nux!
You guys should get in touch with Exoscale, I think they made progress with IPv6 in SG zones. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Wido den Hollander" > To: "Thomas Schneider"

[GitHub] cloudstack issue #1602: CLOUDSTACK-9422: Granular 'vmware.create.full.clone'...

2016-09-21 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1602 Great, thanks @rhtyd! --- 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 #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-09-21 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1624 ### ACS CI BVT Run **Sumarry:** Build Number 102 Hypervisor xenserver NetworkType Advanced Passed=99 Failed=2 Skipped=4 _Link to logs Folder

[GitHub] cloudstack issue #1651: Marvin Tests: fix expected return string for success...

2016-09-21 Thread PaulAngus
Github user PaulAngus commented on the issue: https://github.com/apache/cloudstack/pull/1651 My git foo abandoned me and left a mess ☹ . I’ll be sending a clean pr later today… Kind regards, Paul Angus VP Technology

[GitHub] cloudstack issue #1651: Marvin Tests: fix expected return string for success...

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1651 @PaulAngus @jburwell @rhtyd This PR was closed without merging. Are we still on track to include the fix to 4.9.1 ? I can ask @nvazquez to pick this one up if needed. --- If your project is

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

2016-09-21 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1681 @murali-reddy This issue might be related to PR1660. Do you mind testing against latest master to see if you it is addressed already? --- If your project is set up for it, you can reply to this

Re: State of IPv6 implementation

2016-09-21 Thread Wido den Hollander
> Op 20 september 2016 om 23:10 schreef Thomas Schneider > : > > > Hi Everybody > > I would like to know what is the state of IPv6 implementation in Cloudstack. > Stuff didn't really advance yet. Are you looking into Basic or Advanced Networking? > I have

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

2016-09-21 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1678 @rhtyd thanks for sharing nordist repo. I have sanitized the vmware plugin too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack issue #1624: Fixes regarding VOLUME_DELETE events resulting from ...

2016-09-21 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1624 I started BVT run(xenserver, advanced zone) on this PR. @cloudmonger will post the results here in approx. 4 hrs. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request #1666: CLOUDSTACK-9480, CLOUDSTACK-9495 fix egress r...

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

[GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1642 I already posted the results for that configuration(a comment form @cloudmonger with test results) its all good there. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack issue #1682: IGNORE this PR

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1682 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-19 --- 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 #1666: CLOUDSTACK-9480, CLOUDSTACK-9495 fix egress rule inc...

2016-09-21 Thread murali-reddy
Github user murali-reddy commented on the issue: https://github.com/apache/cloudstack/pull/1666 @cloudmonger thanks test_extendPhysicalNetworkVlan failed due to 'physicalnetwork 200 has allocated vnets in the range 734-735'. Possibly due to stale network that was not cleaned

[GitHub] cloudstack pull request #1643: CLOUDSTACK-9460: For long running transaction...

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

[GitHub] cloudstack issue #1682: IGNORE this PR

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1682 @rhtyd 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 #1682: IGNORE this PR

2016-09-21 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1682 @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 pull request #1682: IGNORE this PR

2016-09-21 Thread rhtyd
GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1682 IGNORE this PR Ignore this PR/commit, this is for testing Trilllian, @BlueOrangutan You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1545 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-18 --- 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 #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1545 @rhtyd I didn't realize that we needed a system VM template for this one. It is too late in the release process for 4.9.1.0 and 4.10.0.0 to cut new system VM template. For LTS, yes,

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 @wido can you change the base back to master for now, @jburwell to use this we'll need to build/publish new systemvmtemplate. Is that feasible for the LTS release? If so, we'll need to make

[GitHub] cloudstack issue #1666: CLOUDSTACK-9480, CLOUDSTACK-9495 fix egress rule inc...

2016-09-21 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1666 ### ACS CI BVT Run **Sumarry:** Build Number 101 Hypervisor xenserver NetworkType Advanced Passed=102 Failed=1 Skipped=4 _Link to logs Folder

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1545 @rhtyd Do you want to backport this to 4.9 then? I've changed the base to 4.9 now, take a look about what you think. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 I think we can change base to 4.9 as the amount of conflicts will be minimal. At this point, it would add a lot of overhead to support 4.8, 4.9, master (4.10) simultaneous. As per our agreed

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1545 @jburwell Ok, thanks. Why against 4.8? I'm probably missing a point here, but master is where new features go, right? If I change the base to 4.8 the amount of commits which come in are

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 @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 wishes

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread rhtyd
Github user rhtyd commented on the issue: https://github.com/apache/cloudstack/pull/1545 @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 wishes

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1545 @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 #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1545 @jburwell a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) has been kicked to run smoke tests against packages at http://packages.shapeblue.com/cloudstack/pr/1545 --- If your

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1545 Packaging result: ✔centos6 ✔centos7 ✔debian. JID-17 --- 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 #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1642 @karuturi That config is actually one of the ones John is asking for. :) Smoke test suite + system VM integration test suites (SSVM, CPVM, and VR) against XenServer using

[GitHub] cloudstack issue #1642: CLOUDSTACK-9504: System VMs on Managed Storage

2016-09-21 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1642 @mike-tutkowski sorry mike. 2.b(xen+unmanaged) is what I ran. I dont have others. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1545 @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 #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1545 @wido I will re-review the code later today. Could you change the base branch to 4.8 (these [instructions](https://github.com/blog/2224-change-the-base-branch-of-a-pull-request) explain how

[GitHub] cloudstack issue #1545: CLOUDSTACK-8715: Add channel to Instances for Qemu G...

2016-09-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1545 @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 pull request #1681: CLOUDSTACK-9491: incorrect parsing of device ...

2016-09-21 Thread murali-reddy
GitHub user murali-reddy opened a pull request: https://github.com/apache/cloudstack/pull/1681 CLOUDSTACK-9491: incorrect parsing of device list to find ethernet index of plugged NIC In VmwareResource, findRouterEthDeviceIndex() method find ethernet interface index given

[GitHub] cloudstack issue #1642: System VMs on Managed Storage

2016-09-21 Thread mike-tutkowski
Github user mike-tutkowski commented on the issue: https://github.com/apache/cloudstack/pull/1642 @karuturi Do you happen to have any resources we can use to fulfill John's test requests? Thanks --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cloudstack issue #1642: System VMs on Managed Storage

2016-09-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1642 @mike-tutkowski the background makes sense. I would like to see that comment amended to commit message. I have the following outstanding questions/items: 1. Is there a JIRA ticket