Re: Review Request 13806: CLOUDSTACK-4407: Use extractTemplate API to get hypervisor specific template information

2013-10-16 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13806/#review27059 --- Ship it! Ship It! - SrikanteswaraRao Talluri On Oct. 15, 2013,

Re: Http connection failure in marvin

2013-10-16 Thread Girish Shilamkar
Lets track this issue here https://issues.apache.org/jira/browse/CLOUDSTACK-4846 Regards, Girish On 16-Oct-2013, at 11:30 AM, Prasanna Santhanam t...@apache.org wrote: httplib is used indirectly through requests. I'd try reproduce this by throttling 1000s of requests through a single mgmt

Jenkins build slaves

2013-10-16 Thread Hugo Trippaers
Hey Prasanna, I've made a few changes to jclouds and jclouds-jenkins over the past few days. Yesterday i upgraded the plugin version on jenkins.bacd.org with my custom version. For now it seems to behave a lot better and the buildslaves appear to be created as they should be. So we can finally

Re: Review Request 14593: CLOUDSTACK-1833: Automation - Adding scale virtual machine test cases

2013-10-16 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14593/ --- (Updated Oct. 16, 2013, 1:24 p.m.) Review request for cloudstack, Nitin Mehta

RE: Review Request 14593: CLOUDSTACK-1833: Automation - Adding scale virtual machine test cases

2013-10-16 Thread Santhosh Edukulla
If ddt library is required for running tests, please add this dependency to marvin setup.py install_requires list with relevant version requirement information. This will be easier to get the required packages. Santhosh From: Gaurav Aradhye

Re: Review Request 14593: CLOUDSTACK-1833: Automation - Adding scale virtual machine test cases

2013-10-16 Thread Srikanteswararao Talluri
+1 ~Talluri On 16/10/13 2:29 PM, Santhosh Edukulla santhosh.eduku...@citrix.com wrote: If ddt library is required for running tests, please add this dependency to marvin setup.py install_requires list with relevant version requirement information. This will be easier to get the required

Re: Review Request 14593: CLOUDSTACK-1833: Automation - Adding scale virtual machine test cases

2013-10-16 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14593/#review27060 --- tools/marvin/marvin/integration/lib/common.py

Re: Review Request 14593: CLOUDSTACK-1833: Automation - Adding scale virtual machine test cases

2013-10-16 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14593/#review27061 --- test/integration/component/test_scale_vm.py

RE: Http connection failure in marvin

2013-10-16 Thread Santhosh Edukulla
Girish, Thanks for the bug. Few notes below. 1/ Can you please add the server GET\POST calls with params received at the server information to the bug? This will help to know for which GET/POST call this issue has appeared? 2/ Under tools/marvin/marvin/cloudstackConnection.py, there is a

Http connection failure in marvin

2013-10-16 Thread Girish Shilamkar
Hello, Sometimes while running automation testcases tests just fail with following error: ConnectionError: HTTPConnectionPool(host='10.147.59.65', port=8080): Max retries exceeded with url: /client/api?

RE: Wiki access

2013-10-16 Thread Radhika Puthiyetath
Hi, I do not have the edit permissions. My username is radhikap. Kindly provide me with the necessary permissions. Thanks -Radhika -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Friday, October 04, 2013 3:26 PM To: dev Subject: Re: Wiki access anshulg

Re: Wiki access

2013-10-16 Thread Daan Hoogland
On Wed, Oct 16, 2013 at 11:51 AM, Radhika Puthiyetath radhika.puthiyet...@citrix.com wrote: radhikap is added

RE: Incomplete API docs?

2013-10-16 Thread Radhika Puthiyetath
Hi All, Our API documentation requires a serious refurbishment. How about creating a doc sprint for enhancing API documentation ? I am in the process of setting up a Wiki page at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Documentation+Sprint+for+Enhancing+API+Documentation to

Re: Scaling up cpu and memory of user vm above host capacity

2013-10-16 Thread Gaurav Aradhye
Hi Nitin, I am able to scale a virtual machine (using scaleVirtualMachine API) to use 5 CPU cores where as the host has only 4 physical CPU cores. According to David, this should not be the case. I can also reboot this instance. But I can't create a new instance with this scaled up service

Re: Scaling up cpu and memory of user vm above host capacity

2013-10-16 Thread Harikrishna Patnala
Yes Gaurav, please file a bug ticket for this issue. We should also consider host cpu cores while scaling up the VM. If you want to check for changeServiceForVirtualMachine API, try it on stopped vm since the API is meant for only stopped vms. Thankyou Harikrishna On 16-Oct-2013, at 4:16 PM,

Re: Scaling up cpu and memory of user vm above host capacity

2013-10-16 Thread Gaurav Aradhye
I have logged issue https://issues.apache.org/jira/browse/CLOUDSTACK-4880 for this. I will check bevavior for changeServiceForVirtualMachine API too and log issue if confirmed. Regards, Gaurav On Wed, Oct 16, 2013 at 4:46 PM, Harikrishna Patnala harikrishna.patn...@citrix.com wrote: Yes

Re: Possible bug in DeploymentPlanner?

2013-10-16 Thread Koushik Das
On 16-Oct-2013, at 3:12 AM, Prachi Damle prachi.da...@citrix.com wrote: -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Tuesday, October 15, 2013 11:43 AM To: dev@cloudstack.apache.org Subject: Re: Possible bug in DeploymentPlanner? Thanks for the

RE: Wiki access

2013-10-16 Thread Kishan Kavala
Please grant me edit access. Email: kis...@cloud.com ~kishan -Original Message- From: Radhika Puthiyetath [mailto:radhika.puthiyet...@citrix.com] Sent: Wednesday, 16 October 2013 3:22 PM To: dev@cloudstack.apache.org Subject: RE: Wiki access Hi, I do not have the edit

Re: Scaling up cpu and memory of user vm above host capacity

2013-10-16 Thread Gaurav Aradhye
The old API changeServiceForVirtualMachine too can be used for scaling up a running vm that too above host capacity (both RAM and CPU) without any over-provisioning. I have created issue for this -- https://issues.apache.org/jira/browse/CLOUDSTACK-4881 Regards, Gaurav On Wed, Oct 16, 2013 at

Re: Review Request 14058: Including tests for VPC VM Lifecycle on Tagged hosts

2013-10-16 Thread suresh sadhu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14058/#review27064 --- reviewed the code and added host tags in the code as per the

Re: Review Request 14058: Including tests for VPC VM Lifecycle on Tagged hosts

2013-10-16 Thread Ashutosh Kelkar
On Oct. 16, 2013, 1:53 p.m., suresh sadhu wrote: reviewed the code and added host tags in the code as per the review comments but when we ran the TestVMLifeCycleDiffHosts tests,it failed with Host.Update method is undefined in our environment.can you please rerun and confirm once.

Re: Review Request 14058: Including tests for VPC VM Lifecycle on Tagged hosts

2013-10-16 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14058/ --- (Updated Oct. 16, 2013, 2:09 p.m.) Review request for cloudstack, Girish

Re: Review Request 14469: CLOUDSTACK-4637: Fix failures in test_egress_fw_rules.py

2013-10-16 Thread Girish Shilamkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14469/ --- (Updated Oct. 16, 2013, 2:27 p.m.) Review request for cloudstack, Harikrishna

Re: Wiki access

2013-10-16 Thread Hugo Trippaers
Kishan, look like you have the permissions already on account kishan. Can you check? Cheers, Hugo On Oct 16, 2013, at 3:45 PM, Kishan Kavala kishan.kav...@citrix.com wrote: Please grant me edit access. Email: kis...@cloud.com ~kishan -Original Message- From: Radhika

Re: Review Request 14522: [CLOUDSTACK-4771] Support Revert VM Disk from Snapshot

2013-10-16 Thread Chris Suich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14522/ --- (Updated Oct. 16, 2013, 2:50 p.m.) Review request for cloudstack, Brian

Re: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
You can leave that blank. That is just the way the generic config manager works. If you leave out apikey and secret key too it will complain. On 10/15/13 9:58 PM, Prasanna Santhanam t...@apache.org wrote: I prefer requests too. May be we can later switch over all of cloudmonkey to use requests

Re: Review Request 14459: CLOUDSTACK-2243: Add automation tests for VMs base image update faclity

2013-10-16 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14459/#review27066 --- test/integration/component/test_base_image_updation.py

Re: Review Request 14426: Tests for Netscaler support as external LB Provider in VPC

2013-10-16 Thread Santhosh Edukulla
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14426/#review27068 --- Sowmya, Is it ok if we do a code walkthrough? Let me know i can

Re: Review Request 14334: CLOUDSTACK 4705: Fixed domain memory limits test cases

2013-10-16 Thread Girish Shilamkar
On Oct. 8, 2013, 11:14 a.m., abhinav roy wrote: Ship It! Can someone commit this patch. - Girish --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14334/#review26770

Re: [cloudmonkey] username / password support

2013-10-16 Thread Rohit Yadav
I never intended to have support for password as I thought people will end up using and storing plain text username/password, keys (specific for cloudmonkey) are revokable :) Maybe we can use usernames/password initially to create keys or maybe let users decided what they want. If this could be

RE: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
Passwords can be changed too. No difference in security, IMO. Plus the api key option is always there. In fact I first wrote it as an option ( --populate-api-keys USERNAME:PASSWORD), but decided that it didn't buy anything. The original code didn't pass pep8 (imports not being used etc),

Re: Review Request 14549: Rename net.juniper.contrail to org.apache.cloudstack.network.contrail

2013-10-16 Thread Pedro Marques
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14549/ --- (Updated Oct. 16, 2013, 6:51 p.m.) Review request for cloudstack. Changes

XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
I am running on CloudStack Master 4.3. I had a use case where my XenServer ran out of memory and I could not create any more instances on CloudStack. I shutdown the XenServer and increased the memory on XenServer and brought up the Management Server again, but the Management Server still sees

Re: Review Request 14549: Rename net.juniper.contrail to org.apache.cloudstack.network.contrail

2013-10-16 Thread Pedro Marques
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14549/ --- (Updated Oct. 16, 2013, 6:51 p.m.) Review request for cloudstack. Changes

Re: XenServer Memory Increase Problem

2013-10-16 Thread Nitin Mehta
Soheil - I guess this is a bug that addition of new memory isn't detected. File it if not already done. I would suggest you to change the DB as of now. Right tables are host and op_host_capacity (capacity_type=0). You might have to keep in mind the over provisioning factors you have kept. See if

RE: XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
Thanks Nitin, I created Jira Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-4883 -Soheil From: Nitin Mehta [nitin.me...@citrix.com] Sent: Wednesday, October 16, 2013 12:15 PM To: dev@cloudstack.apache.org Subject: Re: XenServer Memory Increase

RE: XenServer Memory Increase Problem

2013-10-16 Thread Soheil Eizadi
Here is more detail for others that have this bug, until it is fixed: Find the total memory listed for XenServer it is under column ram for the XenServer you have: mysql select * from host; Then find the XenServer above and in another table op_host_capacity update column total_capacity mysql

RE: Master broken in KVM ?

2013-10-16 Thread Ola Nordstrom
unsubscribe -Original Message- From: Rayees Namathponnan [mailto:rayees.namathpon...@citrix.com] Sent: Wednesday, October 16, 2013 4:09 PM To: dev@cloudstack.apache.org Subject: RE: Master broken in KVM ? KVM Master automation runs blocked due to defect

RE: XenServer Memory Increase Problem

2013-10-16 Thread Ogiljae
From my experience, After adding memory or cpu onto hosts, it nomarlly works by putting into the host maintenance mode and cancel it Could you give it a try if you run into the same situation again James. Original message Subject: RE: XenServer Memory Increase Problem From:

RE: Possible bug in DeploymentPlanner?

2013-10-16 Thread Prachi Damle
-Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Wednesday, October 16, 2013 5:21 AM To: dev@cloudstack.apache.org Subject: Re: Possible bug in DeploymentPlanner? On 16-Oct-2013, at 3:12 AM, Prachi Damle prachi.da...@citrix.com wrote: -Original

Xen Automation result on master 10/16/13

2013-10-16 Thread Rayees Namathponnan
Here the BVT automation result on Xen, You can see the result @ http://jenkins.buildacloud.org/view/cloudstack-qa/job/test-smoke-matrix/926/ https://issues.apache.org/jira/browse/CLOUDSTACK-4835 https://issues.apache.org/jira/browse/CLOUDSTACK-4834

Re: Libvirt-java 0.5.0 has been released

2013-10-16 Thread Marcus Sorensen
Yeah, master is really a bummer right now with the JNA issues. On Sun, Sep 29, 2013 at 12:13 PM, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Some progress (I think). Now I get this error message instead: log4j:WARN No appenders could be found for logger

CloudStack + KVM(Ubuntu 12.04, Libvirt 1.0.2) + Ceph [Seeking Help]

2013-10-16 Thread Kelcey Jamison Damage
Hi, I have gotten so close to have Ceph work in my cloud but I have reached a roadblock. Any help would be greatly appreciated. I know this is not actually a CloudStack issue at this point, but I also know several ACS users have tried Ceph. I receive the following error when trying to get

Re: Libvirt-java 0.5.0 has been released

2013-10-16 Thread Marcus Sorensen
java.lang.UnsatisfiedLinkError: Can't obtain updateLastError method for class com.sun.jna.Native fixed by: rm /usr/lib/jni/libjnidispatch.so In a nutshell we need to purge libjna-java prior to upgrade to the master code. We will want to be sure to test upgrades... On Wed, Oct 16, 2013 at

Re: Cloudstack collab Hackathons

2013-10-16 Thread Darren Shepherd
+1 for kvm in python. I'd like to take it a step further. I'd like to create a framework for adding compute and storage with python drivers. The first implementation should just happen to be libvirt/kvm. So yeah, I'll be interested in this. I'll be landing around 10am so don't know what

Re: Cloudstack collab Hackathons

2013-10-16 Thread Kelcey Jamison Damage
+1 again for KVM in Python! - Original Message - From: Darren Shepherd darren.s.sheph...@gmail.com To: dev@cloudstack.apache.org Sent: Wednesday, October 16, 2013 5:54:26 PM Subject: Re: Cloudstack collab Hackathons +1 for kvm in python. I'd like to take it a step further. I'd

Re: master simulator build broken on ManagedContext

2013-10-16 Thread Darren Shepherd
The simulator context is removed in the spring modularization branch. The simulator now just had a small spring XML that only has its own config that gets added to the classpath when using the simulator profile. I ran into some issue with DB txns that held up merging the spring modularization

Re: [MERGE] txn-refactor

2013-10-16 Thread Darren Shepherd
How do these merge emails work? Do I just wait and certain amount of time and if nobody says no I just do it? I've tested the branch as much as I'd like, so just waiting for input. Darren On Oct 16, 2013, at 9:59 AM, Darren Shepherd darren.s.sheph...@gmail.com wrote: I need as many

Re: [cloudmonkey] username / password support

2013-10-16 Thread Chiradeep Vittal
Fixed pep8 and other issues (with flake8). Does this warrant a new release? On 10/16/13 11:13 AM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: Passwords can be changed too. No difference in security, IMO. Plus the api key option is always there. In fact I first wrote it as an option (

Re: Cloudstack collab Hackathons

2013-10-16 Thread Nguyen Anh Tu
2013/10/14 Sebastien Goasguen run...@gmail.com -API interfaces (AWS refactor, GCE, OCCICIMI standard): Discuss the state of our interfaces, plans for future, needs etc. AWS interface might need a refactor, GCE is a new interface, OCCI is a standard and Isaac Chiang has developed an interface.

Re: Review Request 14426: Tests for Netscaler support as external LB Provider in VPC

2013-10-16 Thread Sowmya Krishnan
On Oct. 16, 2013, 4:43 p.m., Santhosh Edukulla wrote: Sowmya, Is it ok if we do a code walkthrough? Let me know i can create a gtm. Also,please add the path to test plan for this feature along with feature owner information, i will invite him\her as well. santhosh Sure.

RE: Cloudstack collab Hackathons

2013-10-16 Thread Santhosh Edukulla
+1 Santhosh From: Kelcey Jamison Damage [kel...@backbonetechnology.com] Sent: Wednesday, October 16, 2013 9:02 PM To: dev@cloudstack.apache.org Subject: Re: Cloudstack collab Hackathons +1 again for KVM in Python! - Original Message - From:

[ACS4.2.1] bug fixes and code freeze

2013-10-16 Thread Abhinandan Prateek
The tentative code freeze date for 4.2.1 is 21st October. We want to make a timely release of 4.2.1 so that this does not interfere with the following major release, Felton. Following filter gives the list of tickets that are being worked upon for 4.2.1:

RE: Review Request 14628: AutoScaling without NetScaler

2013-10-16 Thread Sowmya Krishnan
This is interesting... Got couple of questions, if I may, What is the reason for the cluster limitation? Does it mean Autoscaling conditions are evaluated for the LB within the cluster only? Looks like the new counters to be used for non-netscaler configurations are cpu, memory.

RE: [ACS4.2.1] bug fixes and code freeze

2013-10-16 Thread Anshul Gangwar
https://issues.apache.org/jira/browse/CLOUDSTACK-4792 (Invalid SMTP breaks HA) is missing from this. I have already submitted patch on review board. Thanks, Anshul -Original Message- From: Abhinandan Prateek [mailto:abhinandan.prat...@citrix.com] Sent: Thursday, October 17, 2013 10:21

Re: [cloudmonkey] username / password support

2013-10-16 Thread Rohit Yadav
On Thu, Oct 17, 2013 at 6:55 AM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: Fixed pep8 and other issues (with flake8). Does this warrant a new release? The idea of fast iteration and release process was to get even smallest feature that is tested and works out in the public, so yes

Re: Libvirt-java 0.5.0 has been released

2013-10-16 Thread Mike Tutkowski
I wonder if that's still the case (this e-mail was from two weeks ago)? When I rebuilt my Ubuntu KVM host from scratch, everything seemed to work. I'm not sure why I was getting those JNA issues with my old Ubuntu KVM install. On Wed, Oct 16, 2013 at 5:16 PM, Marcus Sorensen

Re: Libvirt-java 0.5.0 has been released

2013-10-16 Thread Mike Tutkowski
Just noticed this e-mail. I guess my new Ubuntu KVM host worked because it never had the old file. On Wed, Oct 16, 2013 at 5:49 PM, Marcus Sorensen shadow...@gmail.comwrote: java.lang.UnsatisfiedLinkError: Can't obtain updateLastError method for class com.sun.jna.Native fixed by: rm

Re: Http connection failure in marvin

2013-10-16 Thread Girish Shilamkar
Thanks Santhosh for the pointers. I will investigate on these lines. Regards, Girish On 16-Oct-2013, at 3:02 PM, Santhosh Edukulla santhosh.eduku...@citrix.com wrote: Girish, Thanks for the bug. Few notes below. 1/ Can you please add the server GET\POST calls with params received at the

Re: Review Request 14628: AutoScaling without NetScaler

2013-10-16 Thread Nguyen Anh Tu
2013/10/17 Sowmya Krishnan sowmya.krish...@citrix.com This is interesting... Got couple of questions, if I may, of course, go ahead :-) What is the reason for the cluster limitation? Does it mean Autoscaling conditions are evaluated for the LB within the cluster only? Yes. Because

Intellij Idea Code Style settings jar

2013-10-16 Thread Rajani Karuturi
Hi All, I added Intellij Idea IDE code style settings jar on the coding conventions page @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions#Codingconventions-IDEsettingsfile Its a work in progress and right now only for xml and java files. To import the settings,

RE: Review Request 14628: AutoScaling without NetScaler

2013-10-16 Thread Sowmya Krishnan
Ok. Thanks. So will live storage migration of VM (using Xen motion) be supported with this as well? Can I for ex: migrate one of the autoscaled VMs across clusters? If yes, does it recalculate the scale up condition again after migrating the VM? And wondering if the VM migrated will still be