Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> Will the ldap:run launch another war? I have no idea Just reading it from http://ldap-maven-plugin.btmatthews.com/run-mojo.html I think what I want to do is execute different phases on different projects. I could do: mvn -pl :cloud-client-ui jetty:run followed by: mvn -pl :cloud-plugin-

Re: org.apache.hypervisor.kvm.resource.LibvirtComputingResourceTest Failure

2013-07-10 Thread Dharmesh Kakadia
@chip and @Daan Thanks for the reply. I think there is some misunderstanding. The test case is not written by me. It is failing on an already existing test case after I did refactoring, which is why I am worried. Thanks, Dharmesh On Wed, Jul 10, 2013 at 6:55 PM, Chip Childers wrote: > On Wed,

Re: database deploy problem

2013-07-10 Thread SuichII, Christopher
Now I'm seeing this issue after pulling the latest and rebuilding. [ERROR] Failed to execute goal on project cloud-client-ui: Could not resolve dependencies for project org.apache.cloudstack:cloud-client-ui:war:4.2.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloud-plugin-storage-

Re: org.apache.hypervisor.kvm.resource.LibvirtComputingResourceTest Failure

2013-07-10 Thread Chip Childers
On Wed, Jul 10, 2013 at 03:01:35PM +0200, Daan Hoogland wrote: > I would not bother to look at it, if I were your, Dharmesh. Find a good > lightweigth xmlunit-like tool or another xml comaparison tool to do the > checking. parsers and dom generators can do whatever they like with > attribute order

[DISCUSS] What other "features" or code is sitting around that might be suffering from bit rot?

2013-07-10 Thread Chip Childers
Hi all, So we've run into a couple of features that have turned out to have never really been "production grade", perhaps due to their creation as prototypes during the cloud.com startup period. Swift, Bare metal provisioning and OVM are examples. Bare metal is obviously resolved now, but Swift

Re: org.apache.hypervisor.kvm.resource.LibvirtComputingResourceTest Failure

2013-07-10 Thread Daan Hoogland
I would not bother to look at it, if I were your, Dharmesh. Find a good lightweigth xmlunit-like tool or another xml comaparison tool to do the checking. parsers and dom generators can do whatever they like with attribute order. I would say not with element order, but still trying to make the xml

Re: Review Request 11670: CLOUDSTACK-2288: NPE while creating volume from snapshot when the primary storage is in maintenance state.

2013-07-10 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11670/#review22953 --- Commit 527080e8effe675e7875fff6a0a69de606e3e3eb in branch refs/head

Re: CloudStack Mirrors

2013-07-10 Thread Chip Childers
Adding Wido to the CC. Wido, what do you think about adding a mirror or two from your RPM / DEB repo server? -chip On Tue, Jul 09, 2013 at 07:31:05PM -0500, Matthew E. Porter wrote: > If there is a need, we (Contegix) are happy to host one. > > > Cheers, > Matthew > > > --- > Matthew E. P

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-10 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11858/ --- (Updated July 10, 2013, 12:37 p.m.) Review request for cloudstack, Alena Prokha

(CLOUDSTACK-3248) XenServer Host got removed successfully inspite of running VMs on the host

2013-07-10 Thread Koushik Das
This looks like a serious issue. Cloudstack goes into a bad state due to this. From the UI the host first needs to be put into maintenance and only after that the host can be deleted. But if deleteHost API is directly invoked there is no such restriction (there is no check to see the ResourceSta

Dublin meetup tonight

2013-07-10 Thread Sebastien Goasguen
To all dubliners out there, meetup tonight: https://tito.io/tcube/cloudstack-clients-and-wrappers Cu there , -Sebastien

[ACS411][ACS42] CS-3904: Patch request

2013-07-10 Thread Wido den Hollander
Hi, I'd like to request a patch request for both 4.1.1 and 4.2 for issue CS-3904. Commit 8e4e56f73175363038a5361fe99e882562c2913a resolves this issue, but it should imho be fixed in 4.1.1 since this is hurting KVM installations with (recurring) snapshotting. Link to bug: https://issues.apa

Re: Review Request 12358: CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm

2013-07-10 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12358/ --- (Updated July 10, 2013, 10:56 a.m.) Review request for cloudstack and Nitin Meh

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12427/ --- (Updated July 10, 2013, 10:56 a.m.) Review request for cloudstack, Abhinandan P

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-10 Thread Rajesh Battala
> On July 10, 2013, 7:28 a.m., Ram Ganesh wrote: > > Ship It! Thanks for the review. I have to rebase with latest head and then post the patch again. - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://revie

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 11:28:05AM +0100, Ian Duffy wrote: > > Sounds like a good idea if all config is in flat files. Runnable from > > maven and can be linked with the checkin tests > > Newbie maven question > > Is it possible to do something like: > mvn -pl :cloud-client-ui jetty-run > :cl

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> Sounds like a good idea if all config is in flat files. Runnable from > maven and can be linked with the checkin tests Newbie maven question Is it possible to do something like: mvn -pl :cloud-client-ui jetty-run :cloud-plugin-user-authenticator-ldap ldap:run On 10 July 2013 11:11, Prasan

Re: Review Request 12327: dnsmasq propagation to vpc routervm

2013-07-10 Thread Daan Hoogland
I tried to apply this patch on 4.1. it won't. Does anybody have an idea on how to implement the same in 4.1 It seems backporting is not an options as utilities used did not exist back then. regards, Daan On Wed, Jul 10, 2013 at 10:14 AM, daan Hoogland wrote: >This is an automatically genera

Re: How to evaluate performance of a resource allocation policy?

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 02:47:44AM -0700, Linux TUX wrote: > Hi, > > Thanks to Chip and Alex. To test theories, we can use different > solutions such as random process, the Monte Carlo simulation, and so > forth, and we do not even always need to pay this much attention to > details of a specific

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12427/ --- (Updated July 10, 2013, 10:19 a.m.) Review request for cloudstack, Abhinandan P

Re: Review Request 12427: Fix for CLOUDSTACK-3365 and CLOUDSTACK-2536

2013-07-10 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12427/ --- (Updated July 10, 2013, 10:14 a.m.) Review request for cloudstack, Abhinandan P

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 10:43:07AM +0100, Ian Duffy wrote: > > How difficult would it be? If it pollutes the > > test and makes it complex > > I know there that there is a maven plugin that will bring up an > apacheds server based of flat ldif files: > http://ldap-maven-plugin.btmatthews.com/. Wou

HA for VMWare

2013-07-10 Thread nicolas.lamirault
Hi, We are testing CS 4.1.0 with VMWare vSphere 5.0. If we stop a VM using vCenter, CS doesn't try to restart it. In logs we see : Skip HA for VMware VM i-xx In source code, we can see : @Override public void scheduleRestartForVmsOnHost(final HostVO host, boolean investigate) { [...]

Re: How to evaluate performance of a resource allocation policy?

2013-07-10 Thread Linux TUX
Hi, Thanks to Chip and Alex. To test theories, we can use different solutions such as random process, the Monte Carlo simulation, and so forth, and we do not even always need to pay this much attention to details of a specific structure like the Marvin testing page does for it. However, by usi

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
> How difficult would it be? If it pollutes the > test and makes it complex I know there that there is a maven plugin that will bring up an apacheds server based of flat ldif files: http://ldap-maven-plugin.btmatthews.com/. Would it be possible to trigger that to startup when cloud-client-ui jetty

Re: GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Prasanna Santhanam
On Wed, Jul 10, 2013 at 10:24:53AM +0100, Ian Duffy wrote: > Hi, > > I was looking at the integration test within > test/integration/component/test_ldap.py and noticed that all the > hostnames are hard coded IPs. > > Is it possible to bring up a standalone embedded LDAP server such as > ApacheDS

GSoC: Integration - Bring up Embedded LDAP Server

2013-07-10 Thread Ian Duffy
Hi, I was looking at the integration test within test/integration/component/test_ldap.py and noticed that all the hostnames are hard coded IPs. Is it possible to bring up a standalone embedded LDAP server such as ApacheDS during execution of integration tests? Thanks, Ian

Re: cloudstack 4.1 QinQ vlan behaviour

2013-07-10 Thread Valery Ciareszka
Hi all. I was able to change vlan creation behaviour by source code modification (plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java), had to comment several lines of code: private String getPif(String bridge) { String pif = matchPifFileInDirector

Re: Swift in 4.2 is broken, anybody wants it to be supported in 4.2?

2013-07-10 Thread Prasanna Santhanam
On Tue, Jul 09, 2013 at 06:55:03PM +, Edison Su wrote: > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Tuesday, July 09, 2013 11:22 AM > > To: Edison Su > > Cc: > > Subject: Re: Swift in 4.2 is broken, anybody wants it to be supported in > > 4.2? > > > > On Tue, Jul 09,

Re: Review Request 12327: dnsmasq propagation to vpc routervm

2013-07-10 Thread daan Hoogland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12327/ --- (Updated July 10, 2013, 8:14 a.m.) Review request for cloudstack, Chip Childers

Re: Review Request 11858: CLOUDSTACK-2340 [AWS Style Health Checks] Response of the API listLoadBalancerRuleInstances should show the service state of a VM if health check is configured for it

2013-07-10 Thread Ram Ganesh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11858/#review22950 --- Ship it! Ship It! - Ram Ganesh On June 30, 2013, 6:08 a.m., Raje

Re: Review Request 11906: CLOUDSTACK-1047: tracking in logs using job id

2013-07-10 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11906/ --- (Updated July 10, 2013, 7:03 a.m.) Review request for cloudstack, Alex Huang, D

<    1   2