Re: feature : changing volume properties dynamically in 4.5

2014-06-20 Thread Amit Das
Hi Mike, Is there any use case to have a more generic signature for updateStoragePool API ? e.g void updateStoragePool(StoragePool storagePool, MapE,V updateDetails); // not too sure of what should be E V as of now. To start with E V can be String types or Enums for better static checks.

Re: feature : changing volume properties dynamically in 4.5

2014-06-20 Thread Mike Tutkowski
Unfortunately, at the time being, the updateStoragePool API (from the public-facing API) only takes in bytes, IOPS, and storage tags...not details (createStoragePool takes in a lot more parameters...including details). So - for now at least - we're a little limited in what the new interface

Re: feature : changing volume properties dynamically in 4.5

2014-06-20 Thread Mike Tutkowski
We do - in some places in the code - use a hash map...like what you describe. I guess the trade off there would be that the values that contain our numbers would end up being high-level objects instead of numbers (because we don't really know what future values might be). I'm OK with either

Re: feature : changing volume properties dynamically in 4.5

2014-06-20 Thread Mike Tutkowski
In fact, we do use a hash-map approach for some KVM storage code, too. Let's do that here, as well. I'll make that change. Thanks On Friday, June 20, 2014, Mike Tutkowski mike.tutkow...@solidfire.com wrote: We do - in some places in the code - use a hash map...like what you describe. I

Re: building and testing 4.4.

2014-06-20 Thread Rohit Yadav
Hi Carlos, On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui car...@reategui.com wrote: Hi Rohit, Thanks for the info, but I was asking about the non-oss. Is that included in Wido's released versions? This is oss (I checked the 4.3 release debs, and could not find vmware jars and other

Re: feature : changing volume properties dynamically in 4.5

2014-06-20 Thread Mike Tutkowski
I'll define constants for the keys in PrimaryDataStoreLifeCycle. On Friday, June 20, 2014, Mike Tutkowski mike.tutkow...@solidfire.com wrote: In fact, we do use a hash-map approach for some KVM storage code, too. Let's do that here, as well. I'll make that change. Thanks On Friday, June

Review Request 22805: CLOUDSTACK-1466:Adding automation tests for Secondary Storage Limits

2014-06-20 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22805/ --- Review request for cloudstack and Girish Shilamkar. Bugs: CLOUDSTACK-1466

[GitHub] cloudstack-docs-install pull request: fix sudo command to create d...

2014-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack-docs-install/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cloudstack-docs-install pull request: fix sudo command to create d...

2014-06-20 Thread runseb
Github user runseb commented on the pull request: https://github.com/apache/cloudstack-docs-install/pull/16#issuecomment-46652904 thanks for the patch, I am applying it now, Keep it coming :) --- If your project is set up for it, you can reply to this email and have your reply

Re: Is VM snapshot supported in KVM ?

2014-06-20 Thread Prasanna Santhanam
On Fri, Jun 20, 2014 at 04:46:53AM +, Rayees Namathponnan wrote: Hi All, Is VM snapshot supported in KVM, below doc says its supported in KVM, https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots But if I try to take vm snapshot from UI, I am getting message VM

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
Adding Min, @Min, it looks like you wrote: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Migration+of+NFS+Secondary+Storage+to+Object+Store Can you confirm that this api (updateCloudToObjectStore) can be tested using the simulator and an external S3 store ? Should this work on basic

Re: [jira] [Commented] (CLOUDSTACK-6444) [Automation] test_01_primary_storage_iscsi failed on test_primary_storage.py - Wrong iscsi path format - it should be /targetIQN/LUN

2014-06-20 Thread Daan Hoogland
Can you ellaborate on why you think it is related to 0ff943337c20e02fd39597a0977cff531a73ecae? thanks On Fri, Jun 20, 2014 at 8:37 AM, Damodar Reddy T (JIRA) j...@apache.org wrote: [

API for querying statistics/usage of loadbalancer rule

2014-06-20 Thread Vijay Venkatachalam
Is there a user API in cloudstack to get statistics/usage of a loadbalancer rule? Thanks, Vijay V.

Re: S3 use with simulator

2014-06-20 Thread Rohit Yadav
On Thu, Jun 19, 2014 at 5:07 PM, Sebastien Goasguen run...@gmail.com wrote: Hi, I am using the simulator and started a basic zone. I have an S3 object store locally (riakCS), and I am trying to add it to the infra using the 'cloudtouseobjectstore' api with cloudmonkey. I tried with:

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread upendra moturi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/ --- (Updated June 20, 2014, 10:02 a.m.) Review request for cloudstack and daan

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
On Jun 20, 2014, at 5:59 AM, Rohit Yadav bhais...@apache.org wrote: On Thu, Jun 19, 2014 at 5:07 PM, Sebastien Goasguen run...@gmail.com wrote: Hi, I am using the simulator and started a basic zone. I have an S3 object store locally (riakCS), and I am trying to add it to the infra

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46261 --- looks good, changes in 'tests' stuff needs to be tested - Rohit

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread daan Hoogland
On June 20, 2014, 10:04 a.m., Rohit Yadav wrote: looks good, changes in 'tests' stuff needs to be tested please explain Rohit, Upendra didn't upload any changes to tests. - daan --- This is an automatically generated e-mail. To

Re: S3 use with simulator

2014-06-20 Thread Rohit Yadav
On Fri, Jun 20, 2014 at 3:33 PM, Sebastien Goasguen run...@gmail.com wrote: Thanks Rohit, looks like cloudmonkey is doing its job: 2014-06-20 06:00:45,030 - requester.py:41 - [DEBUG] START Request 2014-06-20 06:00:45,032 - requester.py:41 - [DEBUG] Requesting

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/ --- (Updated June 20, 2014, 10:21 a.m.) Review request for cloudstack, Devdeep

Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22807/ --- Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh

RE: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Anshul Gangwar
I have submitted the patch for this https://reviews.apache.org/r/22807/. Can somebody have a look into the patch? -Original Message- From: Anshul Gangwar [mailto:anshul.gang...@citrix.com] Sent: Friday, June 20, 2014 3:32 PM To: dev@cloudstack.apache.org Subject: RE:

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46264 --- Ship it! 918c320438980f070150f872e3a3ba907572af83 in master -

Re: Review Request 22727: CLOUDSTACK-6847 . Link.java and ConsoleProxySecureServerFactoryImpl.java have hardcoded value

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22727/#review46263 --- Commit 918c320438980f070150f872e3a3ba907572af83 in cloudstack's

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46265 --- Commit 64153a43711420224655bfbe248b4b87474a1f23 in cloudstack's

RE: S3 use with simulator

2014-06-20 Thread Koushik Das
As per the code the following are the supported image store provider types // constants for provider names static final String NFS_IMAGE = NFS; static final String S3_IMAGE = S3; static final String SWIFT_IMAGE = Swift; static final String SAMPLE_IMAGE = Sample; static

Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/ --- Review request for cloudstack, Devdeep Singh, Rajesh Battala, and Sateesh

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46266 --- Commit 450d89094285f2363302dccc7e805466b61af9e9 in cloudstack's

Re: Review Request 22256: CLOUDSTACK-6830 :[hyper-v] fixed vm migration failing between different clusters if volumes are on zone wide primary store

2014-06-20 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22256/#review46267 --- Ship it! Ship It! - Devdeep Singh On June 20, 2014, 10:21 a.m.,

Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/ --- Review request for cloudstack. Bugs: cloudstack-6968

Re: Review Request 22807: CLOUDSTACK-6965: Fix for CLOUDSTACK-6935 introduces the NullPointerException in ZoneWideStorageAllocator filter method

2014-06-20 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22807/#review46268 ---

Re: Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/ --- (Updated June 20, 2014, 11:29 a.m.) Review request for cloudstack. Bugs:

Re: Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/#review46269 --- Commit ed47763e2525a21fa4578d199492462d0fb1c7ef in cloudstack's

Re: API for querying statistics/usage of loadbalancer rule

2014-06-20 Thread Rajani Karuturi
listUsageRecords api with type Load Balancer Usage http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUsageRecords.html http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listUsageTypes.html ~Rajani On 20-Jun-2014, at 3:09 pm, Vijay Venkatachalam

Re: Review Request 22808: CLOUDSTACK-6968: Allow Cluster scope volumes to attach to any VM

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22808/#review46270 --- Commit e7ba46b5f7da21c4fc13dc3284aa802d177045f2 in cloudstack's

Re: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Mike Tutkowski
Yes, looks good. Thanks for fixing this! On Friday, June 20, 2014, Anshul Gangwar anshul.gang...@citrix.com wrote: I have submitted the patch for this https://reviews.apache.org/r/22807/. Can somebody have a look into the patch? -Original Message- From: Anshul Gangwar

Review Request 22814: The OVM3 module itself

2014-06-20 Thread Funs Kessen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22814/ --- Review request for cloudstack. Repository: cloudstack-git Description

Re: Review Request 22814: The OVM3 module itself

2014-06-20 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22814/#review46271 --- Ship it! committed to ovmsupport

Re: Review Request 22809: Initial OVM3 patch.

2014-06-20 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22809/#review46272 --- Ship it! committed with ed47763e2525a21fa4578d199492462d0fb1c7ef

Volume Instance IDs

2014-06-20 Thread Matt Spurlin
I have been poking around at the code for deploying VMs and noticed that it appears volumes need an instance ID in order to be chosen as a suitable volume for the VM. When I create a volume through the API it does not have an instance ID. How do volumes get this instance ID? Thanks, Matt

[ACS44] CLOUDSTACK-6460

2014-06-20 Thread Simon Weller
Daan, Could you please tag CLOUDSTACK-6460 as affecting ACS 4.3 and 4.4? Just tested it, and it's still broken as per the detailed issue notes. Thanks, - Si

Shrink data volume support

2014-06-20 Thread Girish Shilamkar
The specifications at [1] show that data volume shrink is only supported on KVM and that too for QCOW2 disk types. However, I see the option to shrink on VMware too. Can anybody point me to the matrix which specifies grow/shrink support per hypervisor type? Currently I am seeing unexpected

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
I switch to provider=S3 but I get: 530: Failed to add data store: DataCenter id is null, and simulator image store has to be associated with a data center On Jun 20, 2014, at 7:07 AM, Koushik Das koushik@citrix.com wrote: As per the code the following are the supported image store

Re: Review Request 20099: Domain-Account-User Sync Up Among Multiple Regions (Core Changes)

2014-06-20 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20099/ --- (Updated June 20, 2014, 3:06 p.m.) Review request for cloudstack. Changes

Re: Review Request 22805: CLOUDSTACK-1466:Adding automation tests for Secondary Storage Limits

2014-06-20 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22805/ --- (Updated June 20, 2014, 3:10 p.m.) Review request for cloudstack and Girish

Re: Review Request 22627: CLOUDSTACK-6906: Fixed volume resize BVT failure

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22627/#review46278 --- Commit 5638c493ff71766b8ccb74af08aa70c323e87032 in cloudstack's

Re: Review Request 22627: CLOUDSTACK-6906: Fixed volume resize BVT failure

2014-06-20 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22627/#review46279 --- Commit ba270efd4b842480482953ec2c4f7641e8ad04ca in cloudstack's

Re: Review Request 17790: Domain-Account-User Sync Up Among Multiple Regions (New Plugin)

2014-06-20 Thread Alex Ough
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17790/ --- (Updated June 20, 2014, 3:49 p.m.) Review request for cloudstack. Changes

Re: building and testing 4.4.

2014-06-20 Thread Carlos Reátegui
Hi Rohit, On Jun 19, 2014, at 11:30 PM, Rohit Yadav bhais...@apache.org wrote: Hi Carlos, On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui car...@reategui.com wrote: Hi Rohit, Thanks for the info, but I was asking about the non-oss. Is that included in Wido's released versions?

Re: S3 use with simulator

2014-06-20 Thread Min Chen
Hi Sebastien, I am curious why you are using updateCloudToUseObjectStore api to add S3 as a secondary store in your data center? To set up a data center using S3, you need to use addImageStore api. Thanks -min On 6/20/14 7:47 AM, Sebastien Goasguen run...@gmail.com

Re: ZoneWideStoragePoolAllocator#filter seems weird for me

2014-06-20 Thread Mike Tutkowski
Not checked in yet, but here's the way that interface looks in my sandbox now: public interface PrimaryDataStoreLifeCycle extends DataStoreLifeCycle { public static final String CAPACITY_BYTES = capacityBytes; public static final String CAPACITY_IOPS = capacityIops; void

Re: ID instead of name in deployVirtualMachine

2014-06-20 Thread Min Chen
That seems a convention in all of our APIs. For APIs with support sort of on-behalf-of semantics, currently we are always using (account, domainId) parameter pair, where account requires accountName. You can see similar patterns in list APIs. Of course, we can change this, but may need to be in

Re: Volume Instance IDs

2014-06-20 Thread Mike Tutkowski
When you create a volume in the GUI, as well, it will not have an instance ID. Once you attach the volume to a VM, this is when the volume gets an instance ID (the association between the volume and the VM that owns it at the time being). Now, I'm not sure I understand what one would do if one

Review Request 22820: Fix: CLOUDSTACK-6938 - Cannot create template from snapshot when using S3 secondary storage

2014-06-20 Thread Logan B
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22820/ --- Review request for cloudstack. Repository: cloudstack-git Description

Re: Volume Instance IDs

2014-06-20 Thread Mike Tutkowski
When you deploy a VM, a root disk will be created for it automatically. I imagine the instance ID of this root volume will be that of the VM. On Fri, Jun 20, 2014 at 11:36 AM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: When you create a volume in the GUI, as well, it will not have an

[ACS44] Cherry-pick for CLOUDSTACK-6970

2014-06-20 Thread Kelven Yang
Daan, Please cherry-pick following from 4.4-forward to 4.4 commit 06d8d3a03f7a4efc41c45d9f67fd5b7586a78454 Author: Kelven Yang kelv...@gmail.com Date: Thu May 29 09:35:03 2014 -0700 CLOUDSTACK-6970: Protect event interpretion from causing NPE exception Thanks Kelven

Re: S3 use with simulator

2014-06-20 Thread Sebastien Goasguen
I already have an Nsf secondary storage. I understood that i could not add a second secondary storage that is s3 based, and that the only way was to use the updatecloud Api -Sebastien On 20 Jun 2014, at 18:49, Min Chen min.c...@citrix.com wrote: Hi Sebastien, I am curious why you

Re: Review Request 22814: The OVM3 module itself

2014-06-20 Thread Ian Duffy
Is there any initial setup to be done on OVM Server or is it as simple as selecting OVM on cloudstack with the username / password? On 20 June 2014 14:30, Sebastien Goasguen run...@gmail.com wrote: --- This is an automatically generated

Re: building and testing 4.4.

2014-06-20 Thread Rohit Yadav
On Fri, Jun 20, 2014 at 10:15 PM, Carlos Reátegui create...@gmail.com wrote: Hi Rohit, On Jun 19, 2014, at 11:30 PM, Rohit Yadav bhais...@apache.org wrote: Hi Carlos, On Fri, Jun 20, 2014 at 4:17 AM, Carlos Reategui car...@reategui.com wrote: Hi Rohit, Thanks for the info, but I

Review Request 22830: Fixed resource leaks, invalid value comparisons, null dereferences, invalid result set loop

2014-06-20 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22830/ --- Review request for cloudstack, Abhinandan Prateek and daan Hoogland. Bugs:

Re: building and testing 4.4.

2014-06-20 Thread Carlos Reátegui
On Jun 20, 2014, at 12:13 PM, Rohit Yadav bhais...@apache.org wrote: On Fri, Jun 20, 2014 at 10:15 PM, Carlos Reátegui create...@gmail.com wrote: Hi Rohit, On Jun 19, 2014, at 11:30 PM, Rohit Yadav bhais...@apache.org wrote: Hi Carlos, On Fri, Jun 20, 2014 at 4:17 AM, Carlos

Re: [ACS44] Cherry-pick for CLOUDSTACK-6970

2014-06-20 Thread Daan Hoogland
On Fri, Jun 20, 2014 at 7:49 PM, Kelven Yang kelven.y...@citrix.com wrote: 06d8d3a03f7a4efc41c45d9f67fd5b7586a78454 is in -- Daan

Re: Review Request 22820: Fix: CLOUDSTACK-6938 - Cannot create template from snapshot when using S3 secondary storage

2014-06-20 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22820/#review46317 --- Ship it! 736bf540e8ef759a101d221622c64f3b3c3ed425 on master -

RE: Is VM snapshot supported in KVM ?

2014-06-20 Thread Angeline Shen
Rayees: Please ensure in MS Global setting kvm.snapshot.enabled=true It defaults to false currently. Thanks -Original Message- From: Rayees Namathponnan [mailto:rayees.namathpon...@citrix.com] Sent: Thursday, June 19, 2014 9:47 PM To: dev@cloudstack.apache.org Subject:

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Chandan Purushothama
On June 19, 2014, 8:59 a.m., Santhosh Edukulla wrote: test/integration/component/test_multipleremotevpn_vpc.py, line 144 https://reviews.apache.org/r/22695/diff/4/?file=611813#file611813line144 We are restarting management server, if it is kept as part of component, then other

Re: Review Request 22692: Test Suite for Testing Remote Access VPN on VPC

2014-06-20 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22692/#review46326 --- test/integration/component/test_remotevpn_vpc.py

Re: Is VM snapshot supported in KVM ?

2014-06-20 Thread Yoshikazu Nojima
In my understanding, the setting you mentioned is applied for KVM's volume snapshot. Even if it is enabled, VM snapshot is not enabled for KVM deployment. Regards, Noji 2014-06-20 15:14 GMT-06:00 Angeline Shen angeline.s...@citrix.com: Rayees: Please ensure in MS Global setting

Re: S3 use with simulator

2014-06-20 Thread Min Chen
Got it. The error seems from simulator, maybe Koushik has better idea on that. I didn't use that on simulator env though. Thanks -min On 6/20/14 11:05 AM, Sebastien Goasguen run...@gmail.com wrote: I already have an Nsf secondary storage. I understood that i could not add a second secondary

RE: Is VM snapshot supported in KVM ?

2014-06-20 Thread Rayees Namathponnan
Thanks Prasanna, For UI its not supported, I think code not yet merged. Mice do you have any update on this ? Last update was on Nov/4/13 - we are waiting for new libvirt version to merge this changes, still this is the same ? Regards, Rayees -Original Message- From: Prasanna

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Chandan Purushothama
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22695/ --- (Updated June 21, 2014, 12:20 a.m.) Review request for cloudstack, Girish

Re: Review Request 22709: This test suite contains test cases relating to access checks for createNetwork(), deploying VM in an isolated network and restartNetwork() for Admin, domain admin and regula

2014-06-20 Thread sangeetha hariharan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22709/ --- (Updated June 21, 2014, 2:22 a.m.) Review request for cloudstack, Min Chen,

Build failed in Jenkins: cloudstack-4.4-maven-build #359

2014-06-20 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/359/ -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on cloudstack-buildslave-centos6-234 (cloudstack-buildslave-centos6) in workspace

Jenkins build is back to normal : cloudstack-4.4-maven-build #360

2014-06-20 Thread jenkins
See http://jenkins.buildacloud.org/job/cloudstack-4.4-maven-build/360/changes

Re: Review Request 22695: Stress Test to test multiple Remote Access VPN Connections to VPC

2014-06-20 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22695/#review46357 --- Ship it! Ship It! - Santhosh Edukulla On June 21, 2014, 12:20