[GitHub] cloudstack pull request: [CLOUDSTACK-9337]Enhance vcenter.py to cr...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1464#discussion_r58660462 --- Diff: tools/marvin/marvin/lib/vcenter.py --- @@ -183,7 +192,157 @@ def get_clusters(self, dc, clus=None): """ pass

GPG signing commits on Github

2016-04-06 Thread Wido den Hollander
Hi, Github just added [0] support for verifying GPG signatures of Git commits to the web interface. Under the settings page [1] you can now add your public GPG key so Github can verify it. It's rather simple: $ gpg --armor --export [email protected] That gave me my public key which I could export

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-206181988 @swill thanks, can you help merge this so all current and PRs can be correctly evaluated by travis. --- If your project is set up for it, you can reply to this em

[GitHub] cloudstack pull request: CLOUDSTACK-9335: fix typo in dashboard's ...

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1462#issuecomment-206183076 @swill for the UI fix maybe in future we'll have selenium or jasmine/karma tests but for now we don't have anything other than manual testing for UI changes. Since

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1365#issuecomment-206185015 @swill fyi, this was a production issue that was delivered as a patch and this was heavily tested by ShapeBlue internally against vmware environment with several r

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread bhaisaab
Github user bhaisaab closed the pull request at: https://github.com/apache/cloudstack/pull/1366 --- 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 pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-04-06 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1363#issuecomment-206221768 +1 based on the code review (reverts 2 commits) and based on the test results posted by @bvbharatk (no failed tests). Since existing functionality got broken

[GitHub] cloudstack pull request: CLOUDSTACK-9323: Fix cancel host maintena...

2016-04-06 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1454#issuecomment-206227732 @swill if it is possible to run integration/component/test_host_maintenance.py first than please do that as it is a new test added for this fix, followed

Re: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
Good reading for the Wednesday morning;) yes I think we need to go there and maybe even ask it of our contributors. On Wed, Apr 6, 2016 at 9:28 AM, Wido den Hollander wrote: > Hi, > > Github just added [0] support for verifying GPG signatures of Git commits > to the > web interface. > > Under th

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-04-06 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1360#discussion_r58671820 --- Diff: server/test/com/cloud/consoleproxy/ConsoleProxyManagerTest.java --- @@ -87,4 +114,136 @@ public void testExisingCPVMStartFailure() throws

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-04-06 Thread koushik-das
Github user koushik-das commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1360#discussion_r58672156 --- Diff: services/secondary-storage/controller/src/org/apache/cloudstack/secondarystorage/SecondaryStorageManagerImpl.java --- @@ -521,6 +522,76 @@

Re: GPG signing commits on Github

2016-04-06 Thread Wido den Hollander
> Op 6 april 2016 om 10:50 schreef Daan Hoogland : > > > Good reading for the Wednesday morning;) yes I think we need to go there > and maybe even ask it of our contributors. > It might please the ASF since we can now prove who made the commit. If we ask all committers to upload their public k

[GitHub] cloudstack pull request: CLOUDSTACK-8958: release dedicated ip ran...

2016-04-06 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1357#issuecomment-206245883 @bvbharatk Looks like test_01_vpc_privategw_acl has been failing for sometime based on the report. Should this be moved to the list of known test issues? @u

[GitHub] cloudstack pull request: Vmdk findbugs

2016-04-06 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1351#issuecomment-206250177 +1 for code changes and based on the test report from @bvbharatk. Since the changes are specific to VMware and the test results are for XS, not sure how to t

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-9331:added code in marv...

2016-04-06 Thread cloudsadhu
Github user cloudsadhu commented on the pull request: https://github.com/apache/cloudstack/pull/1458#issuecomment-206272202 I have incorporated the all the review comments and squashed all my commits to single commit. This script prepares setup required to run advanced ba

[GitHub] cloudstack pull request: [CLOUDSTACK-9337]Enhance vcenter.py to cr...

2016-04-06 Thread shwetaag
Github user shwetaag commented on the pull request: https://github.com/apache/cloudstack/pull/1464#issuecomment-206273155 Did a code walk through . LGTM . Get the CI result for this PR --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-9331:added code in marv...

2016-04-06 Thread shwetaag
Github user shwetaag commented on the pull request: https://github.com/apache/cloudstack/pull/1458#issuecomment-206273934 LGTM based on code walk through --- 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: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
On Wed, Apr 6, 2016 at 11:00 AM, Wido den Hollander wrote: > > > Op 6 april 2016 om 10:50 schreef Daan Hoogland >: > > > > > > Good reading for the Wednesday morning;) yes I think we need to go there > > and maybe even ask it of our contributors. > > > > It might please the ASF since we can now

[GitHub] cloudstack pull request: [CLOUDSTACK-9328]: Fix vlan issues from t...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on the pull request: https://github.com/apache/cloudstack/pull/1455#issuecomment-206295391 @swill , I have made changes based on the CI results. Following failure in the CI run is not related to the changes in this PR: ===

[GitHub] cloudstack pull request: [Bug-Id: CLOUDSTACK-9306]Replace testdata...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on the pull request: https://github.com/apache/cloudstack/pull/1436#issuecomment-206296119 @swill, did you get a chance to run CI on 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

[GitHub] cloudstack pull request: New test to validate starting vm after ni...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1326#discussion_r58685208 --- Diff: test/integration/component/test_add_remove_network.py --- @@ -1021,6 +1021,103 @@ def test_29_remove_nic_CS22503(self): self.

[GitHub] cloudstack pull request: [CLOUDSTACK-9218]Test to verify restart n...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1323#discussion_r58686721 --- Diff: test/integration/component/test_redundant_router_cleanups.py --- @@ -666,3 +667,156 @@ def test_network_gc(self):

[GitHub] cloudstack pull request: [CLOUDSTACK-9215]Test to verify vm deploy...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on the pull request: https://github.com/apache/cloudstack/pull/1316#issuecomment-206313506 Squashed changed into single commit and addressed all the review comments and also posted test run results after making changes. Can somebody please merge this PR

[GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-04-06 Thread sanju1010
Github user sanju1010 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1308#discussion_r58690197 --- Diff: test/integration/component/test_vpc.py --- @@ -2490,3 +2498,23 @@ def test_21_deploy_vm_with_gateway_ip(self): "Failed to cre

Cwiki access

2016-04-06 Thread Kris Sterckx
Hi , Can I please have edit access rights granted on the cwiki ? my short name is krissterckx Similarly, can i ask my colleague Frank Maximus (fmaximus) to get the same access granted also ? Thanks, Kris Sterckx Nuage Networks Antwerp, Belgium

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-206358834 @bhaisaab, @swill, Was this PR merge or closed?!? I noticed a merge to the code base, but this PR did not have the 2LGTMs that it would need to be

[GitHub] cloudstack pull request: Strongswan vpn feature

2016-04-06 Thread pdion891
Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack/pull/872#issuecomment-206384893 I have an environment to test this PR which as been build from @jayapalu branch, the managment-server and the systemVM template from: http://jenkins.buildacloud.org

Re: GPG signing commits on Github

2016-04-06 Thread Will Stevens
I don't think it is quite this simple. There would have to be a way for the GPG key to be associated with a specific ASF identity and I don't think that is in place at this time. Also, there would have to be verification that the person who is committing has a GPG key AND that they are a committe

Re: GPG signing commits on Github

2016-04-06 Thread Rafael Weingärtner
There is a way to do that. When you become a committer, you can register a key at [1], then that key (public key) is loaded to [2]. The key is associated with the committer’s login. For instance, this is my public key [3]. [1] id.apache.org [2] https://people.apache.org/keys/committer/ [3] https:/

[GitHub] cloudstack pull request: New test to validate starting vm after ni...

2016-04-06 Thread GabrielBrascher
Github user GabrielBrascher commented on the pull request: https://github.com/apache/cloudstack/pull/1326#issuecomment-206391435 Based on the code LGTM. However, I am not sure if should consider those failed tests ("integration.smoke.test_guest_vlan_range.TestDedicateGuestVlanRang"

Re: GPG signing commits on Github

2016-04-06 Thread Will Stevens
Ok, that is half. But how do we verify that a Github user has a GPG key that is matching what is registered in the ASF? Just because you have a GPG key does not mean you are an ASF committer, so the check would have to be made to verify the GPG is registered to an ASF committer before they would

Re: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
Will, we only need to be sure about the key's of committers. Only merge commits we need to be sure of the signature and the merger needs to be verify the code. He can not assure that the origin of the code is authentic but he can at least assure that the code is unchanged since contribution when it

Re: Cwiki access

2016-04-06 Thread Daan Hoogland
On Wed, Apr 6, 2016 at 1:51 PM, Kris Sterckx wrote: > krissterckx ​is in​ -- Daan

[GitHub] cloudstack pull request: CLOUDSTACK-8611:Handle SSH if server "for...

2016-04-06 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1459#issuecomment-206415115 @swill if this is ok to you you can add an extra comment line in the merge commit stating ``` This closes #561 ``` --- If your project is set u

[GitHub] cloudstack pull request: Test to create vpn customer gateway with ...

2016-04-06 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1308#issuecomment-206416810 LGTM thanks @sanju1010 for the addition. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

Re: GPG signing commits on Github

2016-04-06 Thread Rafael Weingärtner
I agree with Daan. On Wed, Apr 6, 2016 at 11:42 AM, Daan Hoogland wrote: > Will, we only need to be sure about the key's of committers. Only merge > commits we need to be sure of the signature and the merger needs to be > verify the code. He can not assure that the origin of the code is authenti

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-206423048 @rafaelweingartner more of a guidelines, this was never voted on and this does not apply for 4.5; there is an outstanding PR for recent branches --- If your proje

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-206425673 Do you mean that the need for 2LGTMs was voted after this PR was open? It seems that it was a direct commit. Why did you not use the merge tool?

Re: GPG signing commits on Github

2016-04-06 Thread Will Stevens
Yes, I agree with both of you. Maybe I am not being clear. My point is only that we can't allow commit access on Github because then we can not limit it to only valid committers who COULD commit. Is that clearer? *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy

Re: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
hm, no ;) We can control access to the organisation right? so we can close it for committers that don't have a valid key. We just need to think of a procedure for checking and registration. On Wed, Apr 6, 2016 at 5:33 PM, Will Stevens wrote: > Yes, I agree with both of you. Maybe I am not being

Re: GPG signing commits on Github

2016-04-06 Thread Rafael Weingärtner
Sorry, but I did not understand. We do not have commit access to Github, right? On Wed, Apr 6, 2016 at 12:35 PM, Daan Hoogland wrote: > hm, no ;) We can control access to the organisation right? so we can close > it for committers that don't have a valid key. We just need to think of a > procedu

Re: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
On Wed, Apr 6, 2016 at 5:37 PM, Rafael Weingärtner < [email protected]> wrote: > Sorry, but I did not understand. We do not have commit access to Github, > right? > ​I think we are talking about the new to be cloudstack organisation, right @Will? ​ > > On Wed, Apr 6, 2016 at 12:35 PM,

Re: GPG signing commits on Github

2016-04-06 Thread Rafael Weingärtner
Ah, ok I had forgotten that, my bad. On Wed, Apr 6, 2016 at 12:39 PM, Daan Hoogland wrote: > On Wed, Apr 6, 2016 at 5:37 PM, Rafael Weingärtner < > [email protected]> wrote: > >> Sorry, but I did not understand. We do not have commit access to Github, >> right? >> > ​I think we are tal

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1365#issuecomment-206435758 I would like to get at least one code review with a LGTM before I merge. I am pretty confident with the tests run. As long as we get 105 tests passing in that CI en

[GitHub] cloudstack pull request: [Bug-Id: CLOUDSTACK-9306]Replace testdata...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1436#issuecomment-206440627 Just got my CI back up and running. I will be getting it running against a few PRs ASAP. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1363#issuecomment-206438944 @koushik-das Can you specify which functionality tests were broken by which PR? Thanks... --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: [CLOUDSTACK-9215]Test to verify vm deploy...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1316#issuecomment-206441793 @DaanHoogland you ran this against real hardware correct? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] cloudstack pull request: CLOUDSTACK-8611:Handle SSH if server "for...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1459#issuecomment-206443694 yes, I can add that note. I will get CI run against this once I get through my backlog a bit. --- If your project is set up for it, you can reply to this email and

[GitHub] cloudstack pull request: [CLOUDSTACK-9337]Enhance vcenter.py to cr...

2016-04-06 Thread alexandrelimassantana
Github user alexandrelimassantana commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1464#discussion_r58739597 --- Diff: tools/marvin/marvin/lib/vcenter.py --- @@ -183,7 +192,157 @@ def get_clusters(self, dc, clus=None): """

[GitHub] cloudstack pull request: [CLOUDSTACK-9337]Enhance vcenter.py to cr...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1464#issuecomment-206458563 I don't have the ability to test vcenter. Is there anyone else who has the ability to test vcenter who can post the test results of a CI run? --- If your project is

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-9331:added code in marv...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1458#issuecomment-206460206 I don't have the ability to test this. Would you mind running the following tests to verify there are no issues in the setup once the DC has been deployed and then p

[GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-04-06 Thread koushik-das
Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1363#issuecomment-206461710 @swill As mentioned by @ustcweizhou in the first comment. I am not sure if the current scale VM tests cover the dynamic offering scenario. "This reverts

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-206461873 @rafaelweingartner mea culpa, I used the older git pr tool and pushed it. AFAIK our current process and details of reviewing, testing and merging PRs is not voted

[GitHub] cloudstack pull request: New test to validate starting vm after ni...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1326#issuecomment-206462142 I think all of the tests that fail regularly have been removed from that test suite now. I believe we need all those tests passing, so we should review the failures.

[GitHub] cloudstack pull request: [4.5] vmware: improve support for disk co...

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on the pull request: https://github.com/apache/cloudstack/pull/1366#issuecomment-206462240 Ok, thanks @bhaisaab --- 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 pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58742032 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

Re: GPG signing commits on Github

2016-04-06 Thread Will Stevens
I am just trying to make sure we are all clear on what we are trying to achieve. No, we do not have committer access via Github, and in order for us to be able to make the move the 'apache-cloudstack' org, we will need to keep it that way (at least for now). I am still working on getting this to

[GitHub] cloudstack pull request: CLOUDSTACK-9251: Fix issue in scale VM to...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1363#issuecomment-206466138 Ok, I understand what is going on here better. @DaanHoogland would you mind reviewing this for us? Thanks... --- If your project is set up for it, you can reply to

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58743070 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58743442 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

Re: GPG signing commits on Github

2016-04-06 Thread Daan Hoogland
On Wed, Apr 6, 2016 at 6:58 PM, Will Stevens wrote: > but we have to work with the ASF ​so we can not go there tomorrow but maybe the day after. Both we and the foundation​ want signed commits so in the end we can be using github for this as well. As long as there is no commit access to github

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58743708 --- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java --- @@ -5455,6 +5456,15 @@ private void encryptAndStorePassword(UserVmVO vm, String pa

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58744278 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

Re: GPG signing commits on Github

2016-04-06 Thread Will Stevens
yes, for now. this is something I want to work towards, but we have to be patent and go one step at a time. *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Apr 6, 2016 at 1:06 PM, Daan

[GitHub] cloudstack pull request: Add ability to download templates in Swif...

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

Jenkins on PRs

2016-04-06 Thread Will Stevens
Hey All, Anyone know what is going on with Jenkins? It seems to be failing for most PRs. It seems to be timing out, but I am not a Jenkins wizard... Cheers, Will

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58762482 --- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java --- @@ -5455,6 +5456,15 @@ private void encryptAndStorePassword(UserVmVO vm, String password) {

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58762975 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58763269 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58763620 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMachineGues

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58763970 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMachineGues

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58766497 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58767464 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58768337 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

[GitHub] cloudstack pull request: systemvm: preserve file permissions, set ...

2016-04-06 Thread mlsorensen
Github user mlsorensen commented on the pull request: https://github.com/apache/cloudstack/pull/1420#issuecomment-206540043 Let's merge 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 t

Re: Jenkins on PRs

2016-04-06 Thread Daan Hoogland
looking at the history in [1] this is not true. most are succeeding. [1] https://builds.apache.org/view/All/job/cloudstack-pr-analysis/ On Wed, Apr 6, 2016 at 8:40 PM, Will Stevens wrote: > Hey All, > Anyone know what is going on with Jenkins? It seems to be failing for most > PRs. It seems

Re: Jenkins on PRs

2016-04-06 Thread Daan Hoogland
I've seen this one before: Tests in error: SecondaryStorageManagerTest.getDefaultNetworkForAdvancedNonSG:79 NoSuchMethod ... SecondaryStorageManagerTest.getDefaultNetworkForAdvancedSG:102 NoSuchMethod or... SecondaryStorageManagerTest.getDefaultNetworkForAdvancedWrongZoneType ? Unexp... S

[GitHub] cloudstack pull request: CLOUDSTACK-9174: A deleted account result...

2016-04-06 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1254#issuecomment-206542659 ### ACS CI BVT Run **Sumarry:** Build Number 159 Hypervisor xenserver NetworkType Advanced Passed=105 Failed=0 Skipped=4

[GitHub] cloudstack pull request: systemvm: preserve file permissions, set ...

2016-04-06 Thread jburwell
Github user jburwell commented on the pull request: https://github.com/apache/cloudstack/pull/1420#issuecomment-206544148 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 ena

Re: Jenkins on PRs

2016-04-06 Thread Will Stevens
I have been seeing it fail more often than usual with "timeout" errors. For example, this PR: https://github.com/apache/cloudstack/pull/1461 With this run: https://builds.apache.org/job/cloudstack-pr-analysis/719/console *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 r

Re: Jenkins on PRs

2016-04-06 Thread Will Stevens
The reason I bring it up is because I don't want to '--force' PR merges, but it wants PRs to have all green lights (obviously). *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Apr 6, 201

Re: Jenkins on PRs

2016-04-06 Thread Will Stevens
Is there a way to kick off a new Jenkins run on a PR that it had failed on previously? *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Apr 6, 2016 at 4:29 PM, Will Stevens wrote: > The

Re: Jenkins on PRs

2016-04-06 Thread Daan Hoogland
you are right, there are three of those in the preserved history. I will look at the timeout configuration for the job. On Wed, Apr 6, 2016 at 10:28 PM, Will Stevens wrote: > I have been seeing it fail more often than usual with "timeout" errors. > > For example, this PR: https://github.com/apac

Re: Jenkins on PRs

2016-04-06 Thread Rafael Weingärtner
I believe the easiest way is to add a new commit or a push -f to the pr On Wed, Apr 6, 2016 at 5:29 PM, Will Stevens wrote: > Is there a way to kick off a new Jenkins run on a PR that it had failed on > previously? > > *Will STEVENS* > Lead Developer > > *CloudOps* *| *Cloud Solutions Experts >

[GitHub] cloudstack pull request: CLOUDSTACK-9174: A deleted account result...

2016-04-06 Thread swill
Github user swill commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1254#discussion_r58776967 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/command/QuotaSummaryCmd.java --- @@ -59,7 +59,7 @@ public QuotaSummaryCmd() { publ

Re: Jenkins on PRs

2016-04-06 Thread Daan Hoogland
strangely the timeout wasn't reached on those jobs. I upped the timeout anyway. let's see what happens. On Wed, Apr 6, 2016 at 10:30 PM, Daan Hoogland wrote: > you are right, there are three of those in the preserved history. I will > look at the timeout configuration for the job. > > On Wed, Ap

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58778117 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMachineGues

Re: Jenkins on PRs

2016-04-06 Thread Will Stevens
ok, thanks... *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Apr 6, 2016 at 4:37 PM, Daan Hoogland wrote: > strangely the timeout wasn't reached on those jobs. I upped the timeout > a

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58778373 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMachineGues

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58778722 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMachineGues

[GitHub] cloudstack pull request: travis: Fix simulator tests and optimize ...

2016-04-06 Thread swill
Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1461#issuecomment-206559157 @bhaisaab would you mind doing a `push -f` on this PR to kick off the Jenkins job again so we can verify it is not failing before I merge. Thx. --- If your project

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58779767 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

Re: Jenkins on PRs

2016-04-06 Thread Daan Hoogland
basically this means you have to ask the submitter, Will On Wed, Apr 6, 2016 at 10:43 PM, Will Stevens wrote: > ok, thanks... > > *Will STEVENS* > Lead Developer > > *CloudOps* *| *Cloud Solutions Experts > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 > w cloudops.com *|* tw @CloudOps_ > > On

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread rafaelweingartner
Github user rafaelweingartner commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58780261 --- Diff: plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java --- @@ -4729,6 +4729,17 @@ private VirtualMa

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58780807 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -1363,24 +1363,17 @@ private Answer attachVolume

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58780935 --- Diff: plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java --- @@ -1363,24 +1363,17 @@ private Answer attachVolume

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread GabrielBrascher
Github user GabrielBrascher commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58781801 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

Re: Jenkins on PRs

2016-04-06 Thread Will Stevens
Ya, that is what I am doing... Thanks... *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Wed, Apr 6, 2016 at 4:53 PM, Daan Hoogland wrote: > basically this means you have to ask the submit

Re: GPG signing commits on Github

2016-04-06 Thread Wido den Hollander
> Op 6 april 2016 om 19:16 schreef Will Stevens : > > > yes, for now. this is something I want to work towards, but we have to be > patent and go one step at a time. > Yes. I never meant this to be implemented right now. For me it seemed like a good thing so that we can prove where a commit

[GitHub] cloudstack pull request: [4.7] vmware: improve support for disks

2016-04-06 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1365#discussion_r58782174 --- Diff: server/src/com/cloud/storage/VolumeApiServiceImpl.java --- @@ -1924,6 +1935,23 @@ public Volume migrateVolume(MigrateVolumeCmd cmd) {

  1   2   >