Re: Entity UUID and Type missing on ActionEvent event notifications

2013-11-19 Thread Murali Reddy
On 20/11/13 2:15 AM, "David Grizzanti" wrote: >Hi All, > >I noticed that the event messages going to rabbitmq of type "ActionEvent" >are missing any reference to the entity Id/UUID. Was this omission >intentional? Poking through the code, I was able to find that adding the >information on to

Re: Image format supported by cloudstack

2013-11-19 Thread Wido den Hollander
On 11/20/2013 05:23 AM, Rajesh Battala wrote: For xenserver/xcp --- VHD KVM --- qcow2 Since the Ceph/RBD integration KVM also started to understand the RAW format, but it's not 100% yet. Wido Esx/VSphere --- ova HyperV --- VHD On any H

RE: Image format supported by cloudstack

2013-11-19 Thread Rajesh Battala
For xenserver/xcp --- VHD KVM --- qcow2 Esx/VSphere --- ova HyperV --- VHD On any Hypervisor installing OS with ISO is supported, but root disk format will be created w.r.t hypervisor supported format mentioned above. Thanks Rajesh Battala -O

Re: Accessing Guest VM via UI is asking for password

2013-11-19 Thread jitendra shelar
Hi Sanjay, Thanks for your help. I tried with another image of ISO Windows XP. I was able to create a vm and access it. Regards, Jitendra On Tue, Nov 19, 2013 at 7:05 AM, Sanjay Tripathi wrote: > Hi Jitendra, > > > > The systemVM template are only to create system VMs and you should not use

Re: CloudStack Mirror in US

2013-11-19 Thread Wido den Hollander
On 11/20/2013 12:27 AM, Sebastien Goasguen wrote: Not that i know off, but wido setup rsync on the EU one. He sent config instructions some time back. Indeed. cloudstack.apt-get.eu runs a rsync daemon where you can sync from. So feel free to sync from there. Just don't run your cron ever

Re: devcloud2

2013-11-19 Thread Yichi Lu
my host is macbook pro. from top: PIDCOMMAND %CPU TIME #TH#WQ #PORT #MREG RPRVT RSHRD RSIZE VPRVT VSIZE PGRP PPID STATE 3756 VirtualBoxVM 6.0 00:32.16 23/1 1 153- 1372- 1969M- 36M2009M- 2091M- 4610M- 3756 12104 running So resident memory s

Jenkins build is back to stable : build-master #11

2013-11-19 Thread jenkins
See

Jenkins build is back to stable : build-master » Apache CloudStack Plugin - SNMP Alerts #11

2013-11-19 Thread jenkins
See

Jenkins build became unstable: build-master » Apache CloudStack Plugin - SNMP Alerts #10

2013-11-19 Thread jenkins
See

Jenkins build became unstable: build-master #10

2013-11-19 Thread jenkins
See

RE: Upgrading nitro API to 10.1

2013-11-19 Thread Vijay Venkatachalam
Hi Syed, I will check this. Will respond in a day or two. Thanks, Vijay V. > -Original Message- > From: Syed Ahmed [mailto:sah...@cloudops.com] > Sent: Tuesday, November 19, 2013 11:25 PM > To: Will Stevens > Cc: dev@cloudstack.apache.org; Prasanna Santhanam; Murali Reddy; Vijay >

RE: A question on vm migrations when hosts are set into a maintenance mode.

2013-11-19 Thread Alex Huang
Alex, Can you do a pull from master and see if my fix fits your needs. Unfortunately, I'm on the road and couldn't do an actual test of it. --Alex From: Alex Huang Sent: Tuesday, November 19, 2013 4:45 AM To: 'Alex Ough'; dev@cloudstack.apache.org Subject: RE: A question on vm migrations when

devcloud2

2013-11-19 Thread Yichi Lu
I try to install devcloud2, and try to follow this pape: https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud. Well, there is no error with installation. But now /proc/meminfo only shows MemTotal: 435252 KB. Am I supposed to have 2048 MB total memory? This is what the devcloud2 image tel

Re: CloudStack Mirror in US

2013-11-19 Thread Sebastien Goasguen
Not that i know off, but wido setup rsync on the EU one. He sent config instructions some time back. -Sebastien On 19 Nov 2013, at 23:47, "Musayev, Ilya" wrote: > Do we have US mirror for ACS convenience repos? > > If not, I would like to make use of my current hosting providers unlimited >

[PROPOSAL] Ability to control the external facing id of CS resources

2013-11-19 Thread Nitin Mehta
Admin should have the ability to control the external facing id of their resources (first class objects). This is important for the admins to have better control over their clouds say in case of emergencies when he/she wants to recover their resources. For this I propose that all the resource

CloudStack Mirror in US

2013-11-19 Thread Musayev, Ilya
Do we have US mirror for ACS convenience repos? If not, I would like to make use of my current hosting providers unlimited bandwidth deal. Thanks ilya

RE: CloudStack MS on Windows

2013-11-19 Thread Musayev, Ilya
I believe he did. But what does Cygwin gets us? I'm going to guess, just initial ability to deploy db and do configs, if that’s the case, can that be abstracted with windows native scripting? Do you know of other instance where Cygwin is needed once everything is configured? Thanks ilya >

Re: Build with master fails

2013-11-19 Thread Laszlo Hornyak
Hi Santosh, If you are using linux, could you check if you have the hostname in the /etc/hosts file? Most java program have problems resolving the host name if it is not there. I have never seen a linux distro that adds the hostname to /etc/hosts at installation. On Tue, Nov 19, 2013 at 8:20 A

Ask about 'Failed to load ApplicationContext' in unit tests during maven building

2013-11-19 Thread Alex Ough
All, I'm back to Java development after quite long years, so currently I have difficulty finding out what causes this error. Basically, I'd like use 'DomainDao/AccountDao/UserDao' and/or 'AccountMgr/DomainMgr' by 'Injecting' them in 'com.cloud.event.ActionEventInterceptor' class to find domain/ac

Re: Entity UUID and Type missing on ActionEvent event notifications

2013-11-19 Thread Nitin Mehta
David - Thanks for taking the initiative, that would be great. Can you please let the community know your strategy for populating the UUID ? I was thinking that CallContext can have the UUID populated by the AsyncJobManager on completion. This would mean you would have to do it at one place only.

Entity UUID and Type missing on ActionEvent event notifications

2013-11-19 Thread David Grizzanti
Hi All, I noticed that the event messages going to rabbitmq of type "ActionEvent" are missing any reference to the entity Id/UUID.  Was this omission intentional?   Poking through the code, I was able to find that adding the information on to the event is fairly straightforward (albeit a bit ted

RE: CloudStack MS on Windows

2013-11-19 Thread Donal Lafferty
Did your friend use Cygwin? I've had it running in Cygwin, but doing so makes the installation a hassle. DL > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: 19 November 2013 13:08 > To: dev@cloudstack.apache.org > Subject: CloudStack MS on Windows > > As i

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-19 Thread Syed Ahmed
Thanks Murali. On Tue 19 Nov 2013 01:10:45 PM EST, Murali Reddy wrote: I have cherry-picked to 4.3. Will be pushing in a while. On 19/11/13 11:25 PM, "Syed Ahmed" wrote: Hi Murali, Should I send a patch for the 4.3 branch as well? Thanks, -Syed On Tue 19 Nov 2013 12:01:53 PM EST, Murali

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-19 Thread Murali Reddy
I have cherry-picked to 4.3. Will be pushing in a while. On 19/11/13 11:25 PM, "Syed Ahmed" wrote: >Hi Murali, > >Should I send a patch for the 4.3 branch as well? > >Thanks, >-Syed > >On Tue 19 Nov 2013 12:01:53 PM EST, Murali Reddy wrote: >> This is an automatically generated e-mail. To reply,

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-19 Thread Alena Prokharchyk
Yes, Syed, it should go both to 4.3 and master branches. -alena. From: Syed Ahmed mailto:sah...@cloudops.com>> Date: Tuesday, November 19, 2013 9:55 AM To: Murali Reddy mailto:muralimmre...@gmail.com>> Cc: cloudstack mailto:dev@cloudstack.apache.org>>, Alena Prokharchyk mailto:alena.prokharc...

Re: Upgrading nitro API to 10.1

2013-11-19 Thread Syed Ahmed
Hi All, I was looking at changing the nitro version to 10.1 but was not able to find this version in the maven repository. Who would be the right person for pushing it onto the repo? Thanks, -Syed On Fri 15 Nov 2013 11:13:07 PM EST, Syed Ahmed wrote: Thanks Will. Will Do. On Fri 15 Nov 2

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-19 Thread Syed Ahmed
Hi Murali, Should I send a patch for the 4.3 branch as well? Thanks, -Syed On Tue 19 Nov 2013 12:01:53 PM EST, Murali Reddy wrote: This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15489/ Ship it! commit 481af07fb130d24490efe6a98970cb13104e4046 - Mur

RE: Image format supported by cloudstack

2013-11-19 Thread Sanjay Tripathi
Answers inline. > -Original Message- > From: jitendra shelar [mailto:jitendra.shelar...@gmail.com] > Sent: Tuesday, November 19, 2013 10:04 PM > To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; issues- > subscr...@cloudstack.apache.org > Subject: Image format supported by clouds

Re: Review Request 15489: Adding protocol parameter to loadbalancer response

2013-11-19 Thread Murali Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15489/#review29115 --- Ship it! commit 481af07fb130d24490efe6a98970cb13104e4046 - Murali

RE: [VOTE] Release Apache CloudStack 4.2.1

2013-11-19 Thread Musayev, Ilya
+1 binding > -Original Message- > From: Sebastien Goasguen [mailto:run...@gmail.com] > Sent: Tuesday, November 19, 2013 8:11 AM > To: dev@cloudstack.apache.org > Subject: Re: [VOTE] Release Apache CloudStack 4.2.1 > > > On Nov 19, 2013, at 7:40 AM, Prasanna Santhanam wrote: > > > On Tu

Image format supported by cloudstack

2013-11-19 Thread jitendra shelar
Hi Team, Can somebody please tell me which all image format are supported by the cloudstack? And do cloudstack (version 4.0 and 4.2) provide support for windows 7, Windows 2012, Ubuntu 12 and Ubuntu 13 ISO? Thanks, Jitendra

Re: Trunk interface to VM

2013-11-19 Thread Francois Gaudreault
Hi, Thanks for the suggestions. I will investigate the VLAN 4095 on ESX and the SDN/GRE avenue. Thanks! FG On Tue, Nov 19, 2013 at 5:38 AM, Murali Reddy wrote: > If you can run XenServer on ESXi, there there is 'virtual guest > tagging'[1] where VLAN 4095 lets guest instances to send and rec

RE: help wanted for developer env at centOS

2013-11-19 Thread Sanjay Tripathi
Follow this guide: https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack It has all the steps required to build a dev environment. --Sanjay > -Original Message- > From: Juan Barrio [mailto:juan.bar...@altia.es] > Sent: Monday, November 18, 2013 11:10 PM > To: dev

Re: Review Request 15672: CLOUDSTACK-5204: test_routers - fixed ssh issue

2013-11-19 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15672/ --- (Updated Nov. 19, 2013, 1:24 p.m.) Review request for cloudstack, Girish Shilam

Review Request 15672: CLOUDSTACK-5204: test_routers - fixed ssh issue

2013-11-19 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15672/ --- Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri. B

Re: [VOTE] Release Apache CloudStack 4.2.1

2013-11-19 Thread Sebastien Goasguen
On Nov 19, 2013, at 7:40 AM, Prasanna Santhanam wrote: > On Tue, Nov 19, 2013 at 07:27:57AM -0500, Sebastien Goasguen wrote: >> >> On Nov 18, 2013, at 11:43 PM, Prasanna Santhanam wrote: >> >>> +1 (binding) >>> >>> Took a while to run through the entire suite of tests. >>> >>> Improvements

CloudStack MS on Windows

2013-11-19 Thread Musayev, Ilya
As insane as it sounds, we have a definite advantage over other projects since we are running cross platform java. Why not offer a Windows build as convinience? We are going to take Windows market share that is afraid of Linux command line (that's still a very significant population outside of

RE: A question on vm migrations when hosts are set into a maintenance mode.

2013-11-19 Thread Alex Huang
Alex, Sorry for the late reply. Been travelling the last couple of weeks. I'll look into this today. --Alex From: Alex Ough [mailto:alex.o...@sungard.com] Sent: Monday, November 18, 2013 6:17 AM To: dev@cloudstack.apache.org Cc: Alex Huang Subject: Re: A question on vm migrations when hosts a

Re: [VOTE] Release Apache CloudStack 4.2.1

2013-11-19 Thread Prasanna Santhanam
On Tue, Nov 19, 2013 at 07:27:57AM -0500, Sebastien Goasguen wrote: > > On Nov 18, 2013, at 11:43 PM, Prasanna Santhanam wrote: > > > +1 (binding) > > > > Took a while to run through the entire suite of tests. > > > > Improvements in the results from 4.2.0 as well. 4.2.0 RC results are > > at

Re: [VOTE] Release Apache CloudStack 4.2.1

2013-11-19 Thread Sebastien Goasguen
On Nov 18, 2013, at 11:43 PM, Prasanna Santhanam wrote: > +1 (binding) > > Took a while to run through the entire suite of tests. > > Improvements in the results from 4.2.0 as well. 4.2.0 RC results are > at http://markmail.org/message/fppeuounjs6fvxgy > > *Suggestions to improve the format o

Re: A question on vm migrations when hosts are set into a maintenance mode.

2013-11-19 Thread Prasanna Santhanam
Cc Alena, I just recalled that Alena was working with sending hypervisor commands from cloudstack in parallel to the agent. She might have some idea about why getExecuteInSequence() defaults to all commands going in parallel now for VirtualMachineManager On Mon, Nov 18, 2013 at 08:16:57AM -0600,

RE: Build with master fails

2013-11-19 Thread Santhosh Edukulla
Actually i tried couple of times after the error and it persisted. On the same machine building 4.2 latest works fine, I "assume"( didnt verified ) these tests are also part of that branch as well. Going by the error message it seems that there is no route to connect some thing. Seeing the test

RE: Build with master fails

2013-11-19 Thread Rajesh Battala
Hi Santosh, I had tried building on latest master. Tests were passed without any issues. Jenkins job also passed building master. Thanks Rajesh Battala -Original Message- From: Santhosh Edukulla [mailto:santhosh.eduku...@citrix.com] Sent: Tuesday, November 19, 2013 12:50 PM To: dev@clo

Marvin Enhancement

2013-11-19 Thread Santhosh Edukulla
1. If tests are failing and it is already a known product issue, we should find a way to show it as other away from "failed". This can add some enhancements to test cases, map bugs logged to failures and only new failures away from those. If it is a known issue, the failure should report it as k

Re: Review Request 15646: CLOUDSTACK-5197: portable ip - Skipping the tests which are failing due to product issue

2013-11-19 Thread Ashutosh Kelkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15646/ --- (Updated Nov. 19, 2013, 10:52 a.m.) Review request for cloudstack, Girish Shila

Re: Trunk interface to VM

2013-11-19 Thread Murali Reddy
If you can run XenServer on ESXi, there there is 'virtual guest tagging'[1] where VLAN 4095 lets guest instances to send and receive tagged traffic on to physical network. Perhaps you can try creating a network with 4095 VLAN tag from CS and spin up XS VM instances. You can do it on XenServer as w

Review Request 15668: CLOUDSTACK-5201: Corrected code related to schedule of recurring snapshot policy

2013-11-19 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15668/ --- Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri. B

Review Request 15667: Fix for Coverity issues CID_1116744, CID_1116718 and CID_1116682, all related to resource leak.

2013-11-19 Thread Wilder Rodrigues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15667/ --- Review request for cloudstack and Hugo Trippaers. Repository: cloudstack-git