git commit: updated refs/heads/master to 166df0f

2015-05-19 Thread gaurav
Repository: cloudstack Updated Branches: refs/heads/master dacdf9742 -> 166df0f15 CLOUDSTACK-8394: Skipping recurring snapshot test cases for Hyperv and LXC Signed-off-by: Gaurav Aradhye This closes #267 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-

[01/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Repository: cloudstack Updated Branches: refs/heads/CLOUDSTACK-8301 e5cee452b -> 8ff90008b Refactoring the LibvirtComputingResource - Adding LibvirtAttachIsoCommandWrapper, LibvirtAttachIsoCommandWrapper and LibvirtAttachIsoCommandWrapper - 7 unit tests added - KVM hypervisor plugin with

[18/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCreatePrivateTemplateFromSnapshotCommandWrapper - 5 unit tests added - KVM hypervisor plugin with 19.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack

git commit: updated refs/heads/CLOUDSTACK-8301 to 2148dca

2015-05-19 Thread koushik
Repository: cloudstack Updated Branches: refs/heads/CLOUDSTACK-8301 8ff90008b -> 2148dca24 CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level. This commit contains the UI changes for the feature. Signed-off-by: Koushik Das This closes #259 Project: http://g

[34/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
schema: fix foreign key checks for 3.0.7 to 4.1.0 upgrade path Without this upgrades from 3.0.7 version fails. Signed-off-by: Rohit Yadav (cherry picked from commit a0cff4ca48bbd2140c35b586d42d997ad5f167b2) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/

[50/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Merge branch 'CLOUDSTACK-8301' of https://git-wip-us.apache.org/repos/asf/cloudstack into CLOUDSTACK-8301 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8ff90008 Tree: http://git-wip-us.apache.org/repos/asf/cloudst

[32/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Fixing license header in a file added during the LibVirt refactor - New class is MigrateKVMAsync Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c7d2e444 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree

[20/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Renaming LibvirtConnectionWrapper to LibvirtUtilitiesHelper - Gave it a better, more suggestive, name since I now added other methods to the class. - It makes easier to mock objects and get a better coverage of the classes Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commi

[35/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
debian: allow tomcat7 as optional dependency This closes #247 Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7451f13f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7451f1

[22/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Addin LibvirtPvlanSetupCommandWrapper - 6 unit tests added - KVM hypervisor plugin with 21% coverage >From the 6 tests added, 2 were extra tests to increase the coverage of the >LibvirtStopCommandWrapper - Increased from 35% to 78.7% Project: h

[24/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b1b2b6d/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java -- diff --git a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm

[46/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8482: Enhacing recurring snapshots test cases Signed-off-by: Gaurav Aradhye This closes #260 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dacdf974 Tree: http://git-wip-us.apache.org/repos/asf/cloudsta

[37/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8476: Disabling Zone, Pod, Cluster: --Test cases for testing the behaviour of resources running on zone and admin/non-admin user after disabling the Zone Signed-off-by: Gaurav Aradhye This closes #242 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://gi

[27/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtNetworkElementCommandWrapper and LibvirtStorageSubSystemCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 22.2% coverage I also refactored the StorageSubSystemCommand interface into an abstract class - Remove the pseu

[29/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Fixing testModifySshKeysCommand in the LibvirtComputingResourceTest class - The test was okay, but when running in an environment where a /root/.ssh/id_rsa existed, it would return true then fail - We now mock the calls to methods that return the key paths, instead of relying in the static va

[42/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
rat: add license header to error.jsp (cherry picked from commit 9c995f1cab259eb88d802887ee6333e164a6c6f8) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4b597ca2 Tree: http://git-wip-us.

[40/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Fixing the testGetHostStatsCommand test under LibvirtComputingResourceTest. - Removed the expected value from the Test annotation - Mocking the bash path in order to avoid environment/OS issues Fixing typo on LibvirtRequestWrapper - Replace linbvirtCommands by libvirtCommands on LibvirtRequest

[48/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level Made system.vm.use.local.storage a zone level configuration. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f7e31ed Tree: http://g

[44/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Tests for Disable Storage Provisioning Signed-off-by: Rohit Yadav This closes #257 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bab4e3a6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bab4e3a6 Dif

[28/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Fixing method call on KVMGuru to reach StorageSubSystemCommand Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b284b841 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b284b841 Diff: http://git-wip-us.ap

[23/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - 5 unit tests added - KVM hypervisor plugin with 20.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7fd43f33 Tree: http://git-wip-us.apache.org/repos/asf/clou

[41/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
ui: add custom error handling page This makes sure we don't expose CloudStack stacktrace (if any) on the frontend instead redirect to show an error handling page. This closes #256 (cherry picked from commit 112cecc2d4e44d032fb57d9794b02fe694122447) Signed-off-by: Rohit Yadav Project: http://g

[49/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8471:Automation for feature Enable configuring local storage use for system VMs at zone level Signed-off-by: Koushik Das This closes #253 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b776cbc2 Tree:

[45/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Implementation for the ability to disable a storage pool for provisioning ... of new volumes. Following changes are implemented 1. Disable or enable a pool with the updateStoragePool api. A new 'enabled' parameter added for the same. 2. When a pool is disabled the state of the pool is updated to

[47/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8301: Enable configuring local storage use for system VMs at zone level Code cleanup, added helper method to get default system offering based on "system.vm.use.local.storage". Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/

[43/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8481: Adding test cases for validating global limit on concurrent snapshots Signed-off-by: Gaurav Aradhye This closes #252 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/19c436fd Tree: http://git-wip-u

[26/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtStartCommandWrapper - 8 unit tests added - KVM hypervisor plugin with 23.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/74ad48db Tree: http:

[07/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtModifySshKeysCommandWrapper - 1 unit test added - KVM hypervisor plugin with 12.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6f757c6b Tree

[08/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtOvsDestroyBridgeCommandWrapper, LibvirtOvsSetupBridgeCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 13.9% coverage More tests added to cover LibvirtPrepareForMigrationCommandWrapper - Coverage of this wrapper brogh

[30/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8467: set version to unknown instead of null Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/60b6dc13 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/60b6dc13 Diff: http://git-wip-us.apache.or

[21/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtResizeVolumeCommandWrapper - 5 unit tests added - KVM hypervisor plugin with 22.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08106e34 Tree

[33/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
CLOUDSTACK-8468: Correct test case in test_bugs.py Signed-off-by: Gaurav Aradhye This closes #251 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b1f2e598 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tre

[13/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding 4 new command wrappers - 12 unit tests added - KVM hypervisor plugin with 15.5% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6748a73b Tree: http://g

[15/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtBackupSnapshotCommandWrapper, LibvirtCreatePrivateTemplateFromVolumeCommandWrapper and LibvirtManageSnapshotCommandWrapper - 3 unit tests added - KVM hypervisor plugin with 18.3% coverage Less tests added to those classes because the

[11/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtDestroyCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12.9% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4472cade Tree: htt

[31/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Merge branch 'refactor/libvirt_resource' of https://github.com/schubergphilis/cloudstack This closes #233 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/45c0fa2f Tree: http://git-wip-us.apache.org/repos/asf/clouds

[38/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Systemvm: Disable services that slow down boot The console-setup service brings a nice font to the console, but why would we want to use it. In most cases it takes a <10 seconds to set it up. When using nested hypervising, I found this takes much longer time that causes tests to time-out. I'd s

[39/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
systemvmtemplate: install libc6:i386 for 64bit template Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9d8a62d0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9d8a62d0 Diff

[25/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCopyVolumeCommandWrapper Refactoring the LibvirtUtilitiesHelper - Changing method name Did not add any test to this commit due to the refactor mentioned abot. Will proceed and add the tests i# Please enter the commit message for your c

[17/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCreateVolumeFromSnapshotCommandWrapper, LibvirtFenceCommandWrapper and LibvirtSecurityGroupRulesCommandWrapper - 6 unit tests added - KVM hypervisor plugin with 17.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstac

[36/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
listPortForwardingRules: fix typo in doc Signed-off-by: Rohit Yadav This closes #248 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e8f8e0e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e8f8e0e3 D

[14/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding 7 new command wrappers - 10 unit tests added - KVM hypervisor plugin with 14.8% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5499eecd Tree: http://g

[05/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Fixing assertion on the tests that are execting exceptions Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08a9523d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08a9523d Diff: http://git-wip-us.apache

[19/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/885b9e45/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java -- diff --git a/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm

[03/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtGetVncPortCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12.1% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f14c7c20 Tree:

[09/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtDeleteStoragePoolCommandWrapper, LibvirtGetStorageStatsCommandWrapper and LibvirtUpgradeSnapshotCommandWrapper - 7 unit tests added - KVM hypervisor plugin with 13.6% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstac

[10/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtPrimaryStorageDownloadCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 13.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/826

[06/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCreateCommandWrapper and LibvirtMaintainCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 12.7% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clo

[04/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCheckConsoleProxyLoadCommandWrapper, LibvirtConsoleProxyLoadCommandWrapper, LibvirtWatchConsoleProxyLoadCommandWrapperand CitrixConsoleProxyLoadCommandWrapper - 2 unit tests added - KVM hypervisor plugin with 12% coverage Refactored

[16/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtNetworkUsageCommandWrapper, LibvirtPlugNicCommandWrapper and LibvirtUnPlugNicCommandWrapper - 9 unit tests added - KVM hypervisor plugin with 18.3% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http

[02/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtPingTestCommandWrapper - 3 unit tests added - KVM hypervisor plugin with 11.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/be1e5176 Tree: ht

[12/50] [abbrv] git commit: updated refs/heads/CLOUDSTACK-8301 to 8ff9000

2015-05-19 Thread koushik
Refactoring the LibvirtComputingResource - Adding LibvirtCheckOnHostCommandWrapper and LibvirtOvsCreateTunnelCommandWrapper - 4 unit tests added - KVM hypervisor plugin with 16.2% coverage Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/

git commit: updated refs/heads/master to dacdf97

2015-05-19 Thread gaurav
Repository: cloudstack Updated Branches: refs/heads/master a99c9d0e6 -> dacdf9742 CLOUDSTACK-8482: Enhacing recurring snapshots test cases Signed-off-by: Gaurav Aradhye This closes #260 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repo

[1/2] git commit: updated refs/heads/master to a99c9d0

2015-05-19 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 19c436fd5 -> a99c9d0e6 Tests for Disable Storage Provisioning Signed-off-by: Rohit Yadav This closes #257 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/com

[2/2] git commit: updated refs/heads/master to a99c9d0

2015-05-19 Thread bhaisaab
Implementation for the ability to disable a storage pool for provisioning ... of new volumes. Following changes are implemented 1. Disable or enable a pool with the updateStoragePool api. A new 'enabled' parameter added for the same. 2. When a pool is disabled the state of the pool is updated to

git commit: updated refs/heads/master to 19c436f

2015-05-19 Thread gaurav
Repository: cloudstack Updated Branches: refs/heads/master 4b597ca2b -> 19c436fd5 CLOUDSTACK-8481: Adding test cases for validating global limit on concurrent snapshots Signed-off-by: Gaurav Aradhye This closes #252 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: ht

cloudstack-docs-rn git commit: upgrade_notes: add note on tomcat upgrade and ui issue

2015-05-19 Thread bhaisaab
Repository: cloudstack-docs-rn Updated Branches: refs/heads/4.5 c4a47497f -> 77f66f1d3 upgrade_notes: add note on tomcat upgrade and ui issue Signed-off-by: Rohit Yadav (cherry picked from commit 78800ef555ecdcd350dacc900ca39c3794c93e3a) Signed-off-by: Rohit Yadav Project: http://git-wip-u

cloudstack-docs-rn git commit: upgrade_notes: add note on tomcat upgrade and ui issue

2015-05-19 Thread bhaisaab
Repository: cloudstack-docs-rn Updated Branches: refs/heads/master 83d979a46 -> 78800ef55 upgrade_notes: add note on tomcat upgrade and ui issue Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf