[GitHub] cloudstack pull request #1990: CLOUDSTACK-9674: Baremetal deployment improve...

2017-03-06 Thread harikrishna-patnala
GitHub user harikrishna-patnala opened a pull request: https://github.com/apache/cloudstack/pull/1990 CLOUDSTACK-9674: Baremetal deployment improvements With the current implementation of baremetal with cloudstack works but there are lot of improvements and bug fixes to be done.

[GitHub] cloudstack issue #1792: CLOUDSTACK-9623: Deploying virtual machine fails due...

2017-03-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1792 code LGTM. @nitin-maharana Please initiate internal CI run on @cloudmonger. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] cloudstack issue #1983: [4.10/blocker] Upgrade4920to41000: Migrate systemvmt...

2017-03-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1983 @rhtyd I've tried the upgrade from 4.5 and ended up with failing at the point when upgrading templates ids: ``` 2017-03-06 08:53:17,365 DEBUG [c.c.u.d.ScriptRunner] (main:null)

[GitHub] cloudstack issue #1726: CLOUDSTACK-9560 Root volume of deleted VM left unrem...

2017-03-06 Thread yvsubhash
Github user yvsubhash commented on the issue: https://github.com/apache/cloudstack/pull/1726 @ustcweizhou Please 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 feature enabled a

[GitHub] cloudstack issue #1879: CLOUDSTACK-9719: [VMware] VR loses DHCP settings and...

2017-03-06 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1879 @nvazquez @serg38 Please review the code changes. --- 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

[GitHub] cloudstack issue #1880: CLOUDSTACK-9720: [VMware] template_spool_ref table i...

2017-03-06 Thread harikrishna-patnala
Github user harikrishna-patnala commented on the issue: https://github.com/apache/cloudstack/pull/1880 LGTM for the code changes. --- 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 pull request #1726: CLOUDSTACK-9560 Root volume of deleted VM lef...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1726#discussion_r104370668 --- Diff: server/src/com/cloud/storage/StorageManagerImpl.java --- @@ -2263,27 +2264,43 @@ public void cleanupDownloadUrls(){ // C

[GitHub] cloudstack pull request #1875: CLOUDSTACK-8608: [VMware] System VMs failed t...

2017-03-06 Thread sureshanaparti
Github user sureshanaparti commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1875#discussion_r104373535 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java --- @@ -707,6 +709,23 @@ private String setu

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1982 @wido Can you please update the systemvm templates at http://cloudstack.apt-get.eu/systemvm ? You can use the one from https://builds.cloudstack.org/job/build-master-systemvm/148/ --- If

[GitHub] cloudstack pull request #1726: CLOUDSTACK-9560 Root volume of deleted VM lef...

2017-03-06 Thread yvsubhash
Github user yvsubhash commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1726#discussion_r104374914 --- Diff: server/src/com/cloud/storage/StorageManagerImpl.java --- @@ -2263,27 +2264,43 @@ public void cleanupDownloadUrls(){ // Cle

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Wei ZHOU
about ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9821 this seems to be caused by commit 175c8d83b8a628566a4c443db0de587874718c8c Author: Jayapal AuthorDate: Mon Feb 20 18:29:14 2017 +0530 Commit: Jayapal CommitDate: Mon Feb 20 18:34:13 2017 +0530 CLOUDSTACK-8871: fix

[GitHub] cloudstack issue #1813: CLOUDSTACK-9604: Root disk resize support for VMware...

2017-03-06 Thread priyankparihar
Github user priyankparihar commented on the issue: https://github.com/apache/cloudstack/pull/1813 Hi, @serg38 and @borisstoyanov soon test_00_deploy_vm_root_resize will be updated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Rajani Karuturi
Thanks Wei Zhow. Will ping Jayapal. ~ Rajani http://cloudplatform.accelerite.com/ On March 6, 2017 at 3:25 PM, Wei ZHOU (ustcweiz...@gmail.com) wrote: about ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9821 this seems to be caused by commit 175c8d83b8a628566a4c443db0de587874718c8c

[GitHub] cloudstack issue #1792: CLOUDSTACK-9623: Deploying virtual machine fails due...

2017-03-06 Thread nitin-maharana
Github user nitin-maharana commented on the issue: https://github.com/apache/cloudstack/pull/1792 @cloudmonger --- 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 #1792: CLOUDSTACK-9623: Deploying virtual machine fails due...

2017-03-06 Thread nitin-maharana
Github user nitin-maharana commented on the issue: https://github.com/apache/cloudstack/pull/1792 @karuturi : Currently running. Will post once completes. --- 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 do

[GitHub] cloudstack issue #1725: CLOUDSTACK-9559 Why allow deleting zone without dele...

2017-03-06 Thread niteshsarda
Github user niteshsarda commented on the issue: https://github.com/apache/cloudstack/pull/1725 I have tested this and **LGTM** for 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 fe

[GitHub] cloudstack pull request #1991: CLOUDSTACK-9821: Fixed issue in deploying vm ...

2017-03-06 Thread jayapalu
GitHub user jayapalu opened a pull request: https://github.com/apache/cloudstack/pull/1991 CLOUDSTACK-9821: Fixed issue in deploying vm in basic zone Fixed issue in deploying vm in basic zone. There is issue in ipset command with xenserver 6.5. In util.pread2 ipset and -N is pa

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Jayapal Uradi
Created the PR. https://github.com/apache/cloudstack/pull/1991 Thanks, Jayapal On Mar 6, 2017, at 3:58 PM, Rajani Karuturi mailto:raj...@apache.org>> wrote: Thanks Wei Zhow. Will ping Jayapal. ~ Rajani http://cloudplatform.accelerite.com/ On March 6, 2017 at 3:25 PM, Wei ZHOU (ustcweiz...@gm

[GitHub] cloudstack issue #1981: CLOUDSTACK-9806: Nuage domain template selection per...

2017-03-06 Thread prashanthvarma
Github user prashanthvarma commented on the issue: https://github.com/apache/cloudstack/pull/1981 @borisstoyanov yes, I also did cross check the test failures. Thanks for the investigation. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request #1991: CLOUDSTACK-9821: Fixed issue in deploying vm ...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1991#discussion_r104393162 --- Diff: scripts/vm/hypervisor/xenserver/vmops --- @@ -1267,9 +1267,9 @@ def cache_ipset_keyword(): type = getIpsetType() tmpname

[GitHub] cloudstack pull request #1991: CLOUDSTACK-9821: Fixed issue in deploying vm ...

2017-03-06 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1991#discussion_r104405081 --- Diff: scripts/vm/hypervisor/xenserver/vmops --- @@ -1267,9 +1267,9 @@ def cache_ipset_keyword(): type = getIpsetType() tmpname = '

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1982 @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 an

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1982 @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 re

[GitHub] cloudstack issue #1991: CLOUDSTACK-9821: Fixed issue in deploying vm in basi...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1991 code LGTM. not tested. --- 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 enable

[GitHub] cloudstack issue #1991: CLOUDSTACK-9821: Fixed issue in deploying vm in basi...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1991 I am testing it again. Please wait till I update --- 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 th

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

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

[GitHub] cloudstack pull request #1991: CLOUDSTACK-9821: Fixed issue in deploying vm ...

2017-03-06 Thread jayapalu
Github user jayapalu commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1991#discussion_r104414236 --- Diff: scripts/vm/hypervisor/xenserver/vmops --- @@ -1267,9 +1267,9 @@ def cache_ipset_keyword(): type = getIpsetType() tmpname = '

[GitHub] cloudstack issue #1991: CLOUDSTACK-9821: Fixed issue in deploying vm in basi...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1991 Updated the patch. Tested it no issues found. Please review 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 your

[GitHub] cloudstack issue #1961: Fix for test_snapshots.py using nfs2 instead of nfs ...

2017-03-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1961 @nvazquez @serg38 I'm happy to merge this change I've run the tests with the NFS2 trillian branch and it passed. As soon as we get the trillian branch merged as well we'll have this passin

Re: GSoC projects

2017-03-06 Thread sachin patil
Sorry for late reply @daan. My id is sachin931350 On Fri, Mar 3, 2017 at 11:35 AM, Daan Hoogland wrote: > On Thu, Mar 2, 2017 at 11:22 PM, Syed Ahmed wrote: > > I've talked to folks here and I don't think I can give write access to > you > > for the Wiki. I will create a google form and lets' u

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1982 I've tested the upgrade and it has passed from 4.5 to 4.10. Will kick smoketests now @blueorangutan test --- If your project is set up for it, you can reply to this email and have you

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1982 @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

Re: GSoC projects

2017-03-06 Thread Daan Hoogland
On Mon, Mar 6, 2017 at 2:59 PM, sachin patil wrote: > sachin931350 you have access now -- Daan

[GitHub] cloudstack issue #1832: CLOUDSTACK-9652 Job framework - Cancelling async job...

2017-03-06 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1832 ### ACS CI BVT Run **Sumarry:** Build Number 431 Hypervisor xenserver NetworkType Advanced Passed=104 Failed=1 Skipped=7 _Link to logs Folder (searc

ACS master: Failing to dedicate a vlan range to an account

2017-03-06 Thread Prashanth Manthena
Hi all, I am seeing the following issue while trying to dedicate a vlan range to an account: (local) 🐵 > dedicate guestvlanrange account=admin domainid=efd478ff-0145-11e7-ba73-faaca6101800 vlanrange=100-300 physicalnetworkid=7c658a8b-6e24-4a2d-ad58-75f318815dfa Error 530: Index: 0, Size: 0 cserro

[GitHub] cloudstack issue #1961: Fix for test_snapshots.py using nfs2 instead of nfs ...

2017-03-06 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1961 That's great! Thanks @borisstoyanov for your help! --- 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

[GitHub] cloudstack issue #1955: CLOUDSTACK-8239 Add VirtIO SCSI support for KVM host...

2017-03-06 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1955 @borisstoyanov I have reworked the test so that it should now use the host IP versus the hostname. Could you please re-run the blue orangutan test? Thank you! --- If your project is s

[GitHub] cloudstack issue #1278: CLOUDSTACK-9198: Virtual router gets deployed in dis...

2017-03-06 Thread rafaelweingartner
Github user rafaelweingartner commented on the issue: https://github.com/apache/cloudstack/pull/1278 @anshul1886 sorry, but I still do not understand you. Your changes affect `NetworkHelperImpl.java` class. Do we agree on that? You changed lines 334 and 512. You change

[GitHub] cloudstack issue #1955: CLOUDSTACK-8239 Add VirtIO SCSI support for KVM host...

2017-03-06 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1955 Also, I just made a commit, I have not squashed it because I wanted to get some feedback. I noticed that vmware uses details to pass rootDiskController for the bus type, and there was ev

Re: GSoC projects

2017-03-06 Thread sachin patil
@daan Thank you!! On Mon, Mar 6, 2017 at 7:58 PM, Daan Hoogland wrote: > On Mon, Mar 6, 2017 at 2:59 PM, sachin patil > wrote: > > sachin931350 > > > you have access now > > -- > Daan >

[GitHub] cloudstack issue #1961: Fix for test_snapshots.py using nfs2 instead of nfs ...

2017-03-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1961 LGTM tag:mergeready --- 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 wish

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1989 @abhinandanprateek I am curious if this PR will allow deploying VM with Data disk attached? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack issue #1879: CLOUDSTACK-9719: [VMware] VR loses DHCP settings and...

2017-03-06 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1879 LGTM @nvazquez Can we test it with shared networking? --- 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 n

[GitHub] cloudstack issue #1792: CLOUDSTACK-9623: Deploying virtual machine fails due...

2017-03-06 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1792 ### ACS CI BVT Run **Sumarry:** Build Number 432 Hypervisor xenserver NetworkType Advanced Passed=105 Failed=0 Skipped=7 _Link to logs Folder (searc

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

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

[GitHub] cloudstack issue #914: BUG-ID CLOUDSTACK-8939 VM Snapshot size with memory i...

2017-03-06 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/914 ### ACS CI BVT Run **Sumarry:** Build Number 433 Hypervisor xenserver NetworkType Advanced Passed=103 Failed=2 Skipped=7 _Link to logs Folder (search

[GitHub] cloudstack issue #1879: CLOUDSTACK-9719: [VMware] VR loses DHCP settings and...

2017-03-06 Thread nvazquez
Github user nvazquez commented on the issue: https://github.com/apache/cloudstack/pull/1879 Sure @serg38, after enabling HA on cluster, stopping VR and the starting VR we got this exception on ESXi 6: 2017-03-06 12:18:14,654 ERROR [cloud.vm.VmWorkJobDispatcher] (Work-Job-

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1989 @serg38 Yes, the aim of the PR is to enable deployment from templates with multiple data disks. --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] cloudstack issue #1655: Fix ajaxviewer.js to solve console on Firefox

2017-03-06 Thread cloudmonger
Github user cloudmonger commented on the issue: https://github.com/apache/cloudstack/pull/1655 ### ACS CI BVT Run **Sumarry:** Build Number 434 Hypervisor xenserver NetworkType Advanced Passed=102 Failed=1 Skipped=7 _Link to logs Folder (searc

[GitHub] cloudstack issue #1792: CLOUDSTACK-9623: Deploying virtual machine fails due...

2017-03-06 Thread nitin-maharana
Github user nitin-maharana commented on the issue: https://github.com/apache/cloudstack/pull/1792 tag:mergeready --- 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 wishe

[GitHub] cloudstack issue #1859: CLOUDSTACK-8672 : NCC Integration with CloudStack

2017-03-06 Thread nitin-maharana
Github user nitin-maharana commented on the issue: https://github.com/apache/cloudstack/pull/1859 @rajesh-battala : Will update the same in wiki page. --- 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

[GitHub] cloudstack issue #1859: CLOUDSTACK-8672 : NCC Integration with CloudStack

2017-03-06 Thread rajesh-battala
Github user rajesh-battala commented on the issue: https://github.com/apache/cloudstack/pull/1859 Thanks. Once its update please point the same here. So that every one knows it. Thanks Rajesh Battala On Tue, Mar 7, 2017 at 9:27 AM, Nitin Kumar Maharana < no

[GitHub] cloudstack issue #1908: CLOUDSTACK-9317: Fixed disable static nat on leaving...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1908 @ProjectMoon Can you please review 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 does not have this featur

[GitHub] cloudstack issue #1873: CLOUDSTACK-9709: Updated the vm ip fetch task to use...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1873 Two LGTMs and no test failures from cloudmonger test results. @ustcweizhou waited for your comments for this, I am putting the mergeready tag. If you have anything to bring up let me know.

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1982 @kishankavala can you use the templates from http://cloudstack.apt-get.eu/systemvm/4.10/ ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] cloudstack issue #1991: CLOUDSTACK-9821: Fixed issue in deploying vm in basi...

2017-03-06 Thread karuturi
Github user karuturi commented on the issue: https://github.com/apache/cloudstack/pull/1991 @borisstoyanov can you start the tests on this? --- 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 th

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Rajani Karuturi
PRs are ready for the blockers. Waiting for reviews and test results. Once they are ready, I will merge them(and a few more bug fixes) and create RC2 (probably tomorrow, Wednesday) Thanks, ~ Rajani http://cloudplatform.accelerite.com/ On March 3, 2017 at 4:30 PM, Rajani Karuturi (raj...@apache.

[GitHub] cloudstack issue #1969: CLOUDSTACK-9667 Enable resourcecount.check.interval ...

2017-03-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1969 will move the changes to new schema file, when the new master branch is created after release. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1970: CLOUDSTACK-9725 Failed to update VPC Network during ...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1970 Code 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 feature enabled and wishes so, or if

[GitHub] cloudstack issue #1879: CLOUDSTACK-9719: [VMware] VR loses DHCP settings and...

2017-03-06 Thread sureshanaparti
Github user sureshanaparti commented on the issue: https://github.com/apache/cloudstack/pull/1879 @nvazquez @serg38 I tested this fix on VMware vSphere 5.5 and 6.0. I'll re-verify this on 6.0. Can you please share the build# of ESXi 6. --- If your project is set up for it, you can r

[GitHub] cloudstack issue #1965: CLOUDSTACK-9727 Password reset discrepancy in RVR wh...

2017-03-06 Thread jayapalu
Github user jayapalu commented on the issue: https://github.com/apache/cloudstack/pull/1965 Code changes 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 feature enabled and wishes s

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1989 @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 enable

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1989 @abhinandanprateek 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 you

[GitHub] cloudstack issue #1982: CLOUDSTACK-9807/CLOUDSTACK-9808 - Added upgrade chan...

2017-03-06 Thread kishankavala
Github user kishankavala commented on the issue: https://github.com/apache/cloudstack/pull/1982 @karuturi updated template URLs and md5sum --- 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

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Tutkowski, Mike
I seem to have found another blocker: https://issues.apache.org/jira/browse/CLOUDSTACK-9822 On 3/6/17, 9:51 PM, "Rajani Karuturi" wrote: PRs are ready for the blockers. Waiting for reviews and test results. Once they are ready, I will merge them(and a few more bug fixes) and create

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

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

Re: :[VOTE] Apache Cloudstack 4.10.0.0

2017-03-06 Thread Tutkowski, Mike
I believe this is another blocker, but probably related to CLOUDSTACK-9822 (which I just opened): https://issues.apache.org/jira/browse/CLOUDSTACK-9823 On 3/6/17, 11:32 PM, "Tutkowski, Mike" wrote: I seem to have found another blocker: https://issues.apache.org/jira/browse/CLOUDST

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1989 @blueorangutan test vmware --- 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 e

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1989 @abhinandanprateek unsupported parameters provided. Supported mgmt server os are: `centos6, centos7, ubuntu`. Supported hypervisors are: `kvm-centos6, kvm-centos7, kvm-ubuntu, xenserver-65

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1989 @blueorangutan test vmware-55u3 --- 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 featu

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1989 @abhinandanprateek unsupported parameters provided. Supported mgmt server os are: `centos6, centos7, ubuntu`. Supported hypervisors are: `kvm-centos6, kvm-centos7, kvm-ubuntu, xenserver-65

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread blueorangutan
Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1989 @abhinandanprateek 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 y

[GitHub] cloudstack issue #1989: WIP: support for multidisk OVA files

2017-03-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1989 @blueorangutan test centos7 vmware-55u3 --- 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 th

[GitHub] cloudstack issue #1278: CLOUDSTACK-9198: Virtual router gets deployed in dis...

2017-03-06 Thread anshul1886
Github user anshul1886 commented on the issue: https://github.com/apache/cloudstack/pull/1278 @rafaelweingartner, Basically CallContext.current().getCallingAccount(); is setting the proper context which is later used. If you have observed in code all the api calls have a similar call

[GitHub] cloudstack pull request #1875: CLOUDSTACK-8608: [VMware] System VMs failed t...

2017-03-06 Thread SudharmaJain
Github user SudharmaJain commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1875#discussion_r104600403 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java --- @@ -707,6 +709,23 @@ private String setupM

[GitHub] cloudstack issue #1859: CLOUDSTACK-8672 : NCC Integration with CloudStack

2017-03-06 Thread nitin-maharana
Github user nitin-maharana commented on the issue: https://github.com/apache/cloudstack/pull/1859 Please find the test plan executed from below link(Updated in wiki page). https://cwiki.apache.org/confluence/display/CLOUDSTACK/NCC+Integration+with+CloudStack+Test+Plan --- If you

[GitHub] cloudstack issue #1991: CLOUDSTACK-9821: Fixed issue in deploying vm in basi...

2017-03-06 Thread borisstoyanov
Github user borisstoyanov commented on the issue: https://github.com/apache/cloudstack/pull/1991 basic zone is not supported currently with BO @karuturi --- 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 do

[GitHub] cloudstack issue #1965: CLOUDSTACK-9727 Password reset discrepancy in RVR wh...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1965 @bvbharatk I think the new password should be saved to one of the running routers, not all running routers. I disagree with change line 797. --- If your project is set up for it, you

[GitHub] cloudstack issue #1873: CLOUDSTACK-9709: Updated the vm ip fetch task to use...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1873 @jayapalu LGTM I have two questions (1) Is it possible to disable the check ? (2) Could you please fix CLOUDSTACK-9413 (with this PR or in new PR) ? --- If your project is

[GitHub] cloudstack issue #1970: CLOUDSTACK-9725 Failed to update VPC Network during ...

2017-03-06 Thread ustcweizhou
Github user ustcweizhou commented on the issue: https://github.com/apache/cloudstack/pull/1970 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 feature enabled and wishes so, or if t