Re: Can't add VMWare 5.0 cluster to 4.0.1

2013-03-29 Thread Zojonc, Josh
Short term it's getting my POC spun up before Monday, so those RPMs got me
what I needed.  Thank you.

Longer term I'll need to be able to compile.  I'll look at that again once
the POC is stable.

Thank you again I really appreciate your help!

-Josh

On 3/28/13 7:07 PM, "David Nalley"  wrote:

>On Thu, Mar 28, 2013 at 10:02 PM, Zojonc, Josh
> wrote:
>> Thank you for your reply David.
>>
>> Yes I am running install-non-ssh.sh.
>> Orginally I just had the vmware*.jar files in deps, then I tried
>>putting all of them in there with the same outcome.
>>
>> I'm at a total loss as to what I"m doing wrong.  I have to imagine
>>other folks are running vmware under 4.0.1 or the Google would be more
>>helpful in working this problem.
>>
>> Again, I appreciate any help pointers anyone can provide.
>>
>> -Josh
>
>So not trying to avoid your question - but is the goal to compile it
>successfully, or just to have a set of RPMs with VMware support?
>If it's the latter, this will get you going.
>http://people.apache.org/~ke4qqq/acs4.0.1-2.bz2
>If it's the former, how about pasting the entire compile message on
>http://apaste.info
>
>--David



Re: Can't add VMWare 5.0 cluster to 4.0.1

2013-03-28 Thread David Nalley
On Thu, Mar 28, 2013 at 10:02 PM, Zojonc, Josh
 wrote:
> Thank you for your reply David.
>
> Yes I am running install-non-ssh.sh.
> Orginally I just had the vmware*.jar files in deps, then I tried putting all 
> of them in there with the same outcome.
>
> I'm at a total loss as to what I"m doing wrong.  I have to imagine other 
> folks are running vmware under 4.0.1 or the Google would be more helpful in 
> working this problem.
>
> Again, I appreciate any help pointers anyone can provide.
>
> -Josh

So not trying to avoid your question - but is the goal to compile it
successfully, or just to have a set of RPMs with VMware support?
If it's the latter, this will get you going.
http://people.apache.org/~ke4qqq/acs4.0.1-2.bz2
If it's the former, how about pasting the entire compile message on
http://apaste.info

--David


RE: Can't add VMWare 5.0 cluster to 4.0.1

2013-03-28 Thread Zojonc, Josh
Thank you for your reply David.

Yes I am running install-non-ssh.sh.  
Orginally I just had the vmware*.jar files in deps, then I tried putting all of 
them in there with the same outcome.

I'm at a total loss as to what I"m doing wrong.  I have to imagine other folks 
are running vmware under 4.0.1 or the Google would be more helpful in working 
this problem.

Again, I appreciate any help pointers anyone can provide.

-Josh

From: Zojonc, Josh [josh.zoj...@oregonstate.edu]
Sent: Thursday, March 28, 2013 4:02 PM
To: users@cloudstack.apache.org
Subject: Can't add VMWare 5.0 cluster to 4.0.1

I'm using the source from 
apache-cloudstack-4.0.1-incubating-src.tar.bz2
 and am unable to add a small (3 machine) test cluster to my zone.  I've tried 
following the instructions on various sites on the bottom of this email.

I've copied the vmware-vim.jar, vmware-vim25.jar and vmware-apputils.jar into 
the deps directory.
I run `mvn -Dnonoss -P deps` and get this back in the output "[INFO] Apache 
CloudStack Plugin - Hypervisor VMware ...… SKIPPED"
Running `mvn -P vmware install` and the output has "[INFO] Apache CloudStack 
Plugin - Hypervisor VMware ...… SUCCESS"
I then run `mvn clean install –Dnonoss` and Vmware gets skipped again

I imagine I'm missing something really simple and if someone could point me the 
correct direction I'd be very grateful.

Thanks,
Josh



https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hypervisor+VMWare
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201301.mbox/%3c790e7bcbcdd98f45bd43b85d7326b8d05ce9f...@amsprd0710mb364.eurprd07.prod.outlook.com%3E
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users/201212.mbox/%3cca++qhxhctsb3+p4_iyuugtvrwdcsj6h7szwd4h0u10bweqv...@mail.gmail.com%3E




Re: Can't add VMWare 5.0 cluster to 4.0.1

2013-03-28 Thread David Nalley
On Thu, Mar 28, 2013 at 7:02 PM, Zojonc, Josh
 wrote:
> I'm using the source from 
> apache-cloudstack-4.0.1-incubating-src.tar.bz2
>  and am unable to add a small (3 machine) test cluster to my zone.  I've 
> tried following the instructions on various sites on the bottom of this email.
>
> I've copied the vmware-vim.jar, vmware-vim25.jar and vmware-apputils.jar into 
> the deps directory.
> I run `mvn -Dnonoss -P deps` and get this back in the output "[INFO] Apache 
> CloudStack Plugin - Hypervisor VMware ...… SKIPPED"
> Running `mvn -P vmware install` and the output has "[INFO] Apache CloudStack 
> Plugin - Hypervisor VMware ...… SUCCESS"
> I then run `mvn clean install –Dnonoss` and Vmware gets skipped again
>
> I imagine I'm missing something really simple and if someone could point me 
> the correct direction I'd be very grateful.
>
> Thanks,
> Josh
>

Hi Josh:

Did you run this step?
install-non-oss.sh from within the deps directory?
Are you installing all of the nonoss deps?

--David