Re: Review Request 12762: CLOUDSTACK-3620: [Automation] API removevpnuser failed, in test case test_project_usage.TestVpnUsage.test_01_vpn_usage.

2013-07-19 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12762/#review23522
---


Review 12762 PASSED the build test
The url of build cloudstack-master-maven-build-with-patch #316 is : 
http://31.22.81.154:8080/job/cloudstack-master-maven-build-with-patch/316/

- Jenkins Cloudstack.org


On July 19, 2013, 3:44 p.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12762/
> ---
> 
> (Updated July 19, 2013, 3:44 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3620
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3620: [Automation] API removevpnuser failed, in test case 
> test_project_usage.TestVpnUsage.test_01_vpn_usage.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_project_usage.py bb253e1 
>   tools/marvin/marvin/integration/lib/base.py 13507bc 
> 
> Diff: https://reviews.apache.org/r/12762/diff/
> 
> 
> Testing
> ---
> 
> Verified the test locally on my cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12720: CLOUDSTACK: 3382 Unable to Migrate VM's If the hosts are implicitly or explicitly dedicated.

2013-07-21 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12720/#review23612
---


Review 12720 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #2 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/2/

- Jenkins Cloudstack.org


On July 19, 2013, 11:52 a.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12720/
> ---
> 
> (Updated July 19, 2013, 11:52 a.m.)
> 
> 
> Review request for cloudstack and Devdeep Singh.
> 
> 
> Bugs: 3382
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Allow root admin to migrate VMs across dedicated hosts.
> Generate alerts for each migration performed between dedicated hosts.
> Alerts are generated for VM migration between:
> 1) Source host is dedicated and destination host is not.
> 2) Source host is not dedicated and destination host is dedicated.
> 3) Both hosts are dedicated.
> Alerts are now generated for both explicit and implicit dedication.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/deploy/dao/PlannerHostReservationDao.java 69118f1 
>   server/src/com/cloud/deploy/dao/PlannerHostReservationDaoImpl.java 41e0964 
>   server/src/com/cloud/vm/UserVmManagerImpl.java 9968690 
> 
> Diff: https://reviews.apache.org/r/12720/diff/
> 
> 
> Testing
> ---
> 
> Migrated VMs across explicitly dedicated hosts and alerts are generated.
> Migrated VMs across implicitly dedicated hosts and alerts are generated.
>  
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 11479: SolidFire storage plug-in and enhancements to the storage framework and GUI

2013-07-21 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11479/#review23613
---


Review 11479 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #3 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/3/

- Jenkins Cloudstack.org


On June 21, 2013, 4:35 p.m., Mike Tutkowski wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11479/
> ---
> 
> (Updated June 21, 2013, 4:35 p.m.)
> 
> 
> Review request for cloudstack, edison su and John Burwell.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> This patch implements a storage plug-in for SolidFire. The plug-in is based 
> on the new storage framework that went in with 4.2, as well.
> 
> In addition, there are GUI (and related) changes to enable admins and end 
> users to specify a Min, Max, and Burst number of IOPS for a Disk Offering. 
> These fields (although optional) tend to follow the pattern previously 
> established for the Disk Size field.
> 
> Also, the storage framework itself has been enhanced. For example, it now 
> supports creating and deleting storage repositories as is necessary for a 
> dynamic type of zone-wide primary storage (such as the SolidFire plug-in is).
> 
> The desired behavior of the software is as such:
> 
> * Allow an admin to invoke the CloudStack API to add Primary Storage based on 
> the SolidFire plug-in.
> 
> * Allow an admin to create a Disk Offering that specifies a Min, Max, and 
> Burst number of IOPS or allows the admin to pass this ability on to the end 
> user.
> 
> * Allow an end user to execute such a Disk Offering. As is the case for any 
> Disk Offering, this leads to the creation of a row in the volumes table.
> 
> * Allow an end user to attach the resultant volume (noted in the DB) to a VM. 
> The storage framework invokes logic in the plug-in and the plug-in creates a 
> volume on its SAN with the correct size and IOPS values. The agent software 
> for XenServer detects that such an attach is being requested and creates a 
> Storage Repository (and single VDI within the SR) based on the storage IP 
> address of the SAN and the IQN of the volume. The VDI is then hooked up to 
> the VM.
> 
> * Allow an end user to detach the volume. This leads to the destruction of 
> the SR, but the SAN volume remains intact and can be reattached later to any 
> VM running in a XenServer resource pool in the zone.
> 
> * Allow an end user to delete the volume. This leads to the volume being 
> deleted on the SAN and being marked in the CloudStack DB as deleted.
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/offering/DiskOffering.java ae4528c 
>   api/src/com/cloud/storage/StoragePool.java 8b95383 
>   api/src/com/cloud/storage/Volume.java 4903594 
>   api/src/org/apache/cloudstack/api/ApiConstants.java 1704ca3 
>   
> api/src/org/apache/cloudstack/api/command/admin/offering/CreateDiskOfferingCmd.java
>  a2c5f77 
>   
> api/src/org/apache/cloudstack/api/command/admin/storage/CreateStoragePoolCmd.java
>  74eb2b9 
>   api/src/org/apache/cloudstack/api/command/user/volume/CreateVolumeCmd.java 
> 86a494b 
>   api/src/org/apache/cloudstack/api/response/DiskOfferingResponse.java 
> 35cf21a 
>   api/src/org/apache/cloudstack/api/response/StoragePoolResponse.java 965407d 
>   api/src/org/apache/cloudstack/api/response/VolumeResponse.java e3463bd 
>   client/WEB-INF/classes/resources/messages.properties a0a36c8 
>   client/pom.xml ab758eb 
>   client/tomcatconf/applicationContext.xml.in 049e483 
>   core/src/com/cloud/agent/api/AttachVolumeAnswer.java b377b7c 
>   core/src/com/cloud/agent/api/AttachVolumeCommand.java 2658262 
>   core/test/org/apache/cloudstack/api/agent/test/AttachVolumeAnswerTest.java 
> 251a6cb 
>   core/test/org/apache/cloudstack/api/agent/test/AttachVolumeCommandTest.java 
> 1ec416a 
>   
> core/test/org/apache/cloudstack/api/agent/test/BackupSnapshotCommandTest.java 
> 44d53aa 
>   core/test/org/apache/cloudstack/api/agent/test/SnapshotCommandTest.java 
> c2d69c0 
>   core/test/src/com/cloud/agent/api/test/ResizeVolumeCommandTest.java 02085f5 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/DataStoreDriver.java
>  cf5759b 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/PrimaryDataStoreParameters.java
>  b2b787c 
>   
> engine/api/src/org/apache/cloudstack/storage/datastore/db/PrimaryDataS

Re: Review Request 11942: ProcessUtil cleanup

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11942/#review23615
---


Review 11942 PASSED the build test
The url of build cloudstack-master-with-patch #4 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/4/

- Jenkins Cloudstack.org


On July 20, 2013, 8:01 p.m., Laszlo Hornyak wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11942/
> ---
> 
> (Updated July 20, 2013, 8:01 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> - possible resource leak closed
> - file content read uses now commons-lang FileUtils
> - Added unit tests
> 
> 
> Diffs
> -
> 
>   utils/src/com/cloud/utils/ProcessUtil.java c9fdf35 
>   utils/test/com/cloud/utils/ProcessUtilTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/11942/diff/
> 
> 
> Testing
> ---
> 
> test included
> 
> 
> Thanks,
> 
> Laszlo Hornyak
> 
>



Re: Review Request 12782: Add encryption for Ucs password

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12782/#review23616
---


Review 12782 PASSED the build test
The url of build cloudstack-master-with-patch #5 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/5/

- Jenkins Cloudstack.org


On July 19, 2013, 11:28 p.m., Amogh Vasekar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12782/
> ---
> 
> (Updated July 19, 2013, 11:28 p.m.)
> 
> 
> Review request for cloudstack, Animesh Chaturvedi and Frank Zhang.
> 
> 
> Bugs: CLOUDSTACK-3308
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> UCS Manager authentication password to be encrypted.
> Note that this is not an authentication check. The password is relayed to UCS 
> Manager for future requests.
> 
> 
> Diffs
> -
> 
>   plugins/hypervisors/ucs/src/com/cloud/ucs/database/UcsManagerVO.java 
> 416ba95 
> 
> Diff: https://reviews.apache.org/r/12782/diff/
> 
> 
> Testing
> ---
> 
> Tested on local environment with (limited) encryption set-up. 
> 
> 
> Thanks,
> 
> Amogh Vasekar
> 
>



Re: Review Request 12775: Migrate the dozens of ssh calls for KVM VmDataCommand to a single router command

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12775/#review23617
---


Review 12775 PASSED the build test
The url of build cloudstack-master-with-patch #6 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/6/

- Jenkins Cloudstack.org


On July 19, 2013, 9:20 p.m., Marcus Sorensen wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12775/
> ---
> 
> (Updated July 19, 2013, 9:20 p.m.)
> 
> 
> Review request for cloudstack, ilya musayev and Wido den Hollander.
> 
> 
> Bugs: cloudstack-3163
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Migrate the dozens of ssh calls for KVM VmDataCommand to a single router 
> command.
> 
> 
> Diffs
> -
> 
>   
> core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java 
> 0b26220 
>   patches/systemvm/debian/config/opt/cloud/bin/vmdata_kvm.py PRE-CREATION 
>   scripts/network/domr/vm_data.sh c861723 
> 
> Diff: https://reviews.apache.org/r/12775/diff/
> 
> 
> Testing
> ---
> 
> Tested on 4.2 advanced zone, as well as a version against 4.1 (patch applies 
> with fuzz) since that's what we happen to be using at the moment. Started VM, 
> then ran 'curl http://10.1.1.1/latest/instance-id', then ran 
> updateVirtualMachine, setting userdata, and pulled it on the guest via 'curl 
> http://10.1.1.1/latest/user-data'.
> 
> 
> Thanks,
> 
> Marcus Sorensen
> 
>



Re: Review Request 12805: CLOUDSTACK-3695: test_project_configs.TestProjectInviteRequired.test_add_user_to_project failed with missing attribute "email"

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12805/#review23620
---


Review 12805 PASSED the build test
The url of build cloudstack-master-with-patch #7 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/7/

- Jenkins Cloudstack.org


On July 22, 2013, 9:09 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12805/
> ---
> 
> (Updated July 22, 2013, 9:09 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3695
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3695: 
> test_project_configs.TestProjectInviteRequired.test_add_user_to_project 
> failed with missing attribute "email"
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_project_configs.py 6416497 
> 
> Diff: https://reviews.apache.org/r/12805/diff/
> 
> 
> Testing
> ---
> 
> Verified this marvin test locally on my cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12804: CLOUDSTACK-3679: Resolved ssh issue for load balance test cases

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12804/#review23622
---


Review 12804 PASSED the build test
The url of build cloudstack-master-with-patch #8 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/8/

- Jenkins Cloudstack.org


On July 22, 2013, 8:24 a.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12804/
> ---
> 
> (Updated July 22, 2013, 8:24 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Added subsequent change that was needed after change in try_ssh function.
> 
> 
> Diffs
> -
> 
>   test/integration/smoke/test_loadbalance.py 4e1f0c1 
> 
> Diff: https://reviews.apache.org/r/12804/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 12809: Fix for CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12809/#review23626
---


Review 12809 failed the build test : UNSTABLE
The url of build cloudstack-master-with-patch #9 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/9/

- Jenkins Cloudstack.org


On July 22, 2013, 11:20 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12809/
> ---
> 
> (Updated July 22, 2013, 11:20 a.m.)
> 
> 
> Review request for cloudstack, Koushik Das and Nitin Mehta.
> 
> 
> Bugs: CLOUDSTACK-3703
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3703: change service offering of stopped vm on kvm is failing
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/vm/UserVmManagerImpl.java adcf475 
> 
> Diff: https://reviews.apache.org/r/12809/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 12808: Fix for CLOUDSTACK-2536: updating parameters (cpu/memory)overcommit ratio and (cpu/memory).overprosioning.factor are redundant(cluster level)

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12808/#review23627
---


Review 12808 PASSED the build test
The url of build cloudstack-master-with-patch #10 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/10/

- Jenkins Cloudstack.org


On July 22, 2013, 11:03 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12808/
> ---
> 
> (Updated July 22, 2013, 11:03 a.m.)
> 
> 
> Review request for cloudstack, Koushik Das and Nitin Mehta.
> 
> 
> Bugs: CLOUDSTACK-2536
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-2536:  updating parameters (cpu/memory)overcommit ratio and 
> (cpu/memory).overprosioning.factor are redundant(cluster level) 
> There are two APIs updateCluster and UpdateConfiguration where we can update 
> these parameters. Ideally this should get updated using updateConfiguration 
> API, so removing from updateCluster API
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/resource/ResourceService.java 25298cc 
>   
> api/src/org/apache/cloudstack/api/command/admin/cluster/UpdateClusterCmd.java 
> a14f905 
>   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 92178c9 
>   server/src/com/cloud/resource/ResourceManagerImpl.java d7652f4 
>   server/test/com/cloud/resource/MockResourceManagerImpl.java 2c66134 
> 
> Diff: https://reviews.apache.org/r/12808/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 12810: DnsMasqConfigurator need to be rewrite in bash script

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12810/#review23629
---


Review 12810 PASSED the build test
The url of build cloudstack-master-with-patch #11 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/11/

- Jenkins Cloudstack.org


On July 22, 2013, 12:54 p.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12810/
> ---
> 
> (Updated July 22, 2013, 12:54 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk and Sheng Yang.
> 
> 
> Bugs: CLOUDSTACK-3694
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-3694
> 
> wrote the dnsmasq config in bash instead of creating the config file in java 
> and overwriting. 
> 
> 
> Diffs
> -
> 
>   core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java 521ad70 
>   
> core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java 
> 0b26220 
>   core/src/com/cloud/network/DnsMasqConfigurator.java 3fc61df 
>   patches/systemvm/debian/config/root/createIpAlias.sh 5498195 
>   patches/systemvm/debian/config/root/dnsmasq.sh b70e2d3 
>   
> plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
>  c7f487e 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
>  f80d4b6 
>   scripts/vm/hypervisor/xenserver/vmops f8c0253 
>   server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 
> 6c0f7a1 
> 
> Diff: https://reviews.apache.org/r/12810/diff/
> 
> 
> Testing
> ---
> 
> Tested on old master using xenserver.
>  Could not test on the latest one as it is broken.
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 12812: CLOUDSTACK-3610: Fix regression test "test_accounts.TestUserLogin"

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12812/#review23631
---


Review 12812 PASSED the build test
The url of build cloudstack-master-with-patch #12 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/12/

- Jenkins Cloudstack.org


On July 22, 2013, 1:52 p.m., Girish Shilamkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12812/
> ---
> 
> (Updated July 22, 2013, 1:52 p.m.)
> 
> 
> Review request for cloudstack, Parth Jagirdar and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3610
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Now password is sent as clear text as per CLOUDSTACK-1734. So changed marvin 
> to handle this. Plus domainid was not passed in the testcase and marvin used 
> "domainid" instead of "domainId" as a parameter. Fixed these two errors.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_accounts.py 65c0c6f 
>   tools/marvin/marvin/integration/lib/base.py bc8c603 
> 
> Diff: https://reviews.apache.org/r/12812/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>



Re: Review Request 12811: CLOUDSTACK-3612: 3.0.6 to ASF 4.2 Upgrade: Database Schema Inconsistencies on the Upgraded Setup

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12811/#review23632
---


Review 12811 PASSED the build test
The url of build cloudstack-master-with-patch #13 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/13/

- Jenkins Cloudstack.org


On July 22, 2013, 1:41 p.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12811/
> ---
> 
> (Updated July 22, 2013, 1:41 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk and Kishan Kavala.
> 
> 
> Bugs: 3612
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> This fix is a part of missing db_upgrade bug 3612.
> Adding column virtual_size that will be a part of fix for CS-2508
> 
> 
> Diffs
> -
> 
>   setup/db/db/schema-410to420.sql 05ff0da 
> 
> Diff: https://reviews.apache.org/r/12811/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 12817: CLOUDSTACK-3689: Test case test_accounts.TesttemplateHierarchy.test_01_template_hierarchy failed during ListTemplate call

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12817/#review23635
---


Review 12817 PASSED the build test
The url of build cloudstack-master-with-patch #14 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/14/

- Jenkins Cloudstack.org


On July 22, 2013, 3:25 p.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12817/
> ---
> 
> (Updated July 22, 2013, 3:25 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3689
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3689: Test case 
> test_accounts.TesttemplateHierarchy.test_01_template_hierarchy  failed during 
> ListTemplate call.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_accounts.py 7d0aeb1 
> 
> Diff: https://reviews.apache.org/r/12817/diff/
> 
> 
> Testing
> ---
> 
> Verified the marvin test locally on my cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12818: Update LDAPPlugin branch with master

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12818/#review23675
---


Review 12818 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #15 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/15/

- Jenkins Cloudstack.org


On July 22, 2013, 4:28 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12818/
> ---
> 
> (Updated July 22, 2013, 4:28 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Want to merge the latest master with my branch due to the formatting of JS 
> scripts on the master branch.
> 
> 
> Diffs
> -
> 
>   agent/pom.xml c2b1502 
>   api/src/com/cloud/agent/api/to/S3TO.java 8a2f09d 
>   api/src/com/cloud/dao/EntityManager.java 8e6a438 
>   api/src/com/cloud/network/Networks.java 5aede05 
>   api/src/org/apache/cloudstack/api/BaseCmd.java 1a8fdc7 
>   
> api/src/org/apache/cloudstack/api/command/user/region/ha/gslb/AssignToGlobalLoadBalancerRuleCmd.java
>  b34dc3e 
>   
> api/src/org/apache/cloudstack/api/command/user/securitygroup/AuthorizeSecurityGroupEgressCmd.java
>  cac9614 
>   
> api/src/org/apache/cloudstack/api/command/user/securitygroup/AuthorizeSecurityGroupIngressCmd.java
>  3dfcd05 
>   
> api/src/org/apache/cloudstack/api/command/user/securitygroup/CreateSecurityGroupCmd.java
>  52611b8 
>   
> api/src/org/apache/cloudstack/api/command/user/securitygroup/DeleteSecurityGroupCmd.java
>  7e9b9de 
>   
> api/src/org/apache/cloudstack/api/command/user/template/CreateTemplateCmd.java
>  271357d 
>   
> api/src/org/apache/cloudstack/api/command/user/vmgroup/CreateVMGroupCmd.java 
> daaf094 
>   api/src/org/apache/cloudstack/context/CallContext.java c98908a 
>   api/test/com/cloud/network/NetworksTest.java PRE-CREATION 
>   awsapi/pom.xml bcae072 
>   client/tomcatconf/applicationContext.xml.in 9b2b70a 
>   client/tomcatconf/nonossComponentContext.xml.in 8371e37 
>   docs/en-US/Common_Content/Legal_Notice.xml d35b5c6 
>   docs/en-US/signing-api-requests.xml fc8773b 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/ClusterRestService.java
>  2718e2f 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/NetworkRestService.java
>  b75600e 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/PodRestService.java
>  9c009b9 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/VirtualMachineRestService.java
>  f3f7bad 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/VolumeRestService.java
>  cb1a0d3 
>   
> engine/api/src/org/apache/cloudstack/engine/rest/service/api/ZoneRestService.java
>  bd6980e 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/disktype/DiskFormat.java
>  6be7a6b 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/disktype/VHDX.java
>  PRE-CREATION 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/type/DataDisk.java
>  a533f55 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/type/Iso.java
>  85c6272 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/type/RootDisk.java
>  e8f4ce5 
>   
> engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/type/VolumeTypeHelper.java
>  6dc2cd4 
>   engine/api/src/org/apache/cloudstack/storage/command/DettachCommand.java 
> bb7325c 
>   
> engine/api/src/org/apache/cloudstack/storage/datastore/db/PrimaryDataStoreDaoImpl.java
>  96e18fc 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManagerImpl.java
>  0822b92 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/datacenter/entity/api/db/EngineClusterVO.java
>  0034419 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/datacenter/entity/api/db/EngineDataCenterVO.java
>  cdf08cc 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/datacenter/entity/api/db/EngineHostPodVO.java
>  65b9db5 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/datacenter/entity/api/db/EngineHostVO.java
>  4b4a560 
>   
> engine/orchestration/src/org/apache/cloudstack/engine/datacenter/entity/api/db/dao/EngineHostDaoImpl.java
>  3c34023 
>   
> engine/orchestration/src/org/apache/clou

Re: Review Request 12823: CLOUDSTACK-3720. Fix resource types in description of listResourceLimits API command.

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12823/#review23676
---


Review 12823 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #16 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/16/

- Jenkins Cloudstack.org


On July 22, 2013, 8:08 p.m., Andrew Bayer wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12823/
> ---
> 
> (Updated July 22, 2013, 8:08 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Bugs: CLOUDSTACK-3720
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Should be a pretty simple fix - just updating ListResourceLimitCmd's resource 
> type parameter to be the same as UpdateResourceLimitCmd's.
> 
> 
> Diffs
> -
> 
>   
> api/src/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java
>  191e958 
> 
> Diff: https://reviews.apache.org/r/12823/diff/
> 
> 
> Testing
> ---
> 
> mvn build worked - not sure off the top of my head how to build the API docs.
> 
> 
> Thanks,
> 
> Andrew Bayer
> 
>



Re: Review Request 12623: CLOUDSTACK-2328: Linux native VXLAN support on KVM hypervisor

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12623/#review23677
---


Review 12623 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #17 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/17/

- Jenkins Cloudstack.org


On July 17, 2013, 11:54 p.m., Toshiaki Hatano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12623/
> ---
> 
> (Updated July 17, 2013, 11:54 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Chiradeep Vittal, Murali 
> Reddy, Hugo Trippaers, and Sheng Yang.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-2328
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-2328: Linux native VXLAN support on KVM hypervisor
> 
> Initial patch for VXLAN support.
> Fully functional, hopefully, for GuestNetwork - AdvancedZone.
> 
> Patch Note:
>  in cloudstack-server
> - Add isolation method VXLAN
> - Add VxlanGuestNetworkGuru as plugin for VXLAN isolation
> - Modify NetworkServiceImpl to handle extended vNet range for VXLAN isolation
> - Add VXLAN isolation option in zoneWizard UI
> 
>  in cloudstack-agent (kvm)
> - Add modifyvxlan.sh script that handle bridge/vxlan interface manipulation 
> script
> -- Usage is exactly same to modifyvlan.sh
> - BridgeVifDriver will call modifyvxlan.sh instead of modifyvlan.sh when 
> VXLAN is used for isolation
> 
> Database changes:
> - No change in database structure.
> - VXLAN isolation uses same tables that VLAN uses to store vNet allocation 
> status.
> 
> Known Issue:
> - Some resource still says 'VLAN' in log even if VXLAN is used
> - in UI, "Network - GuestNetworks" dosen't display VNI
> -- VLAN ID field displays "N/A"
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/Networks.java 5aede05 
>   api/src/com/cloud/network/PhysicalNetwork.java f6cb1a6 
>   client/pom.xml 32ab94a 
>   client/tomcatconf/componentContext.xml.in 1fbec61 
>   
> plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/BridgeVifDriver.java
>  195cf40 
>   
> plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
>  da86612 
>   plugins/network-elements/vxlan/pom.xml PRE-CREATION 
>   
> plugins/network-elements/vxlan/src/com/cloud/network/guru/VxlanGuestNetworkGuru.java
>  PRE-CREATION 
>   
> plugins/network-elements/vxlan/test/com/cloud/network/guru/VxlanGuestNetworkGuruTest.java
>  PRE-CREATION 
>   plugins/pom.xml 261e8e8 
>   scripts/vm/network/vnet/modifyvlan.sh 8ed3905 
>   scripts/vm/network/vnet/modifyvxlan.sh PRE-CREATION 
>   server/src/com/cloud/network/NetworkManagerImpl.java f6e9a0a 
>   server/src/com/cloud/network/NetworkServiceImpl.java ccd23bf 
>   ui/scripts/ui-custom/zoneWizard.js 877dbc0 
> 
> Diff: https://reviews.apache.org/r/12623/diff/
> 
> 
> Testing
> ---
> 
> #) Test set up
> - Components
>   - 1x management server
>   - 1x nfs storage
>   - 3x Linux KVM host
>   -- CentOS 6.4 based
>   -- Replace kernel by version 3.8.13, VXLAN kernel module built as loadable 
> module
>   -- Replace iproute2 by version iproute2-ss130430
>   -- BridgeVifDriver (Default)
> 1. create advanced zone from zone wizard without security group option
> 2. select hypervisor: KVM
> 3. assign Guest network to separated physical network, isolated by VXLAN
>specify bridge name (traffic label) for Guest network, this bridge should 
> have IPv4 address (global/private both are OK).
> 4. assign Guest vNet range 1-2
> 5. other parameter are normal
> 6. add 2 more hosts into same zone/pod/cluster after zone wizard is finished
> 
> #) Test case 1: start/stop VR
> 1. Create network offering, same configuration as 
> DefaultIsolatedNetworkOfferingWithSourceNatService but persistent
> 2. Create network with network offering which is created in step 0
> 3. Confirm VR is started and bridge/vxlan device created on host
> 4. Delete network which is created in step 1
> 5. Confirm VR is deleted and bridge/vxlan device deleted on host
> 
> #) Test case 2: start/stop an instance (VR is on same host)
> 1. Add an instance from UI, create network during wizard.
> 2. Confirm VM and VR are on the same host
> 3. Confirm it's pingable from VM to VR
> 4. Confirm it's pingable from VM to public network (after opening Egress rule)
&g

Re: Review Request 12819: WIP: Add LDAP Account addition UI. Feedback and Help wanted.

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12819/#review23679
---


Review 12819 PASSED the build test
The url of build cloudstack-master-with-patch #18 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/18/

- Jenkins Cloudstack.org


On July 22, 2013, 5 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12819/
> ---
> 
> (Updated July 22, 2013, 5 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek, Brian Federle, Jessica 
> Wang, Pranav Saxena, and Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> This is purely a work in progress. I'm submitting it as I'd like somebody to 
> give *detailed* feedback/reviewal before I go much further.
> 
> The code works/does-what-I-want but I'm not sure if its "correct" and follows 
> cloudstack UI practices.
> I had to do some ugly css in order to get the display I wanted.
> I'm currently having issues with fields marked as "required" for some reason 
> the requirement doesn't seem to be enforced.
> I'm not sure if a loader appears should the request to listAllLdapUsers be 
> slow to respond. 
> I'm not sure how to add a if ldapEnabled display this view else display old 
> view condition.
> 
> For testing purposes there is a ldap server included in this branch. You can 
> launch it with:
> mvn -pl :cloud-plugin-user-authenticator-ldap ldap:run
> 
> and then configure it at Global Settings -> LDAP Configuration, hostname: 
> localhost, port: 10389.
> 
> 
> Diffs
> -
> 
>   ui/css/cloudstack3.css 4545e96 
>   ui/index.jsp 34f0c54 
>   ui/scripts/accounts.js e5faf33 
>   ui/scripts/accountsWizard.js PRE-CREATION 
>   ui/scripts/ui-custom/accountsWizard.js PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/12819/diff/
> 
> 
> Testing
> ---
> 
> Complied... view in browser, got expected results.
> 
> 
> File Attachments
> 
> 
> Current_Output
>   https://reviews.apache.org/media/uploaded/files/2013/07/22/Capture.PNG
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 12838: CLOUDSTACK-3488: listStoragePools throws NPE if any of the storage pools are not in the right state.

2013-07-22 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12838/#review23680
---


Review 12838 PASSED the build test
The url of build cloudstack-master-with-patch #19 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/19/

- Jenkins Cloudstack.org


On July 23, 2013, 5:30 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12838/
> ---
> 
> (Updated July 23, 2013, 5:30 a.m.)
> 
> 
> Review request for cloudstack and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3488
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3488: listStoragePools throws NPE if any of the storage pools 
> are not in the right state.
> 
> This issue is reporducible if user adds a primary storage and quickly 
> fires
> listStoragePool API command without waiting for the responce of previous
> createStoragePool API command. So during this period
> (before receiving createStoragePool API resonce), the primary srorage is 
> in
> initialized status and the "scope" of storage is not set.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/api/query/dao/StoragePoolJoinDaoImpl.java 503a563 
> 
> Diff: https://reviews.apache.org/r/12838/diff/
> 
> 
> Testing
> ---
> 
> Tests:
> 1. Add a primary storage.
> 2. Quickly fire listStoragePool API command.
> 
> Verified that listStoragePool API command is working properly without hitting 
> any NPE.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12849: added backwards compatibility code to Networks enums

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12849/#review23683
---


Review 12849 PASSED the build test
The url of build cloudstack-master-with-patch #20 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/20/

- Jenkins Cloudstack.org


On July 23, 2013, 10:02 a.m., daan Hoogland wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12849/
> ---
> 
> (Updated July 23, 2013, 10:02 a.m.)
> 
> 
> Review request for cloudstack and Koushik Das.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Both BroadcastDomainType and IsolationType needed some extra code for 
> backwards compatibility
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/Networks.java c76c3d4 
>   
> server/src/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java
>  6fafa3e 
> 
> Diff: https://reviews.apache.org/r/12849/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> daan Hoogland
> 
>



Re: Review Request 12852: CLOUDSTACK-2508: Template usage should report both physical and virtual sizes

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12852/#review23684
---


Review 12852 PASSED the build test
The url of build cloudstack-master-with-patch #21 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/21/

- Jenkins Cloudstack.org


On July 23, 2013, 11:18 a.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12852/
> ---
> 
> (Updated July 23, 2013, 11:18 a.m.)
> 
> 
> Review request for cloudstack and Kishan Kavala.
> 
> 
> Bugs: 2508
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Usage entries for template and iso should include virtual_size parameter.
> Added new column to usage_event table which contains the virtual size.
> Modified the usage event creation when a template is created.
> 
> 
> Diffs
> -
> 
>   api/src/org/apache/cloudstack/api/response/UsageRecordResponse.java 4b355cb 
>   api/src/org/apache/cloudstack/usage/Usage.java c74d3b7 
>   engine/schema/src/com/cloud/event/UsageEventVO.java c92972b 
>   engine/schema/src/com/cloud/event/dao/UsageEventDaoImpl.java 004ab7c 
>   engine/schema/src/com/cloud/usage/UsageStorageVO.java 1337edc 
>   engine/schema/src/com/cloud/usage/UsageVO.java 18a3a6b 
>   engine/schema/src/com/cloud/usage/dao/UsageDaoImpl.java 2237d56 
>   engine/schema/src/com/cloud/usage/dao/UsageStorageDaoImpl.java 297c8f4 
>   server/src/com/cloud/api/ApiResponseHelper.java e058105 
>   server/src/com/cloud/event/UsageEventUtils.java 2d92fae 
>   server/src/com/cloud/template/TemplateManagerImpl.java 5005ee0 
>   usage/src/com/cloud/usage/UsageManagerImpl.java 4901dd9 
>   usage/src/com/cloud/usage/parser/StorageUsageParser.java 337e8e2 
> 
> Diff: https://reviews.apache.org/r/12852/diff/
> 
> 
> Testing
> ---
> 
> Usage event generated for creating template with virtual size.
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 12853: CLOUDSTACK-3688: Test cases test_accounts.TestDomainForceRemove.test_forceDeleteDomain, not found the domain to delete and failed.

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12853/#review23685
---


Review 12853 PASSED the build test
The url of build cloudstack-master-with-patch #22 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/22/

- Jenkins Cloudstack.org


On July 23, 2013, 11:06 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12853/
> ---
> 
> (Updated July 23, 2013, 11:06 a.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3688
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> 
> CLOUDSTACK-3688: Test cases 
> test_accounts.TestDomainForceRemove.test_forceDeleteDomain, not found the 
> domain to delete and failed.
> 
> This issue is in CS product and not in the test_script.
> The problem is coming because in case of deleteDomain with cleanup = true,
> CS is not allowing deletion of domain if there are any account under that
> domain needs clean up; though these accounts are removed and admin can't
> see them in the listaccounts.
> So CS should not restrict the deleteDomain in case of accounts needs 
> cleanup.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/user/DomainManagerImpl.java 1117ff0 
>   test/integration/component/test_accounts.py 3c284bd 
> 
> Diff: https://reviews.apache.org/r/12853/diff/
> 
> 
> Testing
> ---
> 
> Verified marvin test on my local cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12854: CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on restart of managment server.

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12854/#review23691
---


Review 12854 PASSED the build test
The url of build cloudstack-master-with-patch #23 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/23/

- Jenkins Cloudstack.org


On July 23, 2013, 12:54 p.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12854/
> ---
> 
> (Updated July 23, 2013, 12:54 p.m.)
> 
> 
> Review request for cloudstack and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3727
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3727: Resource Count calculation happens for deleted accounts on 
> restart of managment server.
> 
> The method is listing all the accounts/domains including the removed ones 
> which causes unnecessary insertion of the entries in the resource_count table.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/server/ConfigurationServerImpl.java 9a9b145 
> 
> Diff: https://reviews.apache.org/r/12854/diff/
> 
> 
> Testing
> ---
> 
> Verified that during the startup/restart of MS, resourcetype insertion for 
> removed accounts is not happening.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12864: CLOUDSTACK-3697 Fix cleanup LB failure

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12864/#review23706
---


Review 12864 PASSED the build test
The url of build cloudstack-master-with-patch #24 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/24/

- Jenkins Cloudstack.org


On July 23, 2013, 4:01 p.m., Sowmya Krishnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12864/
> ---
> 
> (Updated July 23, 2013, 4:01 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3697
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> LB is already deleted when project is cleaned up. Removed it from cleanup 
> queue
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_project_resources.py 378238e 
> 
> Diff: https://reviews.apache.org/r/12864/diff/
> 
> 
> Testing
> ---
> 
> Tested script with fix locally and it passes now.
> 
> 
> Thanks,
> 
> Sowmya Krishnan
> 
>



Re: Review Request 12877: Support HTTP to HTTPS redirect for UCS

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12877/#review23712
---


Review 12877 PASSED the build test
The url of build cloudstack-master-with-patch #26 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/26/

- Jenkins Cloudstack.org


On July 23, 2013, 7:56 p.m., Amogh Vasekar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12877/
> ---
> 
> (Updated July 23, 2013, 7:56 p.m.)
> 
> 
> Review request for cloudstack and Frank Zhang.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3285
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> The patch uses EasySSLProtocolFactory from httpclient.contrib.ssl package.
> The implementation accepts self-signed certificates. This is similar to 
> cloud-plugin-network-cisco-vnmc 's behavior.
> As a part of the patch, the contrib code has been moved to cloud-utils to 
> avoid duplication.
> Since there is no maven published jar for contrib, the source currently has 
> the actual code instead. This needs to be revisited.
> 
> 
> Diffs
> -
> 
>   plugins/hypervisors/ucs/src/com/cloud/ucs/manager/UcsHttpClient.java 
> 66d2ed2 
>   
> plugins/network-elements/cisco-vnmc/src/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
>  52f0ea6 
>   
> plugins/network-elements/cisco-vnmc/src/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java
>  ae9f938 
>   
> utils/src/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java
>  PRE-CREATION 
>   
> utils/src/org/apache/commons/httpclient/contrib/ssl/EasyX509TrustManager.java 
> PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/12877/diff/
> 
> 
> Testing
> ---
> 
> Works on local environment + UCS
> cisco-vnmc not tested after refactoring
> 
> 
> Thanks,
> 
> Amogh Vasekar
> 
>



Re: Review Request 12886: Fix test case issue test_vm_life_cycle.py:test_09_expunge_vm : CLOUDSTACK-2899

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12886/#review23726
---


Review 12886 PASSED the build test
The url of build cloudstack-master-with-patch #27 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/27/

- Jenkins Cloudstack.org


On July 24, 2013, 12:02 a.m., Rayees Namathponnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12886/
> ---
> 
> (Updated July 24, 2013, 12:02 a.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-2899
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Test case test_vm_life_cycle.py:test_09_expunge_vm failing during expunge;  
> if there are more than one expunge operation; expunge will be executed in 
> sequential;  in this we need to add some extra delay in test  apart from 
> expunage delay and expunge wait; add 60 sec in test case
> 
> 
> Diffs
> -
> 
>   test/integration/smoke/test_vm_life_cycle.py c2c2592 
> 
> Diff: https://reviews.apache.org/r/12886/diff/
> 
> 
> Testing
> ---
> 
> Tested in KVM and VMware
> 
> 
> Thanks,
> 
> Rayees Namathponnan
> 
>



Re: Review Request 12893: CLOUDSTACK-3696: Test case test_project_limits.TestResourceLimitsProject.test_06_volumes_per_project failed due to volume usage exceeded for project.

2013-07-23 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12893/#review23737
---


Review 12893 PASSED the build test
The url of build cloudstack-master-with-patch #28 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/28/

- Jenkins Cloudstack.org


On July 24, 2013, 5 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12893/
> ---
> 
> (Updated July 24, 2013, 5 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3696
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3696: Test case 
> test_project_limits.TestResourceLimitsProject.test_06_volumes_per_project 
> failed due to volume usage exceeded for project.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_project_limits.py 6e3f41d 
> 
> Diff: https://reviews.apache.org/r/12893/diff/
> 
> 
> Testing
> ---
> 
> Verified the marvin test locally on cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12896: General clean up of ldapplugin

2013-07-24 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12896/#review23746
---


Review 12896 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #29 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/29/

- Jenkins Cloudstack.org


On July 24, 2013, 10:26 a.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12896/
> ---
> 
> (Updated July 24, 2013, 10:26 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Cleans up LDAP plugin based on feedback from sonar.
> 
> 
> Diffs
> -
> 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
>  62736b16087561a7e25893cd46115795100c609e 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapDeleteConfigurationCmd.java
>  329b91b 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapListAllUsersCmd.java
>  087d156 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapListConfigurationCmd.java
>  6707878 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapUserSearchCmd.java
>  e6a40d0 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/response/LdapConfigurationResponse.java
>  d583346 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/response/LdapUserResponse.java
>  40ba0ce 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapAuthenticator.java
>  2916202 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapConfiguration.java
>  8f31ce5 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapConfigurationVO.java
>  d3ff820 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapContextFactory.java
>  30bdc5b 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapManagerImpl.java
>  be9b3d5 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapUserManager.java
>  54802cf 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapUtils.java
>  453dc0a 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapConfigurationSpec.groovy
>  91c9baf 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapConfigurationVO.groovy
>  8135901 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapDeleteConfigurationCmdSpec.groovy
>  664fd64 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapListConfigurationCmdSpec.groovy
>  a7c1979 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapSearchUserCmdSpec.groovy
>  d72878b 
> 
> Diff: https://reviews.apache.org/r/12896/diff/
> 
> 
> Testing
> ---
> 
> Complied... passed unit tests.
> Passed integration tests.
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 12897: CLOUDSTACK-3594: Fix regression in Affinity Groups tests

2013-07-24 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12897/#review23754
---


Review 12897 PASSED the build test
The url of build cloudstack-master-with-patch #30 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/30/

- Jenkins Cloudstack.org


On July 24, 2013, 10:51 a.m., Girish Shilamkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12897/
> ---
> 
> (Updated July 24, 2013, 10:51 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3594
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> One of the patches introduced a regression where account
> and domainid parameters were changed. Therefore Affinity
> Groups for those accounts were not found and tests failed.
> 
> 
> Diffs
> -
> 
>   tools/marvin/marvin/integration/lib/base.py 6e49ae5 
> 
> Diff: https://reviews.apache.org/r/12897/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>



Re: Review Request 12899: CLOUDSTACK-702: Tests for Multiple IP Ranges

2013-07-24 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12899/#review23755
---


Review 12899 PASSED the build test
The url of build cloudstack-master-with-patch #31 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/31/

- Jenkins Cloudstack.org


On July 24, 2013, 11:59 a.m., sanjeev n wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12899/
> ---
> 
> (Updated July 24, 2013, 11:59 a.m.)
> 
> 
> Review request for cloudstack, SrikanteswaraRao Talluri and Prasanna 
> Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> 1.Removed advanced-sg tags from all the tests. At the movement tests only 
> support basic zone.
> 2.Added a test to deploy guest vm after adding ip range in new CIDR
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_multiple_ip_ranges.py 18409c5 
> 
> Diff: https://reviews.apache.org/r/12899/diff/
> 
> 
> Testing
> ---
> 
> Yes. Tests on ACS 4.2 branch
> 
> 
> Thanks,
> 
> sanjeev n
> 
>



Re: Review Request 12898: CLOUDSTACK-3544: Xen 6.2 hosts are tagged with Xen 6.1.

2013-07-24 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12898/#review23762
---


Review 12898 PASSED the build test
The url of build cloudstack-master-with-patch #32 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/32/

- Jenkins Cloudstack.org


On July 24, 2013, 12:10 p.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12898/
> ---
> 
> (Updated July 24, 2013, 12:10 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3544
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3544: Xen 6.2 hosts are tagged with Xen 6.1.
> 
> This commit will add the new xenserverresource file to support XenServer 
> 6.2.
> Also add the guest OS list supported by xenserver 6.2
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/discoverer/XcpServerDiscoverer.java
>  bbb077c 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixHelper.java
>  c557631 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer620Resource.java
>  PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/12898/diff/
> 
> 
> Testing
> ---
> 
> Tests:
> 1. Setup a CS using Xenserver 6.2 host.
> 2. Deploy a user VM.
> 
> Verified that userVM deployed successfully.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12934: Tests for egress firewall rules for advance zone

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12934/#review23828
---


Review 12934 PASSED the build test
The url of build cloudstack-master-with-patch #33 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/33/

- Jenkins Cloudstack.org


On July 25, 2013, 4:39 a.m., Ashutosh Kelkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12934/
> ---
> 
> (Updated July 25, 2013, 4:39 a.m.)
> 
> 
> Review request for cloudstack, Girish Shilamkar, Jayapal Reddy, and Prasanna 
> Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Tests for egress firewall rules for advance zone.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_egress_fw_rules.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/12934/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Ashutosh Kelkar
> 
>



Re: Review Request 12759: CLOUDSTACK-3669: Bringing down the dynamic scalable check (for VM whether it has xstools or vmware tools in it) to the management layer.

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12759/#review23830
---


Review 12759 PASSED the build test
The url of build cloudstack-master-with-patch #34 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/34/

- Jenkins Cloudstack.org


On July 25, 2013, 6:05 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12759/
> ---
> 
> (Updated July 25, 2013, 6:05 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Nitin Mehta.
> 
> 
> Bugs: CLOUDSTACK-3669
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3669:  Bringing down the dynamic scalable check (for VM whether it 
> has xstools or vmware tools in it) to the management layer. 
> 
> 
> Diffs
> -
> 
>   core/src/com/cloud/agent/api/ScaleVmCommand.java 83cdcac 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
>  0fba0d9 
>   server/src/com/cloud/vm/UserVmManagerImpl.java ae12523 
>   server/src/com/cloud/vm/VirtualMachineManagerImpl.java 33dadf0 
>   server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44a703d 
> 
> Diff: https://reviews.apache.org/r/12759/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 12937: CLOUDSTACK-3779: Support System vm scaling on VMWare

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12937/#review23831
---


Review 12937 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #35 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/35/

- Jenkins Cloudstack.org


On July 25, 2013, 6:04 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12937/
> ---
> 
> (Updated July 25, 2013, 6:04 a.m.)
> 
> 
> Review request for cloudstack and Nitin Mehta.
> 
> 
> Bugs: CLOUDSTACK-3779
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3779: Support System vm scaling on VMWare
> 
> Marked the system template new system template as dynamicallyScalable
>- handled upgrade case
>- moved "dynamicallyScalable" flag to vm_instance table from 
> user_vm_details to support dynamic scaling of system vm
> 
> This patch depends on previous review request 
> https://reviews.apache.org/r/12759/ . please review and commit accordingly
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java d4b7b6d 
>   engine/schema/src/com/cloud/vm/VMInstanceVO.java e1d2892 
>   engine/schema/src/com/cloud/vm/dao/UserVmDao.java b4f9991 
>   engine/schema/src/com/cloud/vm/dao/UserVmDaoImpl.java 1c11563 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServer56FP1Resource.java
>  2cc592d 
>   server/src/com/cloud/hypervisor/HypervisorGuruBase.java 34584ab 
>   server/src/com/cloud/vm/UserVmManagerImpl.java ae12523 
>   server/test/com/cloud/vm/VirtualMachineManagerImplTest.java 44a703d 
>   setup/db/db/schema-410to420.sql 664e9b0 
> 
> Diff: https://reviews.apache.org/r/12937/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 12913: Fix map based APIs in CloudMonkey

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12913/#review23832
---


Review 12913 failed the build test : UNSTABLE
The url of build cloudstack-master-with-patch #36 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/36/

- Jenkins Cloudstack.org


On July 25, 2013, 4:52 a.m., Carson Anderson wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12913/
> ---
> 
> (Updated July 25, 2013, 4:52 a.m.)
> 
> 
> Review request for cloudstack and Rohit Yadav.
> 
> 
> Bugs: CLOUDSTACK-3787
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CM does not detect required tags if they are passed as a map. When creating 
> resource tags for example. The tags[0].key and tags[0].value weren't counted 
> for the "tags" parameter and CM would give a "missing required parameter" 
> error.
> 
> 
> Diffs
> -
> 
>   tools/cli/cloudmonkey/cloudmonkey.py 13f54ad 
> 
> Diff: https://reviews.apache.org/r/12913/diff/
> 
> 
> Testing
> ---
> 
> Tested by adding/removing resourceTags
> 
> 
> Thanks,
> 
> Carson Anderson
> 
>



Re: Review Request 12941: [GSoC] refactor gre controller

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12941/#review23833
---


Review 12941 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #37 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/37/

- Jenkins Cloudstack.org


On July 25, 2013, 9:05 a.m., tuna wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12941/
> ---
> 
> (Updated July 25, 2013, 9:05 a.m.)
> 
> 
> Review request for cloudstack, Sebastien Goasguen and Hugo Trippaers.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> I made an update to refactor gre controller:
> 
> + remove ovs_devices table, because we'll have an ODL plugin separately.
> + move command/answer to new package: com.cloud.agent.api
> + add Connectivity service checking
> + add new NetworkProvider: Ovs
> + add L3 services to Ovs Capabilities
> + add L3 services prototype code.
> 
> Next step:
> + L3 services implement with VirtualRouter
> + ODL plugin
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/Network.java a06208b 
>   client/tomcatconf/applicationContext.xml.in 60f1e30 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
>  30b0521 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsCreateGreTunnelAnswer.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsCreateGreTunnelCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsCreateTunnelAnswer.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsCreateTunnelCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsDeleteFlowCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsDestroyBridgeCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsDestroyTunnelCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsFetchInterfaceAnswer.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsFetchInterfaceCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsSetTagAndFlowAnswer.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsSetTagAndFlowCommand.java
>  PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/agent/api/OvsSetupBridgeCommand.java
>  PRE-CREATION 
>   plugins/network-elements/ovs/src/com/cloud/agent/api/StartupOvsCommand.java 
> PRE-CREATION 
>   
> plugins/network-elements/ovs/src/com/cloud/api/response/OvsDeviceResponse.java
>  c0901b2 
>   
> plugins/network-elements/ovs/src/com/cloud/network/commands/AddOvsDeviceCmd.java
>  1abc324 
>   
> plugins/network-elements/ovs/src/com/cloud/network/commands/DeleteOvsDeviceCmd.java
>  87eedfb 
>   
> plugins/network-elements/ovs/src/com/cloud/network/commands/ListOvsDevicesCmd.java
>  2adb33a 
>   plugins/network-elements/ovs/src/com/cloud/network/element/OvsElement.java 
> 0ea6b52 
>   
> plugins/network-elements/ovs/src/com/cloud/network/element/OvsElementService.java
>  b55fe6b 
>   
> plugins/network-elements/ovs/src/com/cloud/network/guru/OvsGuestNetworkGuru.java
>  bbdf110 
>   plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsApi.java b533312 
>   plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsApiException.java 
> 20603e0 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsCreateGreTunnelAnswer.java
>  5f0f8c1 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsCreateGreTunnelCommand.java
>  e2cd2d8 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsCreateTunnelAnswer.java
>  fc2eb8a 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsCreateTunnelCommand.java
>  1ececa0 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsDeleteFlowCommand.java
>  2a6d5d7 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsDestroyBridgeCommand.java
>  8be5586 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsDestroyTunnelCommand.java
>  4594d99 
>   
> plugins/network-elements/ovs/src/com/cloud/network/ovs/OvsFetchInterfaceAnswer.java
>  1ee6606 
>   
> plugins/network

Re: Review Request 12942: CLOUDSTACK-3454: Fix test_portable_publicip

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12942/#review23838
---


Review 12942 failed the build test : UNSTABLE
The url of build cloudstack-master-with-patch #38 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/38/

- Jenkins Cloudstack.org


On July 25, 2013, 12:50 p.m., Girish Shilamkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12942/
> ---
> 
> (Updated July 25, 2013, 12:50 p.m.)
> 
> 
> Review request for cloudstack, Murali Reddy and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3454
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Added isportable param to associateIP API. Fixed base class
> for PortableIP tio call portableip APIs.
> Removed test_createPortablePublicIPAcquire from basic zone run
> requires additional network creation handling which can be done
> in component tests.
> 
> 
> Diffs
> -
> 
>   test/integration/smoke/test_portable_publicip.py 9a3a398 
>   tools/marvin/marvin/integration/lib/base.py 0f6fdc5 
> 
> Diff: https://reviews.apache.org/r/12942/diff/
> 
> 
> Testing
> ---
> 
> Yes, but disassociating ip address fails. Maybe a product defect, yet to 
> investigate.
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>



Re: Review Request 12943: Replaced virsh() by python-libvirt functions

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12943/#review23844
---


Review 12943 PASSED the build test
The url of build cloudstack-master-with-patch #39 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/39/

- Jenkins Cloudstack.org


On July 25, 2013, 2:01 p.m., Rene Diepstraten wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12943/
> ---
> 
> (Updated July 25, 2013, 2:01 p.m.)
> 
> 
> Review request for cloudstack and Wido den Hollander.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> In scripts/vm/network/security_group.py, external calls to virsh are made.
> Python has a module python-libvirt which has native libvirt bindings.
> This patch replaces the external calls to the virsh command with functions 
> that use the native python implementation.
> 
> 
> Diffs
> -
> 
>   debian/control 46dd505 
>   packaging/centos63/cloud.spec 61e00bd 
>   scripts/vm/network/security_group.py 2ce558f 
> 
> Diff: https://reviews.apache.org/r/12943/diff/
> 
> 
> Testing
> ---
> 
> Tested the output of the new functions. This should be the same as the virsh 
> command.
> 
> 
> Thanks,
> 
> Rene Diepstraten
> 
>



Re: Review Request 12948: Affinity Groups: Adding new test cases

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12948/#review23856
---


Review 12948 PASSED the build test
The url of build cloudstack-master-with-patch #40 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/40/

- Jenkins Cloudstack.org


On July 25, 2013, 3:32 p.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12948/
> ---
> 
> (Updated July 25, 2013, 3:32 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Adding new test cases for affinity groups
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_affinity_groups.py 3f257c3 
> 
> Diff: https://reviews.apache.org/r/12948/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 12958: Automation test failure: can't attach volume to a stopped created VM. Fix the null pointer

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12958/#review23895
---


Review 12958 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #41 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/41/

- Jenkins Cloudstack.org


On July 25, 2013, 11:15 p.m., Fang Wang wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12958/
> ---
> 
> (Updated July 25, 2013, 11:15 p.m.)
> 
> 
> Review request for cloudstack and edison su.
> 
> 
> Bugs: CLOUDSTACK-3759
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> When the new VM is created and put in stopped state, the volume and pool is 
> not allocated. Hence the NPE. 
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/storage/VolumeManagerImpl.java d7d62b0 
> 
> Diff: https://reviews.apache.org/r/12958/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Fang Wang
> 
>



Re: Review Request 12905: Multiple VLAN range API need to accept a list rather than "add" or "remove" per command

2013-07-25 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12905/#review23911
---


Review 12905 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #42 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/42/

- Jenkins Cloudstack.org


On July 26, 2013, 4:17 a.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12905/
> ---
> 
> (Updated July 26, 2013, 4:17 a.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk and Sheng Yang.
> 
> 
> Bugs: Cloudstack-3753
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-3753
> Multiple VLAN range API need to accept a list rather than "add" or "remove" 
> per command
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/NetworkService.java 59ccdbf 
>   
> api/src/org/apache/cloudstack/api/command/admin/network/UpdatePhysicalNetworkCmd.java
>  333564e 
>   engine/schema/src/com/cloud/dc/dao/DataCenterVnetDao.java e2e6b79 
>   engine/schema/src/com/cloud/dc/dao/DataCenterVnetDaoImpl.java ced2982 
>   server/src/com/cloud/network/NetworkServiceImpl.java f1f71ca 
>   server/test/com/cloud/network/MockNetworkManagerImpl.java 4577d0a 
>   server/test/com/cloud/network/UpdatePhysicalNetworkTest.java e3fc36a 
>   server/test/com/cloud/vpc/MockNetworkManagerImpl.java fd61bc6 
> 
> Diff: https://reviews.apache.org/r/12905/diff/
> 
> 
> Testing
> ---
> 
> Tested on master.
> removed the removevlan parameter.
> vlan parameter can be used for both addition and removal of valns.
> instead of passing only a vlan range. user has to pass all the vlan ranges 
> that he wants to keep.
> the vlan ranges missing in the input and present in the db (not allocated) 
> will be removed.
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 12961: CLOUDSTACK-3723: System VM Template for XenServer has wrong guest OS type Information on the Database.

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12961/#review23916
---


Review 12961 PASSED the build test
The url of build cloudstack-master-with-patch #43 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/43/

- Jenkins Cloudstack.org


On July 26, 2013, 6:30 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12961/
> ---
> 
> (Updated July 26, 2013, 6:30 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3723
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3723: System VM Template for XenServer has wrong guest OS type 
> Information on the Database.
> 
> This commit also contains the guestOS addition of new CentOS releases
> supported by XenServer 6.2
> 
> 
> Diffs
> -
> 
>   setup/db/templates.sql 313a68d 
> 
> Diff: https://reviews.apache.org/r/12961/diff/
> 
> 
> Testing
> ---
> 
> Verified by setting up the CS environment and also user VM deploys 
> successfully.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12962: CLOUDSTACK-3594: Fix params of AffinityGroup.delete API

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12962/#review23919
---


Review 12962 PASSED the build test
The url of build cloudstack-master-with-patch #44 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/44/

- Jenkins Cloudstack.org


On July 26, 2013, 7:42 a.m., Girish Shilamkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12962/
> ---
> 
> (Updated July 26, 2013, 7:42 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3594
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3594: Fix params of AffinityGroup.delete API
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_affinity_groups.py 3f257c3 
> 
> Diff: https://reviews.apache.org/r/12962/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>



Re: Review Request 12963: Fix some simple typos in ConfigurationManager

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12963/#review23927
---


Review 12963 PASSED the build test
The url of build cloudstack-master-with-patch #45 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/45/

- Jenkins Cloudstack.org


On July 26, 2013, 9:07 a.m., Thomas O'Dowd wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12963/
> ---
> 
> (Updated July 26, 2013, 9:07 a.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Simple text only fixes to update some typos I noticed in log messages when 
> testing 4.2.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 6c32c55 
> 
> Diff: https://reviews.apache.org/r/12963/diff/
> 
> 
> Testing
> ---
> 
> Although this patch is against master, I cherry picked it locally to test 
> against 4.2 and did a clean compile. I was able to see the updated message 
> for "in stead" but I didn't check the other messages.
> 
> 
> Thanks,
> 
> Thomas O'Dowd
> 
>



Re: Review Request 12965: CLOUDSTACK-3780: G11N: JA: Garbled code display on Pod configuration & Host configuration pages during "Add zone".

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12965/#review23938
---


Review 12965 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #46 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/46/

- Jenkins Cloudstack.org


On July 26, 2013, 10:03 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12965/
> ---
> 
> (Updated July 26, 2013, 10:03 a.m.)
> 
> 
> Review request for cloudstack and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3780
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> G11N: JA: Garbled code display on Pod configuration & Host configuration 
> pages during "Add zone"
> 
> Repro Steps
> 1. Open the browser and login to Web Portal.
> 2. Navigate the ?Infrastructure? tab.
> 3. Click ?Zones->view all? button.
> 4. Click ?Add zone? button.
> 5. Check ?Basic?. then click ?Next? button.
> 6. Finish the configuration step by step.
> 7. Observe the all the UIs.
> 
> 
> Diffs
> -
> 
>   client/WEB-INF/classes/resources/messages_ja.properties dc44b0e 
> 
> Diff: https://reviews.apache.org/r/12965/diff/
> 
> 
> Testing
> ---
> 
> Tested the fix by following the steps in the description.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 11626: Automation: Memory limits tests from Resource Limits Tests

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11626/#review23945
---


Review 11626 PASSED the build test
The url of build cloudstack-master-with-patch #47 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/47/

- Jenkins Cloudstack.org


On July 26, 2013, 11:27 a.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11626/
> ---
> 
> (Updated July 26, 2013, 11:27 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Adding resource limit tests related to Memory. Changes suggested in CPU 
> resource limit tests which are applicable here are incorporated too.
> 
> Updated test plan is available here: 
> https://cwiki.apache.org/confluence/download/attachments/30757590/LimitResourcesTestPlanUpdate5.xlsx?version=1&modificationDate=1366952352000
> 
> 
> Diffs
> -
> 
>   test/integration/component/memory_limits/test_domain_limits.py PRE-CREATION 
>   test/integration/component/memory_limits/test_maximum_limits.py 
> PRE-CREATION 
>   test/integration/component/memory_limits/test_memory_limits.py PRE-CREATION 
>   test/integration/component/memory_limits/test_project_limits.py 
> PRE-CREATION 
>   tools/marvin/marvin/integration/lib/base.py 8d9a25d 
>   tools/marvin/marvin/integration/lib/common.py 4f5acef 
> 
> Diff: https://reviews.apache.org/r/11626/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 12967: Not enough cpu avialable in cluster according to new overcommit ratio but all stopped Vms can be started without any failure

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12967/#review23946
---


Review 12967 PASSED the build test
The url of build cloudstack-master-with-patch #48 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/48/

- Jenkins Cloudstack.org


On July 26, 2013, 11:59 a.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12967/
> ---
> 
> (Updated July 26, 2013, 11:59 a.m.)
> 
> 
> Review request for cloudstack, Kishan Kavala and Nitin Mehta.
> 
> 
> Bugs: Cloudstack-1695
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-1695
> Not enough cpu avialable in cluster according to new overcommit ratio but all 
> stopped Vms can be started without any failure(required cpu for stopped vm is 
> >> available cpu )
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/capacity/CapacityManagerImpl.java 05a47dd 
>   server/src/com/cloud/vm/VirtualMachineManagerImpl.java 1fb118f 
> 
> Diff: https://reviews.apache.org/r/12967/diff/
> 
> 
> Testing
> ---
> 
> Tested on old master.
> This happened because we were not recalculating the used and the reserved 
> capacities based on the new overcommit ratio. 
> 
> Now used and reserved capacities of all the hosts in a overcommited cluster 
> will be recalculated on overcommit change by the capacity checker. However 
> this will happen only when capacity checker runs meaning the change in 
> capacities due to updated overcommit values will not be instantaneous.
>   
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 12966: overcommited memory is not getting displayed at zone level and used % is based on actual memory

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12966/#review23947
---


Review 12966 PASSED the build test
The url of build cloudstack-master-with-patch #49 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/49/

- Jenkins Cloudstack.org


On July 26, 2013, 11:43 a.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12966/
> ---
> 
> (Updated July 26, 2013, 11:43 a.m.)
> 
> 
> Review request for cloudstack, Kishan Kavala and Nitin Mehta.
> 
> 
> Bugs: Cloudstack-1640
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-1640
> overcommited memory is not getting displayed at zone level and used % is 
> based on actual memory
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/capacity/CapacityManagerImpl.java 05a47dd 
>   server/src/com/cloud/vm/VirtualMachineManagerImpl.java 1fb118f 
> 
> Diff: https://reviews.apache.org/r/12966/diff/
> 
> 
> Testing
> ---
> 
> Tested on older master.
> deployed vms and checked the capacites displayed on the dashboard.
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 12968: CLOUDSTACK-3686: Registering a template does not generate a usage event.

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12968/#review23948
---


Review 12968 PASSED the build test
The url of build cloudstack-master-with-patch #50 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/50/

- Jenkins Cloudstack.org


On July 26, 2013, 12:42 p.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12968/
> ---
> 
> (Updated July 26, 2013, 12:42 p.m.)
> 
> 
> Review request for cloudstack and Min Chen.
> 
> 
> Bugs: 3686
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Registering a template does not generate a usage event.
> The process should generate a usage event when the template is 100% 
> downloaded.
> Added a new usage event that has virtual_size also as a parameter.
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/event/dao/UsageEventDao.java 01979e1 
>   engine/schema/src/com/cloud/event/dao/UsageEventDaoImpl.java cda02ef 
>   server/src/com/cloud/template/HypervisorTemplateAdapter.java 4b3cade 
> 
> Diff: https://reviews.apache.org/r/12968/diff/
> 
> 
> Testing
> ---
> 
> Now usage_event table is getting updated with the new usage_event.
> 
>  select * from usage_event where id = 23;
> ++-++-+-+-+---+-+-+--+---+---+--+
> | id | type| account_id | created | zone_id | 
> resource_id | resource_name | offering_id | template_id | size | 
> resource_type | processed | virtual_size |
> ++-++-+-+-+---+-+-+--+---+---+--+
> | 23 | TEMPLATE.CREATE |  2 | 2013-07-26 12:04:29 |   0 | 
> 215 | r8|NULL |NULL | 1628 | NULL  |  
>0 | 16777216 |
> ++-++-+-+-+---+-+-+--+---+---+--+
> 
> 
> Build passed.
> Patch applies cleanly.
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 12969: Complete LDAP user provisioning UI.

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12969/#review23949
---


Review 12969 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #51 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/51/

- Jenkins Cloudstack.org


On July 26, 2013, 1:52 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12969/
> ---
> 
> (Updated July 26, 2013, 1:52 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek, Pranav Saxena, and 
> Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Completes the task for adding LDAP user provisioning UI features. 
> 
> This inlcudes:
> Add accounts -> add account
> Table of user accounts within LDAP appears.
> Admin selects user and can add.
> An admin has the ability to select multiple users. 
> 
> This add screen will only appear when ldap is enabled.
> 
> 
> Diffs
> -
> 
>   plugins/user-authenticators/ldap/test/resources/cloudstack.org.ldif b20de81 
>   ui/css/cloudstack3.css 93658db 
>   ui/index.jsp 813dbcb 
>   ui/scripts/accounts.js e3e28e4 
>   ui/scripts/accountsWizard.js a350085 
>   ui/scripts/sharedFunctions.js 6c1b009 
>   ui/scripts/ui-custom/accountsWizard.js 4037788 
> 
> Diff: https://reviews.apache.org/r/12969/diff/
> 
> 
> Testing
> ---
> 
> All testing was done manually
> 
> Create a single account when ldap is enabled. 
> create multiple accounts when ldap is enabled.
> 
> create a single account when ldap is disabled.
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 12972: Update CitrixResourceBase to use new vmdata programming method

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12972/#review23958
---


Review 12972 PASSED the build test
The url of build cloudstack-master-with-patch #52 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/52/

- Jenkins Cloudstack.org


On July 26, 2013, 5:16 p.m., Marcus Sorensen wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12972/
> ---
> 
> (Updated July 26, 2013, 5:16 p.m.)
> 
> 
> Review request for cloudstack, Prasanna Santhanam and Sheng Yang.
> 
> 
> Bugs: CLOUDSTACK-3163
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Update CitrixResourceBase to use new vmdata programming method, removing 
> dozens of ssh/scp calls on router and vm startup. This will get rid of 
> vm_data.sh.
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
>  7f8bb3e 
> 
> Diff: https://reviews.apache.org/r/12972/diff/
> 
> 
> Testing
> ---
> 
> None, please test.
> 
> 
> Thanks,
> 
> Marcus Sorensen
> 
>



Re: Review Request 12976: Remove duplicate row from guest_os table

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12976/#review23964
---


Review 12976 PASSED the build test
The url of build cloudstack-master-with-patch #53 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/53/

- Jenkins Cloudstack.org


On July 26, 2013, 6:22 p.m., Amogh Vasekar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12976/
> ---
> 
> (Updated July 26, 2013, 6:22 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk and Venkata Siva Vijayendra 
> Bhamidipati.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3647
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Remove duplicate row (id=206) from table guest_os.
> Decided to remove instead of checking for duplicates on insertion since :
> 1. The new row is referenced by id=166 elsewhere in the DB
> 2. Old row with id=206 is not referenced in DB 
> 
> 
> Diffs
> -
> 
>   setup/db/db/schema-410to420.sql 82ca403 
> 
> Diff: https://reviews.apache.org/r/12976/diff/
> 
> 
> Testing
> ---
> 
> Local environment
> 
> 
> Thanks,
> 
> Amogh Vasekar
> 
>



Re: Review Request 12747: Fix configuration of Jetty-based execution so that CloudStack can execute scripts properly

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12747/#review23980
---


Review 12747 PASSED the build test
The url of build cloudstack-master-with-patch #54 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/54/

- Jenkins Cloudstack.org


On July 18, 2013, 9:34 p.m., Donal Lafferty wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12747/
> ---
> 
> (Updated July 18, 2013, 9:34 p.m.)
> 
> 
> Review request for cloudstack, Chip Childers, Devdeep Singh, and Hugo 
> Trippaers.
> 
> 
> Bugs: CLOUDSTACK-3650
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CloudStack scripts fail when running on Jetty because the executable flag is 
> not set on their permissions.
> 
> 
> Diffs
> -
> 
>   client/pom.xml 32ab94a3cc80d1136d962cad6493461f1d366e29 
> 
> Diff: https://reviews.apache.org/r/12747/diff/
> 
> 
> Testing
> ---
> 
> Deployed sample XenServer cloud, verified that error message no longer 
> appears.
> 
> Inspected file system as well.
> 
> 
> Thanks,
> 
> Donal Lafferty
> 
>



Re: Review Request 12660: Replaced multiple grep/awk/head commands by one awk

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12660/#review23982
---


Review 12660 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #55 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/55/

- Jenkins Cloudstack.org


On July 18, 2013, 3:57 p.m., Rene Diepstraten wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12660/
> ---
> 
> (Updated July 18, 2013, 3:57 p.m.)
> 
> 
> Review request for cloudstack and Wido den Hollander.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Replaced multiple grep/awk/head commands by one awk.
> 
> 
> Diffs
> -
> 
>   scripts/vm/network/security_group.py c1c87da 
> 
> Diff: https://reviews.apache.org/r/12660/diff/
> 
> 
> Testing
> ---
> 
> Tested output. Not able to test using cloudstack function execute() or real 
> ebtables output.
> 
> 
> Thanks,
> 
> Rene Diepstraten
> 
>



Re: Review Request 12658: Corrected typos in log messages

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12658/#review23983
---


Review 12658 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #56 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/56/

- Jenkins Cloudstack.org


On July 18, 2013, 4:07 p.m., Rene Diepstraten wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12658/
> ---
> 
> (Updated July 18, 2013, 4:07 p.m.)
> 
> 
> Review request for cloudstack and Wido den Hollander.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Corrected typos in log messages
> 
> 
> Diffs
> -
> 
>   scripts/vm/network/security_group.py 044747a 
> 
> Diff: https://reviews.apache.org/r/12658/diff/
> 
> 
> Testing
> ---
> 
> These are only log messages and should not change how the code works.
> 
> 
> Thanks,
> 
> Rene Diepstraten
> 
>



Re: Review Request 12985: CLOUDSTACK-3682: NPE in BridgeVifDriver causing systemvm startup failure in KVM

2013-07-26 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12985/#review24003
---


Review 12985 PASSED the build test
The url of build cloudstack-master-with-patch #57 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/57/

- Jenkins Cloudstack.org


On July 27, 2013, 12:25 a.m., Toshiaki Hatano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12985/
> ---
> 
> (Updated July 27, 2013, 12:25 a.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Chiradeep Vittal, Murali 
> Reddy, Hugo Trippaers, and Sheng Yang.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3682
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CloudStack-management suddenly start generating broadcastUri in 'vlan:' 
> style instead of 'vlan://' style.
> That cause issue in KVM-agent VifDrivers (both Bridge and OVS), since they 
> cannot purse different style Uri.
> 
> For the compatibility to older version, CloudStack-management should generate 
> 'vlan://' style BroadcastUri.
> 
> Change the URI creation way in 2 method below to make sure they generate 
> 'scheme://host' style BroadcastUri.
> - com.cloud.network.Networks.IsolationType.toUri(T)
> - com.cloud.network.Networks.BroadcastDomainType.toUri(T)
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/Networks.java c76c3d4 
>   
> plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/BridgeVifDriver.java
>  195cf40 
>   
> plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/OvsVifDriver.java
>  7038d7e 
>   server/src/com/cloud/network/guru/PublicNetworkGuru.java 8beb42e 
> 
> Diff: https://reviews.apache.org/r/12985/diff/
> 
> 
> Testing
> ---
> 
> Tested locally, advanced zone with a KVM hypervisor. 
> 
> 
> Thanks,
> 
> Toshiaki Hatano
> 
>



Re: Review Request 12993: CLOUDSTACK-3874: Adding method to cloud-early-config to allow updation of systemvms log rotation

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12993/#review24014
---


Review 12993 PASSED the build test
The url of build cloudstack-master-with-patch #58 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/58/

- Jenkins Cloudstack.org


On July 27, 2013, 8:55 a.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12993/
> ---
> 
> (Updated July 27, 2013, 8:55 a.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Bugs: 3874
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> log4j policies in systemvms must be updated to avoid getting full disk space 
> used. 
> cloud-early-config must replace log4j.xml with updated policies.
> 
> 
> Diffs
> -
> 
>   patches/systemvm/debian/config/etc/init.d/cloud-early-config 02af602 
> 
> Diff: https://reviews.apache.org/r/12993/diff/
> 
> 
> Testing
> ---
> 
> Build is successful.
> Patch applies cleanly.
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 12992: CLOUDSTACK-3544: Patch to support upgrade to Xenserver 6.2

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12992/#review24021
---


Review 12992 PASSED the build test
The url of build cloudstack-master-with-patch #59 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/59/

- Jenkins Cloudstack.org


On July 27, 2013, 8:48 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12992/
> ---
> 
> (Updated July 27, 2013, 8:48 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-3544
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3544: Patch to support upgrade to Xenserver 6.2
> 
> Added new guestOS in the schema-410to420 file supported by Xenserver 6.2
> 
> 
> Diffs
> -
> 
>   setup/db/db/schema-410to420.sql 8409c47 
> 
> Diff: https://reviews.apache.org/r/12992/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 12997: usage event is not generated for volume resize

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12997/#review24031
---


Review 12997 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #60 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/60/

- Jenkins Cloudstack.org


On July 27, 2013, 3:11 p.m., Rajesh Battala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12997/
> ---
> 
> (Updated July 27, 2013, 3:11 p.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh, Kishan Kavala, and Ram Ganesh.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> issue:
> 
> when resize volume is requested and action is successfuly usage event is not 
> recorded. Code is not present for recording the resize volume usage event.
> 
> fix:
> Added the code to record the usage event when the resize volume is requested.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/storage/VolumeManagerImpl.java a3802a9 
> 
> Diff: https://reviews.apache.org/r/12997/diff/
> 
> 
> Testing
> ---
> 
> Environment:
> kvm, with cluster scope storage pool.
> default centos instance.
> 
> 1. created a volume and tried to resize the volume.
> volume resize is successful
> 
> usage event is registered in usage_event table now.
> 
>   | 0 | NULL |
> | 27 | VOLUME.RESIZE   |  2 | 2013-07-27 14:54:51 |   1 | 
>  21 | TestVol  |   6 |
> NULL |  5368709120 | NULL   | 0 | NULL |
> ++-++-+-+-+--+-+-+-++---+--+
> 
> 
> Thanks,
> 
> Rajesh Battala
> 
>



Re: Review Request 12996: Unable to Resize Volume (kvm, vmware)

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12996/#review24034
---


Review 12996 PASSED the build test
The url of build cloudstack-master-with-patch #61 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/61/

- Jenkins Cloudstack.org


On July 27, 2013, 3:05 p.m., Rajesh Battala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12996/
> ---
> 
> (Updated July 27, 2013, 3:05 p.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh, edison su, Min Chen, and Ram 
> Ganesh.
> 
> 
> Bugs: 3877
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Issue:
> =
> this issue is with the way we extract the hypevisor type from the sql 
> 
> 
> mysql> SELECT s.hypervisor, c.hypervisor_type from volumes v, storage_pool s, 
> cluster c where v.pool_id = s.id and s.cluster_id = c.id and v.id = 21;
> ++-+
> | hypervisor | hypervisor_type |
> ++-+
> | NULL | KVM |
> ++-+
> 
> 
> first column value will be not null if the storage pool is Zone wide else it 
> will be NULL. 
> but in the code always first column is considering to figure out the 
> hypervisor type which causing the hpervisor type to be NONE and hence failing 
> to resize the volume
> 
> 
> this issue is happening while determining the hypervisor type for a volume. 
> for ZWPS, it will return the hypervisor because, in storage pool we store the 
> hypervisor type if the pool is added of scoe ZONE. 
> if the pool is of scope Cluster hypervisor type will be NULL
> 
> we support volume resize when the volume is present on ZONE scope and Cluster 
> scope. 
> they way of hypervisor type extraction from the sql query result should be 
> change which will resolve this blocker.
> 
> 
> Fix:
> =
> 
> depending on the scope type of storage pool, the sql result is passed to 
> determined the hypervisor type.
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/storage/dao/VolumeDaoImpl.java 7696bcc 
> 
> Diff: https://reviews.apache.org/r/12996/diff/
> 
> 
> Testing
> ---
> 
> 1. Able to resize the volume successfully
> 
> 
> Thanks,
> 
> Rajesh Battala
> 
>



Re: Review Request 13001: Automation: Adding test cases for CPU limits from Limit Resources.

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13001/#review24039
---


Review 13001 PASSED the build test
The url of build cloudstack-master-with-patch #62 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/62/

- Jenkins Cloudstack.org


On July 27, 2013, 7:49 p.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13001/
> ---
> 
> (Updated July 27, 2013, 7:49 p.m.)
> 
> 
> Review request for cloudstack, Girish Shilamkar and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Adding test cases for CPU limits from Limit Resources.
> Marvin changes have to be picked up from Memory Limits patch 
> (https://reviews.apache.org/r/11626/). Those are not included in this patch.
> 
> 
> Diffs
> -
> 
>   test/integration/component/cpu_limits/test_cpu_limits.py PRE-CREATION 
>   test/integration/component/cpu_limits/test_domain_limits.py PRE-CREATION 
>   test/integration/component/cpu_limits/test_maximum_limits.py PRE-CREATION 
>   test/integration/component/cpu_limits/test_project_limits.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/13001/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 13003: Adding packaging support for RHEL 5 and 6.2

2013-07-27 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13003/#review24047
---


Review 13003 PASSED the build test
The url of build cloudstack-master-with-patch #63 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/63/

- Jenkins Cloudstack.org


On July 28, 2013, 1:14 a.m., Rayees Namathponnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13003/
> ---
> 
> (Updated July 28, 2013, 1:14 a.m.)
> 
> 
> Review request for cloudstack, edison su, Frank Zhang, Hugo Trippaers, and 
> Wido den Hollander.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> There are hard coded values for python version in cloud.spec;  it need to be 
> generic to support RHEL 5, since RHEL 5  having Python 2.4 not 2.6
> 
> 
> Packaging.sh updated to support RHEL 6.2 and 5,  
> 
> RPM  build failing rhel6.2 and 5, since -D_topdir pointing to 
> /usr/src/redhat/SOURCES; fixed this also 
> 
> 
> Diffs
> -
> 
>   packaging/centos63/cloud.spec 61e00bd 
>   packaging/centos63/package.sh c466f58 
> 
> Diff: https://reviews.apache.org/r/13003/diff/
> 
> 
> Testing
> ---
> 
> Tested with RHEL 6.3 and RHEL 5.4
> 
> 
> Thanks,
> 
> Rayees Namathponnan
> 
>



Re: Review Request 13004: Bug:advance zone, create public Network with vlan id specified, but the portgroup is cloud.public.untagged.0.1-vSwitch0 not cloud.public.[vlanid].0.1-vSwitch0

2013-07-28 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13004/#review24059
---


Review 13004 PASSED the build test
The url of build cloudstack-master-with-patch #64 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/64/

- Jenkins Cloudstack.org


On July 28, 2013, 11:49 a.m., Jijun wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13004/
> ---
> 
> (Updated July 28, 2013, 11:49 a.m.)
> 
> 
> Review request for cloudstack, edison su and Wei Zhou.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3883
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
>  In lastest CS 4.2 code, I  create advance zone  with hypervisor vmware esxi,
> create public Network with vlan id 509 specified and  label vSwitch0, when cs 
> create systemvm(cpvm,ssvm),
> a new portgroup with  name  cloud.public.untagged.0.1-vSwitch0 was created, 
> not a portgroup cloud.public.509.0.1-vSwitch0 as expected. 
> in database table nics, the field broadcast_uri for new systemvm  is vlan:509 
>  , and should be vlan://509
> debug the code and found it is a syntax error in Networks.java for new 
> instance java.net.URI.
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/network/Networks.java c76c3d4 
> 
> Diff: https://reviews.apache.org/r/13004/diff/
> 
> 
> Testing
> ---
> 
> recreate the system vm or create a new advance zone , public network with vlan
> 
> 
> Thanks,
> 
> Jijun
> 
>



Re: Review Request 13008: Fix usage of vm.instancename.flag when generating VM names on ESX hypervisor

2013-07-28 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13008/#review24078
---


Review 13008 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #65 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/65/

- Jenkins Cloudstack.org


On July 29, 2013, 1:55 a.m., Venkata Siva Vijayendra Bhamidipati wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13008/
> ---
> 
> (Updated July 29, 2013, 1:55 a.m.)
> 
> 
> Review request for cloudstack, Alex Huang, Chip Childers, Kelven Yang, 
> Sateesh Chodapuneedi, and William Chan.
> 
> 
> Bugs: CLOUDSTACK-3886
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> The vminstancename flag has been incorrectly used to simply append the 
> displayname to the internal VM name that shows up on vCenter in vmware 
> deployments. It was intended to show the actual name supplied as hostname, on 
> the hypervisor. This helps admins and deployers to quickly identify VMs and 
> resolve issues related to those VMs. Its usage is very limited as it stands 
> now. This fix corrects it to ensure that the name of the VM on the hypervisor 
> matches the hostname if it is supplied, and if the vm.instancename.flag is 
> set to true.
> 
> 
> Diffs
> -
> 
>   
> engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java
>  96fb1d9 
>   plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java 
> d1392c4 
>   
> plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
>  e5c33cc 
>   
> plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
>  439163a 
>   
> plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
>  02e4e64 
>   server/src/com/cloud/ha/HighAvailabilityManagerImpl.java 25c5a04 
>   server/src/com/cloud/hypervisor/HypervisorGuruBase.java ec68529 
>   server/src/com/cloud/vm/UserVmManagerImpl.java 3831f88 
>   server/src/com/cloud/vm/VirtualMachineManagerImpl.java a3187ba 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/ClusterMO.java 04ef0f8 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/HostMO.java 2735fb0 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/HypervisorHostHelper.java 
> dd0f889 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java 
> e2dd789 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/VmwareHypervisorHost.java 
> ac14328 
> 
> Diff: https://reviews.apache.org/r/13008/diff/
> 
> 
> Testing
> ---
> 
> Post this change, all major VM operations, namely 
> creation/destruction/expunging/start/stop/reboot of the VM have been tested 
> and observed to work correctly. Part of this patch also puts in a fix for 
> VMSync operations where the CS mgmt server doesn't detect that a guest VM is 
> down, if the guest VM has been shut down/powered off in vCenter. Other 
> operations such as VM snapshot, volume snapshots of disks belonging to the 
> VM, volume migration across primaries, volume attach/detach have also been 
> tested and they are working as expected. This is a functional change, and 
> completely transparent to any of cloudstack's existing functionalities and 
> all the test cases that cover the above code paths and APIs - all existing 
> tests should and do pass - no new tests are necessary.
> 
> 
> Thanks,
> 
> Venkata Siva Vijayendra Bhamidipati
> 
>



Re: Review Request 13009: CLOUDSTACK-3744 - Accounts not cleaned up

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13009/#review24093
---


Review 13009 PASSED the build test
The url of build cloudstack-master-with-patch #66 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/66/

- Jenkins Cloudstack.org


On July 29, 2013, 4:12 a.m., Sowmya Krishnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13009/
> ---
> 
> (Updated July 29, 2013, 4:12 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3744
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Fix for CLOUDSTACK-3744. Order of cleanup of objects fixed.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_netscaler_nw_off.py 5fd2195 
> 
> Diff: https://reviews.apache.org/r/13009/diff/
> 
> 
> Testing
> ---
> 
> Tested locally. Script is now passing and cleanup of all accounts done.
> 
> 
> Thanks,
> 
> Sowmya Krishnan
> 
>



Re: Review Request 13010: rb-jenkins-integration test patch

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13010/#review24097
---


Review 13010 PASSED the build test
The url of build cloudstack-master-with-patch #67 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/67/

- Jenkins Cloudstack.org


On July 29, 2013, 6:34 a.m., Prasanna Santhanam wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13010/
> ---
> 
> (Updated July 29, 2013, 6:34 a.m.)
> 
> 
> Review request for cloudstack, Hugo Trippaers and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Test patch request for rb-jenkins integration. Do not merge
> 
> https://github.com/CloudStack-extras/reviewboard-tools/issues/2
> 
> 
> Diffs
> -
> 
>   INSTALL.md b0e1a761 
> 
> Diff: https://reviews.apache.org/r/13010/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Prasanna Santhanam
> 
>



Re: Review Request 13015: CLOUDSTACK-1961: Common issues found in English OS with EN-US standard Keyboard.

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13015/#review24130
---


Review 13015 PASSED the build test
The url of build cloudstack-master-with-patch #68 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/68/

- Jenkins Cloudstack.org


On July 29, 2013, 1:04 p.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13015/
> ---
> 
> (Updated July 29, 2013, 1:04 p.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh and Fang Wang.
> 
> 
> Bugs: CLOUDSTACK-1961
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-1961: Common issues found in English OS with EN-US standard 
> Keyboard.
> 
> 
> Diffs
> -
> 
>   services/console-proxy/server/js/ajaxviewer.js a6e1eda 
> 
> Diff: https://reviews.apache.org/r/13015/diff/
> 
> 
> Testing
> ---
> 
> Tested the fix on windows 7 guestOS and Xenserver hypervisor.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 13012: createipAlias.sh/deleteipAliash.sh should not be allowed with Isolated Guest Networks

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13012/#review24131
---


Review 13012 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #69 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/69/

- Jenkins Cloudstack.org


On July 29, 2013, 11:21 a.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13012/
> ---
> 
> (Updated July 29, 2013, 11:21 a.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Bugs: Cloudstack-2622
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-2622
> createipAlias.sh/deleteipAliash.sh should not be allowed with Isolated Guest 
> Networks
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java 
> 2a8a6e2 
> 
> Diff: https://reviews.apache.org/r/13012/diff/
> 
> 
> Testing
> ---
> 
> Tested with 4.2
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 13014: CLOUDSTACK-3841: Fixed TestDeleteSecurityGroup.test_01_delete_security_grp_running_vm

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13014/#review24132
---


Review 13014 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #70 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/70/

- Jenkins Cloudstack.org


On July 29, 2013, 12:39 p.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13014/
> ---
> 
> (Updated July 29, 2013, 12:39 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> The exception raised is valid behavior. It attempts to delete security group 
> without destroying vm in it, hence expecting exception in the operation.
> Added self.assertRaises for the security group delete operation. Works fin 
> now.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_security_groups.py 3c25e25 
> 
> Diff: https://reviews.apache.org/r/13014/diff/
> 
> 
> Testing
> ---
> 
> Tested on KVM basic setup.
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 13013: remove the duplicate entries of the data-server from the /etc/hosts

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13013/#review24134
---


Review 13013 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #71 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/71/

- Jenkins Cloudstack.org


On July 29, 2013, 12:17 p.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13013/
> ---
> 
> (Updated July 29, 2013, 12:17 p.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Bugs: Cloudstack-3882
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-3882
> remove the duplicate entries of the data-server from the /etc/hosts
> 
> 
> Diffs
> -
> 
>   patches/systemvm/debian/config/etc/init.d/cloud-early-config c0a7189 
> 
> Diff: https://reviews.apache.org/r/13013/diff/
> 
> 
> Testing
> ---
> 
> Tested on 4.2
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 13016: Fix for CLOUDSTACK-3848: Usage events for dynamic scaling of cpu/ram operation on VM

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13016/#review24137
---


Review 13016 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #72 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/72/

- Jenkins Cloudstack.org


On July 29, 2013, 1:46 p.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13016/
> ---
> 
> (Updated July 29, 2013, 1:46 p.m.)
> 
> 
> Review request for cloudstack and Kishan Kavala.
> 
> 
> Bugs: CLOUDSTACK-3848
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3848: Usage events for dynamic scaling of cpu/ram operation on VM
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/event/EventTypes.java 6f1eed6 
>   api/src/org/apache/cloudstack/api/command/user/vm/ScaleVMCmd.java 758d9c1 
>   server/src/com/cloud/vm/UserVmManagerImpl.java 0ec296e 
>   usage/src/com/cloud/usage/UsageManagerImpl.java 897ffbd 
> 
> Diff: https://reviews.apache.org/r/13016/diff/
> 
> 
> Testing
> ---
> 
> Tested locally
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 13022: Cloudstack-3910 Upgrade from 3.0.6 to 4.2 is failing with DB exceptions.

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13022/#review24151
---


Review 13022 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #73 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/73/

- Jenkins Cloudstack.org


On July 29, 2013, 5:14 p.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13022/
> ---
> 
> (Updated July 29, 2013, 5:14 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Kishan Kavala.
> 
> 
> Bugs: Cloustack-3910
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Cloudstack-3910 Upgrade from 3.0.6 to 4.2 is failing with DB exceptions.
> https://issues.apache.org/jira/browse/CLOUDSTACK-3910
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java e8ca579 
>   setup/db/db/schema-410to420.sql 7377cbd 
> 
> Diff: https://reviews.apache.org/r/13022/diff/
> 
> 
> Testing
> ---
> 
> Tested upgrade from 3.0.6 to 4.2
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 13020: CLOUDSTACK-3252 An instance deployed using explicit or implicit dedication doesn't generate a usage even

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13020/#review24152
---


Review 13020 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #74 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/74/

- Jenkins Cloudstack.org


On July 29, 2013, 3:58 p.m., Saksham Srivastava wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13020/
> ---
> 
> (Updated July 29, 2013, 3:58 p.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh and Kishan Kavala.
> 
> 
> Bugs: 3252
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> If an instance is deployed using explicit or implicit dedication, or neither 
> of them a usage event isn't generated. 
> Added 2 new usage_events : 
> EVENT_DEDICATED_VM_CREATE_IMPLICIT and EVENT_DEDICATED_VM_CREATE_EXPLICIT
> generated when VMs are deployed using corresponding dedications.
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/event/EventTypes.java 6f1eed6 
>   server/src/com/cloud/vm/UserVmManagerImpl.java 0ec296e 
> 
> Diff: https://reviews.apache.org/r/13020/diff/
> 
> 
> Testing
> ---
> 
> usage_events table has now entries for new types:
> select * from usage_event where type like "VM%CREATE%"
>id: 25
>  type: VM.CREATE.IMPLICIT
>account_id: 2
>   created: 2013-07-29 15:46:36
>   zone_id: 1
>   resource_id: 7
> resource_name: c85cbc76-36fb-4fdc-97d6-8179f670cc54
>   offering_id: 15
>   template_id: 5
>  size: NULL
> resource_type: XenServer
> processed: 0
>  virtual_size: NULL
> 
> 
> Build passed.
> Patch applies cleanly.
> 
> 
> Thanks,
> 
> Saksham Srivastava
> 
>



Re: Review Request 12912: Fix for packaging defect CLOUDSTACK-2133

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12912/#review24157
---


Review 12912 PASSED the build test
The url of build cloudstack-master-with-patch #75 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/75/

- Jenkins Cloudstack.org


On July 29, 2013, 6:19 p.m., Rayees Namathponnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12912/
> ---
> 
> (Updated July 29, 2013, 6:19 p.m.)
> 
> 
> Review request for cloudstack, Koushik Das, Hugo Trippaers, and Wido den 
> Hollander.
> 
> 
> Bugs: CLOUDSTACK-2133
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> The Cisco VNMC xml files are present under 
> plugins/network-elements/cisco-vnmc/scripts/network/cisco. All xml files 
> present there needs to be included in the build package.
> 
> 
> Diffs
> -
> 
>   packaging/centos63/cloud.spec 61e00bd 
> 
> Diff: https://reviews.apache.org/r/12912/diff/
> 
> 
> Testing
> ---
> 
> Tested 
> 
> 
> File Attachments
> 
> 
> updated with file permission from agent to common
>   
> https://reviews.apache.org/media/uploaded/files/2013/07/29/0001-follow-up-patch-for-CLOUDSTACK-2133_2.patch
> 
> 
> Thanks,
> 
> Rayees Namathponnan
> 
>



Re: Review Request 13025: Bugfix CLOUDSTACK-3915: Creating is mis-spelled in CreateFirewallRuleCmd

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13025/#review24160
---


Review 13025 PASSED the build test
The url of build cloudstack-master-with-patch #76 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/76/

- Jenkins Cloudstack.org


On July 29, 2013, 7:20 p.m., Jonathan Creasy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13025/
> ---
> 
> (Updated July 29, 2013, 7:20 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Bugs: CLOUDSTACK-3915
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Fixing a typo in the firewall creation rule script.
> 
> 
> Diffs
> -
> 
>   
> api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
>  ff8e283 
> 
> Diff: https://reviews.apache.org/r/13025/diff/
> 
> 
> Testing
> ---
> 
> Ran it, seems to work.
> 
> 
> Thanks,
> 
> Jonathan Creasy
> 
>



Re: Review Request 13047: VMSnapshot chainSize check

2013-07-29 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13047/#review24186
---


Review 13047 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #77 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/77/

- Jenkins Cloudstack.org


On July 30, 2013, 12:38 a.m., Amogh Vasekar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13047/
> ---
> 
> (Updated July 30, 2013, 12:38 a.m.)
> 
> 
> Review request for cloudstack and mice xia.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3591
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Add check to ensure chainSize adds memory size to ROOT volume only when 
> VMSnapshot Type is DiskAndMemory
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
>  10b6de9 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
>  fa7f2ec 
> 
> Diff: https://reviews.apache.org/r/13047/diff/
> 
> 
> Testing
> ---
> 
> Local environment
> 
> 
> Thanks,
> 
> Amogh Vasekar
> 
>



Re: Review Request 13055: Fix to select default vpc offering with internal lb

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13055/#review24214
---


Review 13055 PASSED the build test
The url of build cloudstack-master-with-patch #78 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/78/

- Jenkins Cloudstack.org


On July 30, 2013, 6:51 a.m., SrikanteswaraRao Talluri wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13055/
> ---
> 
> (Updated July 30, 2013, 6:51 a.m.)
> 
> 
> Review request for cloudstack, venkata swamy babu  budumuru and Prasanna 
> Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3923
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> When there are multiple VPC offerings, test is failing because list VPC 
> offering is listing multiple vpc offerings.
> 
> Test requires to select the default VPC offering which has lb service as 
> internal LB which has id=1.
> 
> fix is to select vpc offering with id=1
> 
> 
> Diffs
> -
> 
>   test/integration/smoke/test_internal_lb.py 0535d6a 
>   test/integration/smoke/test_network_acl.py 4b3c1f7 
> 
> Diff: https://reviews.apache.org/r/13055/diff/
> 
> 
> Testing
> ---
> 
> tested.
> 
> 
> Thanks,
> 
> SrikanteswaraRao Talluri
> 
>



Re: Review Request 13056: CLOUDSTACK-3168: Fix test_reboot_router.py to ssh using public IP

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13056/#review24218
---


Review 13056 PASSED the build test
The url of build cloudstack-master-with-patch #79 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/79/

- Jenkins Cloudstack.org


On July 30, 2013, 7:17 a.m., Girish Shilamkar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13056/
> ---
> 
> (Updated July 30, 2013, 7:17 a.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Bugs: CLOUDSTACK-3168
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> test_reboot_router.py was trying to ssh to vm using private IP
> and hence it failed with error "No route to host."
> Fixed the testcase to ssh using public IP.
> 
> 
> Diffs
> -
> 
>   test/integration/smoke/test_network.py dad5630 
> 
> Diff: https://reviews.apache.org/r/13056/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Girish Shilamkar
> 
>



Re: Review Request 13057: CLOUDSTACK-2909: patch to fix TAB in US keyboard.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13057/#review24219
---


Review 13057 PASSED the build test
The url of build cloudstack-master-with-patch #80 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/80/

- Jenkins Cloudstack.org


On July 30, 2013, 8:50 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13057/
> ---
> 
> (Updated July 30, 2013, 8:50 a.m.)
> 
> 
> Review request for cloudstack, Devdeep Singh and Fang Wang.
> 
> 
> Bugs: CLOUDSTACK-2909
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-2909: patch to fix TAB in US keyboard.
> 
> 
> Diffs
> -
> 
>   services/console-proxy/server/js/ajaxkeys.js 725c8c5 
> 
> Diff: https://reviews.apache.org/r/13057/diff/
> 
> 
> Testing
> ---
> 
> Verified the fix locally on Windows 7 as guestOS and Xenserver 6.2 as 
> hypervisor.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 13058: unable to update the concurrent_connections in networkoffering.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13058/#review24220
---


Review 13058 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #81 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/81/

- Jenkins Cloudstack.org


On July 30, 2013, 10:24 a.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13058/
> ---
> 
> (Updated July 30, 2013, 10:24 a.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Bugs: Cloudstack-2997
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/CLOUDSTACK-2997
> 
> cloud not update the concurrent_connections parameter of networkoffering 
> because of some dao dependency.
> 
> The update was not happening because of choosing a VO variable name having a 
> underscore.  
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/offerings/NetworkOfferingVO.java 406d98a 
>   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 3ec3514 
> 
> Diff: https://reviews.apache.org/r/13058/diff/
> 
> 
> Testing
> ---
> 
> Tested on 4.2
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 13060: Mid-term report for Dharmesh's update

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13060/#review24229
---


Review 13060 PASSED the build test
The url of build cloudstack-master-with-patch #82 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/82/

- Jenkins Cloudstack.org


On July 30, 2013, 11:42 a.m., Dharmesh Kakadia wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13060/
> ---
> 
> (Updated July 30, 2013, 11:42 a.m.)
> 
> 
> Review request for cloudstack and Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> GSoC updates from Dharmesh
> 
> 
> Diffs
> -
> 
>   docs/en-US/gsoc-midsummer-dharmesh.xml 69e417a 
> 
> Diff: https://reviews.apache.org/r/13060/diff/
> 
> 
> Testing
> ---
> 
> Built with publican
> 
> 
> Thanks,
> 
> Dharmesh Kakadia
> 
>



Re: Review Request 13062: Disable password change on UI when ldap is enabled

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13062/#review24231
---


Review 13062 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #83 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/83/

- Jenkins Cloudstack.org


On July 30, 2013, 1:41 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13062/
> ---
> 
> (Updated July 30, 2013, 1:41 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Sebastien Goasguen.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> General clean up 
> +
> Disable password change on UI when ldap is enabled
> 
> 
> Diffs
> -
> 
>   client/WEB-INF/classes/resources/messages.properties 3e775e0 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapCreateAccount.java
>  01aebce 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapListAllUsersCmd.java
>  98c9fcf 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapConfigurationVO.groovy
>  27f3dfc 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapConfigurationVOSpec.groovy
>  PRE-CREATION 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapCreateAccountCmdSpec.groovy
>  PRE-CREATION 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapDeleteConfigurationCmdSpec.groovy
>  f4d185b 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapListAllUsersCmdSpec.groovy
>  2756e92 
>   
> plugins/user-authenticators/ldap/test/groovy/org/apache/cloudstack/ldap/LdapUserSpec.groovy
>  cf2f9ec 
>   plugins/user-authenticators/ldap/test/resources/cloudstack.org.ldif f46a383 
>   ui/dictionary.jsp eec0264 
>   ui/scripts/accounts.js 43b242d 
>   ui/scripts/ui-custom/accountsWizard.js 7951553 
> 
> Diff: https://reviews.apache.org/r/13062/diff/
> 
> 
> Testing
> ---
> 
> Unit tests, ran + looked at.
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 13061: Unable to create the Internal LB vm.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13061/#review24233
---


Review 13061 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #84 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/84/

- Jenkins Cloudstack.org


On July 30, 2013, 1:07 p.m., Rajesh Battala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13061/
> ---
> 
> (Updated July 30, 2013, 1:07 p.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Devdeep Singh, and Ram 
> Ganesh.
> 
> 
> Bugs: 3924
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Issue:
> ==
> Unable to created internalLB Vm. this is due while determining maxconn value 
> from networkoffering.
> to find the networking offering, networkid is passed instead of 
> networkoffering id which is causing the issue.
> 
> fixed:
> =
> fixed the issue by passing the network offering id instead of network id.
> 
> 
> Diffs
> -
> 
>   
> plugins/network-elements/internal-loadbalancer/src/org/apache/cloudstack/network/lb/InternalLoadBalancerVMManagerImpl.java
>  76507e9 
> 
> Diff: https://reviews.apache.org/r/13061/diff/
> 
> 
> Testing
> ---
> 
> 1. was able to create the 'b' vm. internal LB VM.
> 
> 
> Thanks,
> 
> Rajesh Battala
> 
>



Re: Review Request 13063: Disables password changing from the API when LDAP is enabled.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13063/#review24241
---


Review 13063 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #85 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/85/

- Jenkins Cloudstack.org


On July 30, 2013, 3:20 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13063/
> ---
> 
> (Updated July 30, 2013, 3:20 p.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Disables password changing from the API when LDAP is enabled.
> 
> 
> Diffs
> -
> 
>   api/src/org/apache/cloudstack/api/LdapValidator.java PRE-CREATION 
>   
> api/src/org/apache/cloudstack/api/command/admin/account/UpdateAccountCmd.java 
> 60d1a97 
>   api/src/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java 
> 52ec2ab 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapManagerImpl.java
>  b6fb3e8 
> 
> Diff: https://reviews.apache.org/r/13063/diff/
> 
> 
> Testing
> ---
> 
> Compiled... unit tests passed.
> 
> Enabled LDAP... attempted to change password, failed as expected.
> Disabled LDAP... attempted to change password, success as expected.
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 10776: CLOUDSTACK-2191: Added the following to tests to qualify "Optional Public IP" changes happend in EIP enabled Zone

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10776/#review24252
---


Review 10776 PASSED the build test
The url of build cloudstack-master-with-patch #86 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/86/

- Jenkins Cloudstack.org


On July 30, 2013, 4:07 p.m., venkata swamy babu  budumuru wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/10776/
> ---
> 
> (Updated July 30, 2013, 4:07 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Bugs: CLOUDSTACK-2191
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-2191: Added the following to tests to qualify "Optional Public 
> IP" changes happend in EIP enabled Zone
> 1. Verify that the EIP zone is created with "AssociatePublicIp" 
> capability set to "false"
> 2. Verify that VM doesn't get public ip by default after 
> deployVirtualMachine
> 3. Eanble static NAT and verify EIP semantics
> 4. disable static NAT and verify EIP semantics
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_eip_optional_publicip.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/10776/diff/
> 
> 
> Testing
> ---
> 
> Encountered few bugs while doing pilot run of the suite hence, couldn't test 
> it completely.
> 
> Bugs encountered during the run are :
> 
> CLOUDSTACK-2193 https://issues.apache.org/jira/browse/CLOUDSTACK-2193
> CLOUDSTACK-2192 https://issues.apache.org/jira/browse/CLOUDSTACK-2192
> 
> 
> Thanks,
> 
> venkata swamy babu  budumuru
> 
>



Re: Review Request 13065: Add support for memberof filter i.e. groups within LDAP.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13065/#review24255
---


Review 13065 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #87 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/87/

- Jenkins Cloudstack.org


On July 30, 2013, 5:06 p.m., Ian Duffy wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13065/
> ---
> 
> (Updated July 30, 2013, 5:06 p.m.)
> 
> 
> Review request for cloudstack and Abhinandan Prateek.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Add support for memberof filter i.e. groups within LDAP.
> 
> 
> Diffs
> -
> 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapConfiguration.java
>  d0ae4d2 
>   
> plugins/user-authenticators/ldap/src/org/apache/cloudstack/ldap/LdapUserManager.java
>  f255752 
>   server/src/com/cloud/configuration/Config.java 1ec0576 
>   setup/db/db/schema-410to420.sql f4cd1b1 
> 
> Diff: https://reviews.apache.org/r/13065/diff/
> 
> 
> Testing
> ---
> 
> Tested against active directory, worked successfully.
> 
> If the value is left empty its not applied.
> 
> 
> Thanks,
> 
> Ian Duffy
> 
>



Re: Review Request 13072: Print agent host name in logging of agent commands

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13072/#review24262
---


Review 13072 PASSED the build test
The url of build cloudstack-master-with-patch #88 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/88/

- Jenkins Cloudstack.org


On July 30, 2013, 5:37 p.m., Marcus Sorensen wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13072/
> ---
> 
> (Updated July 30, 2013, 5:37 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Bugs: CLOUDSTACK-3872
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Print agent name when logging Commands sent to VM hosts. See bug description. 
>  I'm not super familiar with this code, so I'd like someone to look over it 
> and verify it's the right thing.
> 
> 
> Diffs
> -
> 
>   core/src/com/cloud/agent/transport/Request.java b0fa4cc 
>   server/src/com/cloud/agent/manager/AgentManagerImpl.java b157838 
> 
> Diff: https://reviews.apache.org/r/13072/diff/
> 
> 
> Testing
> ---
> 
> Tested on KVM zone, need help testing others.
> 
> 
> Thanks,
> 
> Marcus Sorensen
> 
>



Re: Review Request 13088: CLOUDSTACK-3959: [KVM] agent setup failed when physical interface name is in pXpY format

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13088/#review24303
---


Review 13088 PASSED the build test
The url of build cloudstack-master-with-patch #89 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/89/

- Jenkins Cloudstack.org


On July 30, 2013, 10:18 p.m., Toshiaki Hatano wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13088/
> ---
> 
> (Updated July 30, 2013, 10:18 p.m.)
> 
> 
> Review request for cloudstack, edison su and Wido den Hollander.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-3959
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CloudStack failed to add kvm host when 'pXpY' name format (udev named) 
> physical interface is a member of the bridge (kvm traffic label) on the host.
> 
> Root cause is in 
> com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.matchPifFileInDirectory(String).
> There're no handling code for 'pXpY' format interface, so I added that.
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
>  571bcc8 
> 
> Diff: https://reviews.apache.org/r/13088/diff/
> 
> 
> Testing
> ---
> 
> Tested locally, advanced zone with vlan isolation, kvm hypervisor (ubuntu 
> 13.04).
> 
> 
> Thanks,
> 
> Toshiaki Hatano
> 
>



Re: Review Request 13093: Put retry logic to check existence/non-existence of created/deleted files even though vSphere returns successful completion on wait for asynchronous task.

2013-07-30 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13093/#review24312
---


Review 13093 PASSED the build test
The url of build cloudstack-master-with-patch #90 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/90/

- Jenkins Cloudstack.org


On July 31, 2013, 12:41 a.m., Venkata Siva Vijayendra Bhamidipati wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13093/
> ---
> 
> (Updated July 31, 2013, 12:41 a.m.)
> 
> 
> Review request for cloudstack, Alena Prokharchyk, Chip Childers, Kelven Yang, 
> and Sateesh Chodapuneedi.
> 
> 
> Bugs: CLOUDSTACK-3568
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> When a large number of VMs are created in parallel in vmware deployments, 
> vSphere can slow down and return wrong results for its APIs. For example, the 
> mgmt server correctly waits on the results of asynchronous tasks like 
> deletion/moving of VM root volume files, but vSphere is returning success for 
> those APIs even when the underlying files aren't yet removed/created from/on 
> the actual storage. So we need to work around this using retry logic. This 
> fix puts that in when creating VMs.
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareStorageProcessor.java
>  112a0cb 
> 
> Diff: https://reviews.apache.org/r/13093/diff/
> 
> 
> Testing
> ---
> 
> The fix has been tested with parallel creation of ~15 VMs on vmware and the 
> described issues have not been seen. There seem to be some other exceptions 
> with some VMs, but they are not related to this code path.
> 
> 
> Thanks,
> 
> Venkata Siva Vijayendra Bhamidipati
> 
>



Re: Review Request 13102: CLOUDSTACK-3969: Upgrade failed from 3.0.3 to 4.2 in KVM host with error 4.2.0 KVM SystemVm template not found though systemvm-kvm-4.2 template is uploaded during 3.0.3 setup

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13102/#review24331
---


Review 13102 PASSED the build test
The url of build cloudstack-master-with-patch #91 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/91/

- Jenkins Cloudstack.org


On July 31, 2013, 7:15 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13102/
> ---
> 
> (Updated July 31, 2013, 7:15 a.m.)
> 
> 
> Review request for cloudstack and Kishan Kavala.
> 
> 
> Bugs: CLOUDSTACK-3969
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-3969: Upgrade failed from 3.0.3 to 4.2 in KVM host with error 
> 4.2.0 KVM SystemVm template not found though systemvm-kvm-4.2 template is 
> uploaded during 3.0.3 setup 
> 
> This is due to mysql version conflict with '=' and 'LIKE'.
> Changing to '=' while searching for new system template.
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java 13074cf 
> 
> Diff: https://reviews.apache.org/r/13102/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 13107: CLOUDSTACK-2717: Adding optional parameter accuntid to listCapabilities API

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13107/#review24344
---


Review 13107 PASSED the build test
The url of build cloudstack-master-with-patch #92 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/92/

- Jenkins Cloudstack.org


On July 31, 2013, 11:19 a.m., Harikrishna Patnala wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13107/
> ---
> 
> (Updated July 31, 2013, 11:19 a.m.)
> 
> 
> Review request for cloudstack and Nitin Mehta.
> 
> 
> Bugs: CLOUDSTACK-2717
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-2717: Adding optional parameter accuntid to listCapabilities API
> 
> This is to fix allow.public.user.templates configuration parameter to get the 
> value at account level.
> 
> 
> Diffs
> -
> 
>   server/src/com/cloud/server/ManagementServerImpl.java 26efa10 
> 
> Diff: https://reviews.apache.org/r/13107/diff/
> 
> 
> Testing
> ---
> 
> Tested locally by firing listcapabilities API call for Admin/user
> 
> 
> Thanks,
> 
> Harikrishna Patnala
> 
>



Re: Review Request 13109: CLOUDSTACK-3594: Fixes related to affinity groups

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13109/#review24346
---


Review 13109 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #93 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/93/

- Jenkins Cloudstack.org


On July 31, 2013, 12:13 p.m., Gaurav Aradhye wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13109/
> ---
> 
> (Updated July 31, 2013, 12:13 p.m.)
> 
> 
> Review request for cloudstack and Prasanna Santhanam.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Fixed test case issues mentioned in issue 
> https://issues.apache.org/jira/browse/CLOUDSTACK-3594
> 
> Radom-ized affinity group name to avoid cascading test case failures stating 
> "unable to create affinity group due to affinity group with the same name 
> exists".
> 
> Included following 2 test suites which were not run in last build because 
> there was no decorator for the test cases.
> 1. TestListAffinityGroups
> 2. TestUpdateVMAffinityGroups
> 
> One test case in TestUpdateVMAffinityGroups is skipped, it's failing right 
> now. Will be fixed shortly.
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_affinity_groups.py 3ecab6f 
>   tools/marvin/marvin/integration/lib/base.py b552aba 
> 
> Diff: https://reviews.apache.org/r/13109/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Gaurav Aradhye
> 
>



Re: Review Request 13112: upgrade to ASF 4.2 "cloud" Database Schema Inconsistencies on the Upgraded Setup - Table "volumes"

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13112/#review24349
---


Review 13112 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #94 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/94/

- Jenkins Cloudstack.org


On July 31, 2013, 2:53 p.m., bharat kumar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13112/
> ---
> 
> (Updated July 31, 2013, 2:53 p.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Nitin Mehta.
> 
> 
> Bugs: Cloudstack-3836
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> upgrade to ASF 4.2  "cloud" Database Schema Inconsistencies on the Upgraded 
> Setup - Table "volumes"
> https://issues.apache.org/jira/browse/CLOUDSTACK-3836
> 
> This extra column is because of the fix 
> Parent id of template incorrectly recorded as last ISO attached to VM.
> 
> when a template is created form the snapshot the sourcetemplateid is recorded 
> as the iso attached to the VM at thee time of creation. 
> 
> we fix this by adding a iso_id column to the volume table. when a template is 
> created from the snapshot we fetch the iso_id form the parent volume and set 
> it as the sourcetemplated id of the newly created template.
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/storage/VolumeVO.java 1445e99 
>   engine/schema/src/com/cloud/upgrade/dao/DbUpgradeUtils.java c37be3e 
>   engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java 13074cf 
>   server/src/com/cloud/storage/VolumeManager.java 2e44a3c 
>   server/src/com/cloud/storage/VolumeManagerImpl.java d8cbf11 
>   server/src/com/cloud/template/TemplateManagerImpl.java 8ccc567 
>   server/src/com/cloud/vm/VirtualMachineManagerImpl.java eedf4d2 
>   setup/db/db/schema-410to420.sql 9cdf837 
> 
> Diff: https://reviews.apache.org/r/13112/diff/
> 
> 
> Testing
> ---
> 
> Tested on 4.2.
> 
> 
> Thanks,
> 
> bharat kumar
> 
>



Re: Review Request 12192: set the field 'state' rather than the unread parameter 'state', if the parameter is null

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12192/#review24405
---


Review 12192 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #97 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/97/

- Jenkins Cloudstack.org


On June 29, 2013, 9:08 p.m., Dave Brosius wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12192/
> ---
> 
> (Updated June 29, 2013, 9:08 p.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> code checks the parameter 'state' and if null, set it to Allocated, even 
> though that parameter is never accessed. Meant to set the field 'state'.
> 
> 
> Diffs
> -
> 
>   engine/schema/src/com/cloud/network/dao/NetworkVO.java 6580ea0 
> 
> Diff: https://reviews.apache.org/r/12192/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Dave Brosius
> 
>



Re: Review Request 12185: Remove dependency on backport-util.concurrent, and just use built in classes

2013-07-31 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12185/#review24407
---


Review 12185 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #98 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/98/

- Jenkins Cloudstack.org


On June 29, 2013, 2:34 a.m., Dave Brosius wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12185/
> ---
> 
> (Updated June 29, 2013, 2:34 a.m.)
> 
> 
> Review request for cloudstack.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> code relies on classes in backport-util-concurrent, when these classes are 
> now available in the jdk supported by cloudstack.
> 
> Just switch the imports to the built in classes.
> 
> 
> Diffs
> -
> 
>   api/test/org/apache/cloudstack/api/command/test/AddClusterCmdTest.java 
> 90759fe 
>   api/test/org/apache/cloudstack/api/command/test/AddHostCmdTest.java 531f511 
>   engine/schema/src/com/cloud/keystore/KeystoreDaoImpl.java 0ea97c7 
>   
> engine/storage/src/org/apache/cloudstack/storage/datastore/DataStoreManagerImpl.java
>  b92f92f 
>   
> engine/storage/src/org/apache/cloudstack/storage/image/db/TemplateDataStoreDaoImpl.java
>  362f7a6 
>   
> plugins/hypervisors/baremetal/src/com/cloud/baremetal/networkservice/BareMetalResourceBase.java
>  d46048e 
>   
> plugins/network-elements/nicira-nvp/test/com/cloud/network/guru/NiciraNvpGuestNetworkGuruTest.java
>  0e4f8fd 
>   server/src/com/cloud/agent/manager/AgentManagerImpl.java b24a238 
>   server/src/com/cloud/configuration/ConfigurationManagerImpl.java 2089f82 
>   server/src/com/cloud/consoleproxy/ConsoleProxyBalanceAllocator.java 45f0faa 
>   server/src/com/cloud/network/security/SecurityGroupManagerImpl.java 1c189c4 
>   server/src/com/cloud/resourcelimit/ResourceLimitManagerImpl.java b5c060d 
>   server/src/com/cloud/server/ManagementServerImpl.java 40bc437 
>   tools/whisker/descriptor-for-packaging.xml 66099ae 
>   utils/src/com/cloud/utils/db/GenericDaoBase.java f0fc700 
>   utils/src/com/cloud/utils/storage/encoding/Decoder.java fe74a04 
>   utils/src/com/cloud/utils/xmlobject/XmlObject.java 67bb8ed 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/ClusterMO.java d112c34 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/DatacenterMO.java cabb60a 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/HostMO.java e7fd922 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/PerfManagerMO.java bb4fb56 
>   vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java 
> cf5ffde 
> 
> Diff: https://reviews.apache.org/r/12185/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Dave Brosius
> 
>



Re: Review Request 13189: CLOUDSTACK-4001: Unable to deploy Windows server 2012 64 bit VM on xenserver 6.2.

2013-08-01 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13189/#review24428
---


Review 13189 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #99 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/99/

- Jenkins Cloudstack.org


On Aug. 1, 2013, 7:54 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13189/
> ---
> 
> (Updated Aug. 1, 2013, 7:54 a.m.)
> 
> 
> Review request for cloudstack, Abhinandan Prateek and Devdeep Singh.
> 
> 
> Bugs: CLOUDSTACK-4001
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> CLOUDSTACK-4001: Unable to deploy Windows server 2012 64 bit VM on xenserver 
> 6.2
> 
> 
> Diffs
> -
> 
>   
> plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixHelper.java
>  0d93d83 
> 
> Diff: https://reviews.apache.org/r/13189/diff/
> 
> 
> Testing
> ---
> 
> Verified the fix by deploying the Windows server 2012(64 bit) VM on XenServer 
> 6.2 successfully on local cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 13190: CLOUDSTACK-4010: Change required in the UI to pass startdate/enddate parameter rather than olderthan parameter in the archive/delete alerts/events API.

2013-08-01 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13190/#review24434
---


Review 13190 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #100 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/100/

- Jenkins Cloudstack.org


On Aug. 1, 2013, 11:05 a.m., Sanjay Tripathi wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13190/
> ---
> 
> (Updated Aug. 1, 2013, 11:05 a.m.)
> 
> 
> Review request for cloudstack, Brian Federle and Jessica Wang.
> 
> 
> Bugs: CLOUDSTACK-4010
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
>  CLOUDSTACK-4010: Change required in the UI to pass startdate/enddate
>  parameter rather than olderthan parameter in the archive/delete 
> alerts/events API.
> 
> 
> Diffs
> -
> 
>   ui/scripts/events.js 873998e 
> 
> Diff: https://reviews.apache.org/r/13190/diff/
> 
> 
> Testing
> ---
> 
> Veirified the fix and functionality locally on cloudstack setup.
> 
> 
> Thanks,
> 
> Sanjay Tripathi
> 
>



Re: Review Request 11861: double slash fix for windows based nfs servers [CLOUDSTACK-2968]

2013-08-01 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11861/#review24436
---


Review 11861 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #101 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/101/

- Jenkins Cloudstack.org


On Aug. 1, 2013, 11:39 a.m., daan Hoogland wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11861/
> ---
> 
> (Updated Aug. 1, 2013, 11:39 a.m.)
> 
> 
> Review request for cloudstack and John Burwell.
> 
> 
> Bugs: CLOUDSTACK-2968
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> double slash breaks windows based nfs servers [CLOUDSTACK-2968]
> 
> 
> Diffs
> -
> 
>   api/src/com/cloud/storage/template/TemplateInfo.java 6559d73 
>   core/src/com/cloud/agent/api/storage/CreateEntityDownloadURLCommand.java 
> 98a957f 
>   core/src/com/cloud/agent/api/storage/DownloadAnswer.java bb7b8a9 
>   core/src/com/cloud/storage/template/TemplateLocation.java 58d023a 
>   engine/schema/src/com/cloud/storage/VMTemplateHostVO.java b8dfc41 
>   
> engine/storage/src/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java
>  a6880c3 
>   server/src/com/cloud/storage/download/DownloadListener.java 1d48803 
>   server/src/com/cloud/storage/download/DownloadMonitorImpl.java f72a563 
>   server/src/com/cloud/template/HypervisorTemplateAdapter.java 322f32e 
>   server/src/com/cloud/template/TemplateManagerImpl.java 517d4ba 
>   utils/src/com/cloud/utils/FileUtil.java 74f4088 
>   utils/test/com/cloud/utils/FileUtilTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/11861/diff/
> 
> 
> Testing
> ---
> 
> database analysis
> 
> 
> Thanks,
> 
> daan Hoogland
> 
>



Re: Review Request 13192: create private network test

2013-08-01 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13192/#review24443
---


Review 13192 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #102 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/102/

- Jenkins Cloudstack.org


On Aug. 1, 2013, 2:52 p.m., daan Hoogland wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13192/
> ---
> 
> (Updated Aug. 1, 2013, 2:52 p.m.)
> 
> 
> Review request for cloudstack, Koushik Das and Sheng Yang.
> 
> 
> Bugs: CLOUDSTACK-1532
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> This is a unit test I have been carrying in my work on CLOUDSTACK-1532. It 
> occurred to me it can be submitted separately.
> 
> 
> Diffs
> -
> 
>   server/test/com/cloud/network/CreatePrivateNetworkTest.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/13192/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> daan Hoogland
> 
>



Re: Review Request 13198: Fixing cleanup issues with test_vpn_users.py; test case need to teardown all resources incase any failure in setup

2013-08-01 Thread Jenkins Cloudstack.org

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13198/#review24488
---


Review 13198 failed the build test : FAILURE
The url of build cloudstack-master-with-patch #103 is : 
http://jenkins.cloudstack.org/job/cloudstack-master-with-patch/103/

- Jenkins Cloudstack.org


On Aug. 1, 2013, 10:49 p.m., Rayees Namathponnan wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13198/
> ---
> 
> (Updated Aug. 1, 2013, 10:49 p.m.)
> 
> 
> Review request for cloudstack, Prasanna Santhanam and Sheng Yang.
> 
> 
> Repository: cloudstack-git
> 
> 
> Description
> ---
> 
> Fixing cleanup issues with test_vpn_users.py; test case need to teardown all 
> resources incase any failure in setup
> 
> 
> Diffs
> -
> 
>   test/integration/component/test_vpn_users.py fe020d0 
> 
> Diff: https://reviews.apache.org/r/13198/diff/
> 
> 
> Testing
> ---
> 
> Tested 
> 
> 
> Thanks,
> 
> Rayees Namathponnan
> 
>



  1   2   >