VmWare SDK to vijava

2013-09-22 Thread Hugo Trippaers
Hey all, This is something we wanted to do for a long time, but never got started as far as i know. With some time on my hands i've made some progress on this. I just pushed the branch vmwaresdk-to-vijava to git. In this branch i've changed the poms to use the vijava library (version 5.1) and i

Re: Libvirt-java 0.5.0 has been released

2013-09-22 Thread Wido den Hollander
On 09/21/2013 09:38 AM, Hugo Trippaers wrote: Ahh ok. Any idea how long that is going to take? At the moment our automated build are basically non functional as they all fail to build and thus also don't kickoff the downstream builds like the noredist build. Can we revert to an older versio

RE: Volunteers to Complete the 4.2 Release Notes

2013-09-22 Thread Animesh Chaturvedi
Indra I am unable to download the ReleaseNotes attachment from the bug at this time. I will get back with more comments once I am able to get to it. Few comments in-line > -Original Message- > From: Indra Pramana [mailto:in...@sg.or.id] > Sent: Friday, September 20, 2013 9:54 PM > To: R

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 Thread Chiradeep Vittal
I don't think adding an API to CloudStack is particularly appropriate way to integrate with whirr? Whirr should *use* the CloudStack API, not add to it? On 9/20/13 1:09 AM, "Sebastien Goasguen" wrote: > >On Sep 20, 2013, at 12:45 AM, Hugo Trippaers wrote: > >> >> The Nicira NVP plugin is also

Re: API extract exact name

2013-09-22 Thread Chiradeep Vittal
Is this the same issue as https://issues.apache.org/jira/browse/CLOUDSTACK-3080 On 9/20/13 2:33 PM, "Ian Duffy" wrote: >Hi, > >It possible extract a specific virtualmachine from listvirtualmachines >by giving a name name field? > >Basically, I want equality instead of like. I'm having an issue w

Re: VmWare SDK to vijava

2013-09-22 Thread Darren Shepherd
I was looking at the vmware jar and realized it's just a jaxws generated client stubs. I'm sure this has been discussed before, so I'm curious why we can't just download the wsdl and generate the stubs ourselves? I assume we can't distribute the wsdl's, so we can just check in the java code minus

Re: VmWare SDK to vijava

2013-09-22 Thread Hugo Trippaers
Hey Darren, There is actually just a bit more to the vijava library than just processing the wsdl. It simplifies some of the weirder parts of the vmware sdk. And in general it seems a well maintained piece of code. I'd rather use that that have to keep another set of bindings in sync with the o

SSHException('Error reading SSH protocol banner',) while sshing to a machine behind a load balancing rule

2013-09-22 Thread Ashutosh Kelkar
I am currently trying to validate the stickiness policy of a load balancing rule by sshing to the public IP of the LB rule and verifying that the request goes to the same machine every time. Here is the config I use to create the LB rule. "lbrule": { "name": "

Re: VmWare SDK to vijava

2013-09-22 Thread Darren Shepherd
Oh, I thought the primary motivation was just to get to fully open source and out of noredist. I don't know enough about VMware and vijava so my comments may be off base (everything I know about vmware client is based off about 2 hours of googling), but my gut reaction is that its better to stick

.deb/.rpm build error

2013-09-22 Thread Yoshikazu Nojima
Hi, >From http://jenkins.buildacloud.org/view/master/job/package-deb-master/3658/, package-deb-master fails. It seems it is caused by 6c261042821c5597dab8d6be85dc59c948424e13. And building rpm from master also fails from about Aug. 23 2013. Is there anyone who knows about this issue? Regards, Yo

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 Thread Darren Shepherd
The only way this will get committed is if we either move to latest gson or jackson. Regardless, the outcome will be that Meng can assume this gson conflict won't happen. The problem is just how fast can we move all of ACS to a new json library. Is it possible for Meng to commit to a branch that

Re: VmWare SDK to vijava

2013-09-22 Thread Hugo Trippaers
On Sep 23, 2013, at 1:01 PM, Darren Shepherd wrote: > Oh, I thought the primary motivation was just to get to fully open source > and out of noredist. I don't know enough about VMware and vijava so my > comments may be off base (everything I know about vmware client is based > off about 2 hour

Re: SSHException('Error reading SSH protocol banner',) while sshing to a machine behind a load balancing rule

2013-09-22 Thread Chiradeep Vittal
What tool/library are you using to perform the SSH? SSH is not a good way to test the algorithm. How are you going to test other stickiness methods? Best to use good old HTTP. On 9/22/13 9:30 PM, "Ashutosh Kelkar" wrote: >I am currently trying to validate the stickiness policy of a load >balanci

Re: VmWare SDK to vijava

2013-09-22 Thread Darren Shepherd
Yeah, I'll dig into it more. I think I understand a bit that vmware api is just a bunch of generics objects, so another library on top to create types on top of it helps. So I'll look at it more. In the end I'm still going to probably have reservations about 1) a custom XML/soap framework 2)

RE: SSHException('Error reading SSH protocol banner',) while sshing to a machine behind a load balancing rule

2013-09-22 Thread Santhosh Edukulla
Girish, Please check whether you were able to telnet to ssh port on that machine? If it works and as well, if you were able to manually do an ssh to that machine, then it may not be a firewall configuration issue. If we are using either pexpect\paramiko library( assuming ), then open call of

Re: Iptables Configuration

2013-09-22 Thread Jayapal Reddy Uradi
Hi, Did you install CSP in cloudstack properly ? please refer the below link to install CSP in xenserver. http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Installation_Guide/citrix-xenserver-installation.html#xenserver-support-pkg-installation Please refer the example working

Re: [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-22 Thread Marcus Sorensen
+0 (binding), created 4.1.1 zone with vms and a vpc, upgraded to 4.2 via RPMs. Restarted vpc. Then wiped database and redeployed zone, vms to test 4.2 basic functionality. All on CentOS 6.4 The reason for the +0 is that I found a regression when going beyond the basic testing and trying things lik

Re: [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-22 Thread Marcus Sorensen
I think this does have to do with the new default storage plugin. I think it only affects local storage, as the agent attempts to register it's local storage pool uuid as a pool with the mgmt server, who says 'sorry, this pool already exists in the database'. On Mon, Sep 23, 2013 at 12:24 AM, Marc

Re: VmWare SDK to vijava

2013-09-22 Thread Hugo Trippaers
On Sep 23, 2013, at 1:39 PM, Darren Shepherd wrote: > Yeah, I'll dig into it more. I think I understand a bit that vmware api is > just a bunch of generics objects, so another library on top to create types > on top of it helps. So I'll look at it more. In the end I'm still going to > pro

Re: [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-22 Thread Hugo Trippaers
+1 (binding) Based on previous testing of the 5th round RC and a manual comparison of the differences. Cheers, Hugo On Sep 23, 2013, at 2:24 PM, Marcus Sorensen wrote: > +0 (binding), created 4.1.1 zone with vms and a vpc, upgraded to 4.2 > via RPMs. Restarted vpc. Then wiped database and r

Re: [VOTE] Release Apache CloudStack 4.2.0 (sixth round)

2013-09-22 Thread Marcus Sorensen
Further testing shows that this only seems to affect an upgraded agent. I can reproduce if I install agent 4.1.1, then upgrade to 4.2, but not if I start fresh with agent 4.2. If I had to guess, the upgrade maybe makes the local storage pool re-register(maybe it creates a new host in the table or s