Re: vSphere plugin does not starts slave

2016-03-01 Thread ryanvsielts
Hi Jason Swager,

I also have this problem. I'm using vsphere 6.0 and vsphere cloud plugin 
2.11. But the jenkins conn't connect to the vm.







Could you help me solve this?


Many Thanks


在 2012年9月7日星期五 UTC+8下午11:08:49,Jason Swager写道:
>
> I believe that HTTPS is the ONLY allowed way of connecting.
>
> The plugin will work with a vCenter installation or with single ESXi 
> hosts.  BUT - the ESXi host must be fully licensed, otherwise the remote 
> APIs won't work, which is how the plugin works with the VMs.  If you get 
> the free ESXi host with it's free license, the remote APIs are disabled and 
> the plugin won't work.  I'll update the wiki page for this...
>
> On Friday, September 7, 2012 7:39:30 AM UTC-7, Gábor Garami wrote:
>>
>> (shake) Nothing. 
>>
>> Strange question, but can it cause a problem I use https in vSphere 
>> URL? And, this is not really a vSphere cloud but a single ESXi 
>> server... 
>>
>> Garami Gábor 
>> E-mail: gabor@hron.me 
>> Tel: +36 20 235 9621 
>> MSN: hr...@vipmail.hu 
>> Skype: hron84 
>>
>>
>> On Fri, Sep 7, 2012 at 3:31 PM, Jason Swager  wrote: 
>> > Your configurations all look good.  When Jenkins tries to start the 
>> slave, 
>> > do you see any commands at all appearing in vSphere?  At the very 
>> least, I 
>> > would hope to see a power on event. 
>> > 
>> > 
>> > On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote: 
>> >> 
>> >> Jenkins node config: 
>> https://skitch.com/hron84/e1rj4/jenkins-vsphere-node 
>> >> 
>> >> Plugin config: https://skitch.com/hron84/e1rj9/jenkins-vsphere 
>> >> 
>> >> 
>> >> Garami Gábor 
>> >> E-mail: gabor@hron.me 
>> >> Tel: +36 20 235 9621 
>> >> MSN: hr...@vipmail.hu 
>> >> Skype: hron84 
>> >> 
>> >> 
>> >> On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami  
>> wrote: 
>> >> > Yes, that is the plugin what i use. 
>> >> > 
>> >> > No, test vm connection button does not says any problems. 
>> >> > 
>> >> > I cannot access my jenkins now, but i'll post screenshot about 
>> settings 
>> >> > asap. 
>> >> > 
>> >> > Garami Gábor 
>> >> > gabor@hron.me 
>> >> > Skype: hron84 
>> >> > 
>> >> > 
>> >> > Tel: +36 20 235 9621 
>> >> > 
>> >> > Sent from my T-Mobile G2 
>> >> > Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 
>> >> > 
>> >> > 2012.09.05. 15:53, "Jason Swager"  ezt írta: 
>> >> > 
>> >> >> Just to confirm, we are talking about the vSphere Cloud plugin? 
>> >> >> https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin 
>> >> >> 
>> >> >> Assuming that you are, the Test VM Connection button does work and 
>> >> >> indicates no problems? 
>> >> >> What are the slave settings? 
>> >> >> 
>> >> >> On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami 
>> wrote: 
>> >> >>> 
>> >> >>> I set slave activation via SSH. But the main problem is VM does 
>> not 
>> >> >>> powered on. So, my problem is not the VM not boots up and connects 
>> to 
>> >> >>> master, but nobody pushes the power button on it... (and yes, 
>> because 
>> >> >>> it not powered on, it does not connects to the master :-) ) 
>> >> >>> 
>> >> >>> If i turn on VM manually, Jenkins recognizes it and starts slave 
>> >> >>> process correctly, however, this is not I really want (turn on VM 
>> >> >>> every case when I need it). I would like if Jenkins can turn 
>> on/off VM 
>> >> >>> on demand. 
>> >> >>> 
>> >> >>> Garami Gábor 
>> >> >>> E-mail: gabor@hron.me 
>> >> >>> Tel: +36 20 235 9621 
>> >> >>> MSN: hr...@vipmail.hu 
>> >> >>> Skype: hron84 
>> >> >>> 
>> >> >>> 
>> >> >>> On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager  
>> >> >>> wrote: 
>> >> >>> > How is the slave agent being started?  Does the VM connect via 
>> Java 
>> >> >>> > Web 
>> >> >>> > Start?  Is Jenkins supposed to start the slave agent via SSH? 
>> >> >>> > 
>> >> >>> > If via Java Web Start, make sure the the slave agent really did 
>> >> >>> > start. 
>> >> >>> > 
>> >> >>> > If via SSH, make sure that the VM has enough time to fully start 
>> >> >>> > (wait 
>> >> >>> > for 
>> >> >>> > VM Tools plus any necessary delay) so that the SSH server is 
>> online 
>> >> >>> > before 
>> >> >>> > Jenkins tries to communicate. 
>> >> >>> > 
>> >> >>> > 
>> >> >>> > On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami 
>> wrote: 
>> >> >>> >> 
>> >> >>> >> Hi! 
>> >> >>> >> 
>> >> >>> >> I use VMware ESXi 4.0 with the vSphere plugin, and slave VM 
>> does 
>> >> >>> >> not 
>> >> >>> >> being started. It is always stuck on Powering on VM state (at 
>> least 
>> >> >>> >> based on logs). 
>> >> >>> >> 
>> >> >>> >> The Test VM Connection passes. 
>> >> >>> >> 
>> >> >>> >> openSUSE Linux 11.4 
>> >> >>> >> Jenkins ver. 1.479 (installed from 

Re: vSphere plugin does not starts slave

2012-09-10 Thread Gábor Garami
I will test it anyway as soon as i have a time for that.

Garami Gábor
gabor.gar...@hron.me
Skype: hron84
Tel: +36 20 235 9621

Sent from my T-Mobile G2
Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
2012.09.09. 1:33, Jason Swager j.a.swa...@gmail.com ezt írta:

 According to VMware, there only remote API on the free ESXi is read-only - you
 cannot write, such as make changes. The vSphere client does use the
 write aspect of the remote API, but HOW is not published.  All of the various
 APIs, both by VMware and by third parties have a clause indicating
 they will work read-only with free ESXi.  That makes me rather curious as to
 how libvirt can manage the free ESXi - or are they just using the
 read-only aspect.

 On Saturday, September 8, 2012 4:14:45 AM UTC-7, Gábor Garami wrote:

 Then that's why it is not works. And there is no waz to change? I think
 vSphere client is stops/starts instances somehow

 I'll take a closer look, because iirc libvirt can manage free esxi hosts.

 Garami Gábor
 gabor@hron.me
 Skype: hron84
 Tel: +36 20 235 9621

 Sent from my T-Mobile G2
 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
 2012.09.07. 17:08, Jason Swager j.a.s...@gmail.com ezt írta:

 I believe that HTTPS is the ONLY allowed way of connecting.

 The plugin will work with a vCenter installation or with single ESXi
 hosts.  BUT - the ESXi host must be fully licensed, otherwise the remote
 APIs won't work, which is how the plugin works with the VMs.  If you get
 the free ESXi host with it's free license, the remote APIs are disabled and
 the plugin won't work.  I'll update the wiki page for this...

 On Friday, September 7, 2012 7:39:30 AM UTC-7, Gábor Garami wrote:

 (shake) Nothing.

 Strange question, but can it cause a problem I use https in vSphere
 URL? And, this is not really a vSphere cloud but a single ESXi
 server...

 Garami Gábor
 E-mail: gabor@hron.me
 Tel: +36 20 235 9621
 MSN: hr...@vipmail.hu
 Skype: hron84


 On Fri, Sep 7, 2012 at 3:31 PM, Jason Swager j.a.s...@gmail.com
 wrote:
  Your configurations all look good.  When Jenkins tries to start the
 slave,
  do you see any commands at all appearing in vSphere?  At the very
 least, I
  would hope to see a power on event.
 
 
  On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote:
 
  Jenkins node config: https://skitch.com/hron84/**e1rj**
 4/jenkins-vsphere-nodehttps://skitch.com/hron84/e1rj4/jenkins-vsphere-node
 
  Plugin config: 
  https://skitch.com/hron84/**e1rj**9/jenkins-vspherehttps://skitch.com/hron84/e1rj9/jenkins-vsphere
 
 
  Garami Gábor
  E-mail: gabor@hron.me
  Tel: +36 20 235 9621
  MSN: hr...@vipmail.hu
  Skype: hron84
 
 
  On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami gabor@hron.me
 wrote:
   Yes, that is the plugin what i use.
  
   No, test vm connection button does not says any problems.
  
   I cannot access my jenkins now, but i'll post screenshot about
 settings
   asap.
  
   Garami Gábor
   gabor@hron.me
   Skype: hron84
  
  
   Tel: +36 20 235 9621
  
   Sent from my T-Mobile G2
   Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
  
   2012.09.05. 15:53, Jason Swager j.a.s...@gmail.com ezt írta:
  
   Just to confirm, we are talking about the vSphere Cloud plugin?
   https://wiki.jenkins-ci.org/**di**splay/JENKINS/vSphere+Cloud+**
 Pl**uginhttps://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin
  
   Assuming that you are, the Test VM Connection button does work
 and
   indicates no problems?
   What are the slave settings?
  
   On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami
 wrote:
  
   I set slave activation via SSH. But the main problem is VM does
 not
   powered on. So, my problem is not the VM not boots up and
 connects to
   master, but nobody pushes the power button on it... (and yes,
 because
   it not powered on, it does not connects to the master :-) )
  
   If i turn on VM manually, Jenkins recognizes it and starts slave
   process correctly, however, this is not I really want (turn on
 VM
   every case when I need it). I would like if Jenkins can turn
 on/off VM
   on demand.
  
   Garami Gábor
   E-mail: gabor@hron.me
   Tel: +36 20 235 9621
   MSN: hr...@vipmail.hu
   Skype: hron84
  
  
   On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com

   wrote:
How is the slave agent being started?  Does the VM connect via
 Java
Web
Start?  Is Jenkins supposed to start the slave agent via SSH?
   
If via Java Web Start, make sure the the slave agent really
 did
start.
   
If via SSH, make sure that the VM has enough time to fully
 start
(wait
for
VM Tools plus any necessary delay) so that the SSH server is
 online
before
Jenkins tries to communicate.
   
   
On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami
 wrote:
   
Hi!
   
I use VMware ESXi 4.0 with the vSphere plugin, and slave VM
 does
not
being started. It 

Re: vSphere plugin does not starts slave

2012-09-08 Thread Gábor Garami
Then that's why it is not works. And there is no waz to change? I think
vSphere client is stops/starts instances somehow

I'll take a closer look, because iirc libvirt can manage free esxi hosts.

Garami Gábor
gabor.gar...@hron.me
Skype: hron84
Tel: +36 20 235 9621

Sent from my T-Mobile G2
Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
2012.09.07. 17:08, Jason Swager j.a.swa...@gmail.com ezt írta:

 I believe that HTTPS is the ONLY allowed way of connecting.

 The plugin will work with a vCenter installation or with single ESXi
 hosts.  BUT - the ESXi host must be fully licensed, otherwise the remote
 APIs won't work, which is how the plugin works with the VMs.  If you get
 the free ESXi host with it's free license, the remote APIs are disabled and
 the plugin won't work.  I'll update the wiki page for this...

 On Friday, September 7, 2012 7:39:30 AM UTC-7, Gábor Garami wrote:

 (shake) Nothing.

 Strange question, but can it cause a problem I use https in vSphere
 URL? And, this is not really a vSphere cloud but a single ESXi
 server...

 Garami Gábor
 E-mail: gabor@hron.me
 Tel: +36 20 235 9621
 MSN: hr...@vipmail.hu
 Skype: hron84


 On Fri, Sep 7, 2012 at 3:31 PM, Jason Swager j.a.s...@gmail.com wrote:
  Your configurations all look good.  When Jenkins tries to start the
 slave,
  do you see any commands at all appearing in vSphere?  At the very
 least, I
  would hope to see a power on event.
 
 
  On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote:
 
  Jenkins node config: https://skitch.com/hron84/**
 e1rj4/jenkins-vsphere-nodehttps://skitch.com/hron84/e1rj4/jenkins-vsphere-node
 
  Plugin config: 
  https://skitch.com/hron84/**e1rj9/jenkins-vspherehttps://skitch.com/hron84/e1rj9/jenkins-vsphere
 
 
  Garami Gábor
  E-mail: gabor@hron.me
  Tel: +36 20 235 9621
  MSN: hr...@vipmail.hu
  Skype: hron84
 
 
  On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami gabor@hron.me
 wrote:
   Yes, that is the plugin what i use.
  
   No, test vm connection button does not says any problems.
  
   I cannot access my jenkins now, but i'll post screenshot about
 settings
   asap.
  
   Garami Gábor
   gabor@hron.me
   Skype: hron84
  
  
   Tel: +36 20 235 9621
  
   Sent from my T-Mobile G2
   Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
  
   2012.09.05. 15:53, Jason Swager j.a.s...@gmail.com ezt írta:
  
   Just to confirm, we are talking about the vSphere Cloud plugin?
   https://wiki.jenkins-ci.org/**display/JENKINS/vSphere+Cloud+**
 Plugin https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin
  
   Assuming that you are, the Test VM Connection button does work and
   indicates no problems?
   What are the slave settings?
  
   On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami
 wrote:
  
   I set slave activation via SSH. But the main problem is VM does
 not
   powered on. So, my problem is not the VM not boots up and connects
 to
   master, but nobody pushes the power button on it... (and yes,
 because
   it not powered on, it does not connects to the master :-) )
  
   If i turn on VM manually, Jenkins recognizes it and starts slave
   process correctly, however, this is not I really want (turn on VM
   every case when I need it). I would like if Jenkins can turn
 on/off VM
   on demand.
  
   Garami Gábor
   E-mail: gabor@hron.me
   Tel: +36 20 235 9621
   MSN: hr...@vipmail.hu
   Skype: hron84
  
  
   On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com
   wrote:
How is the slave agent being started?  Does the VM connect via
 Java
Web
Start?  Is Jenkins supposed to start the slave agent via SSH?
   
If via Java Web Start, make sure the the slave agent really did
start.
   
If via SSH, make sure that the VM has enough time to fully start
(wait
for
VM Tools plus any necessary delay) so that the SSH server is
 online
before
Jenkins tries to communicate.
   
   
On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami
 wrote:
   
Hi!
   
I use VMware ESXi 4.0 with the vSphere plugin, and slave VM
 does
not
being started. It is always stuck on Powering on VM state (at
 least
based on logs).
   
The Test VM Connection passes.
   
openSUSE Linux 11.4
Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse
started
by the init script of the package).
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
vSphere plugins is the latest installable.
   
Please help me...
   
Garami Gábor
E-mail: gabor@hron.me
Tel: +36 20 235 9621
MSN: hr...@vipmail.hu
Skype: hron84




Re: vSphere plugin does not starts slave

2012-09-07 Thread Jason Swager
Your configurations all look good.  When Jenkins tries to start the slave, 
do you see any commands at all appearing in vSphere?  At the very least, I 
would hope to see a power on event.

On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote:

 Jenkins node config: https://skitch.com/hron84/e1rj4/jenkins-vsphere-node 

 Plugin config: https://skitch.com/hron84/e1rj9/jenkins-vsphere 


 Garami Gábor 
 E-mail: gabor@hron.me javascript: 
 Tel: +36 20 235 9621 
 MSN: hr...@vipmail.hu javascript: 
 Skype: hron84 


 On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami gabor@hron.mejavascript: 
 wrote: 
  Yes, that is the plugin what i use. 
  
  No, test vm connection button does not says any problems. 
  
  I cannot access my jenkins now, but i'll post screenshot about settings 
  asap. 
  
  Garami Gábor 
  gabor@hron.me javascript: 
  Skype: hron84 
  
  
  Tel: +36 20 235 9621 
  
  Sent from my T-Mobile G2 
  Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 
  
  2012.09.05. 15:53, Jason Swager j.a.s...@gmail.com javascript: 
 ezt írta: 
  
  Just to confirm, we are talking about the vSphere Cloud plugin? 
  https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin 
  
  Assuming that you are, the Test VM Connection button does work and 
  indicates no problems? 
  What are the slave settings? 
  
  On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami wrote: 
  
  I set slave activation via SSH. But the main problem is VM does not 
  powered on. So, my problem is not the VM not boots up and connects to 
  master, but nobody pushes the power button on it... (and yes, because 
  it not powered on, it does not connects to the master :-) ) 
  
  If i turn on VM manually, Jenkins recognizes it and starts slave 
  process correctly, however, this is not I really want (turn on VM 
  every case when I need it). I would like if Jenkins can turn on/off VM 
  on demand. 
  
  Garami Gábor 
  E-mail: gabor@hron.me 
  Tel: +36 20 235 9621 
  MSN: hr...@vipmail.hu 
  Skype: hron84 
  
  
  On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com 
 wrote: 
   How is the slave agent being started?  Does the VM connect via Java 
 Web 
   Start?  Is Jenkins supposed to start the slave agent via SSH? 
   
   If via Java Web Start, make sure the the slave agent really did 
 start. 
   
   If via SSH, make sure that the VM has enough time to fully start 
 (wait 
   for 
   VM Tools plus any necessary delay) so that the SSH server is online 
   before 
   Jenkins tries to communicate. 
   
   
   On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote: 
   
   Hi! 
   
   I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does 
 not 
   being started. It is always stuck on Powering on VM state (at least 
   based on logs). 
   
   The Test VM Connection passes. 
   
   openSUSE Linux 11.4 
   Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesusestarted 
   by the init script of the package). 
   Java(TM) SE Runtime Environment (build 1.6.0_31-b05) 
   vSphere plugins is the latest installable. 
   
   Please help me... 
   
   Garami Gábor 
   E-mail: gabor@hron.me 
   Tel: +36 20 235 9621 
   MSN: hr...@vipmail.hu 
   Skype: hron84 



Re: vSphere plugin does not starts slave

2012-09-07 Thread Gábor Garami
(shake) Nothing.

Strange question, but can it cause a problem I use https in vSphere
URL? And, this is not really a vSphere cloud but a single ESXi
server...

Garami Gábor
E-mail: gabor.gar...@hron.me
Tel: +36 20 235 9621
MSN: h...@vipmail.hu
Skype: hron84


On Fri, Sep 7, 2012 at 3:31 PM, Jason Swager j.a.swa...@gmail.com wrote:
 Your configurations all look good.  When Jenkins tries to start the slave,
 do you see any commands at all appearing in vSphere?  At the very least, I
 would hope to see a power on event.


 On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote:

 Jenkins node config: https://skitch.com/hron84/e1rj4/jenkins-vsphere-node

 Plugin config: https://skitch.com/hron84/e1rj9/jenkins-vsphere


 Garami Gábor
 E-mail: gabor@hron.me
 Tel: +36 20 235 9621
 MSN: hr...@vipmail.hu
 Skype: hron84


 On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami gabor@hron.me wrote:
  Yes, that is the plugin what i use.
 
  No, test vm connection button does not says any problems.
 
  I cannot access my jenkins now, but i'll post screenshot about settings
  asap.
 
  Garami Gábor
  gabor@hron.me
  Skype: hron84
 
 
  Tel: +36 20 235 9621
 
  Sent from my T-Mobile G2
  Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
 
  2012.09.05. 15:53, Jason Swager j.a.s...@gmail.com ezt írta:
 
  Just to confirm, we are talking about the vSphere Cloud plugin?
  https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin
 
  Assuming that you are, the Test VM Connection button does work and
  indicates no problems?
  What are the slave settings?
 
  On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami wrote:
 
  I set slave activation via SSH. But the main problem is VM does not
  powered on. So, my problem is not the VM not boots up and connects to
  master, but nobody pushes the power button on it... (and yes, because
  it not powered on, it does not connects to the master :-) )
 
  If i turn on VM manually, Jenkins recognizes it and starts slave
  process correctly, however, this is not I really want (turn on VM
  every case when I need it). I would like if Jenkins can turn on/off VM
  on demand.
 
  Garami Gábor
  E-mail: gabor@hron.me
  Tel: +36 20 235 9621
  MSN: hr...@vipmail.hu
  Skype: hron84
 
 
  On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com
  wrote:
   How is the slave agent being started?  Does the VM connect via Java
   Web
   Start?  Is Jenkins supposed to start the slave agent via SSH?
  
   If via Java Web Start, make sure the the slave agent really did
   start.
  
   If via SSH, make sure that the VM has enough time to fully start
   (wait
   for
   VM Tools plus any necessary delay) so that the SSH server is online
   before
   Jenkins tries to communicate.
  
  
   On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote:
  
   Hi!
  
   I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does
   not
   being started. It is always stuck on Powering on VM state (at least
   based on logs).
  
   The Test VM Connection passes.
  
   openSUSE Linux 11.4
   Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse
   started
   by the init script of the package).
   Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
   vSphere plugins is the latest installable.
  
   Please help me...
  
   Garami Gábor
   E-mail: gabor@hron.me
   Tel: +36 20 235 9621
   MSN: hr...@vipmail.hu
   Skype: hron84


Re: vSphere plugin does not starts slave

2012-09-07 Thread Jason Swager
I believe that HTTPS is the ONLY allowed way of connecting.

The plugin will work with a vCenter installation or with single ESXi hosts. 
 BUT - the ESXi host must be fully licensed, otherwise the remote APIs 
won't work, which is how the plugin works with the VMs.  If you get the 
free ESXi host with it's free license, the remote APIs are disabled and the 
plugin won't work.  I'll update the wiki page for this...

On Friday, September 7, 2012 7:39:30 AM UTC-7, Gábor Garami wrote:

 (shake) Nothing. 

 Strange question, but can it cause a problem I use https in vSphere 
 URL? And, this is not really a vSphere cloud but a single ESXi 
 server... 

 Garami Gábor 
 E-mail: gabor@hron.me javascript: 
 Tel: +36 20 235 9621 
 MSN: hr...@vipmail.hu javascript: 
 Skype: hron84 


 On Fri, Sep 7, 2012 at 3:31 PM, Jason Swager 
 j.a.s...@gmail.comjavascript: 
 wrote: 
  Your configurations all look good.  When Jenkins tries to start the 
 slave, 
  do you see any commands at all appearing in vSphere?  At the very least, 
 I 
  would hope to see a power on event. 
  
  
  On Friday, September 7, 2012 3:06:50 AM UTC-7, Gábor Garami wrote: 
  
  Jenkins node config: 
 https://skitch.com/hron84/e1rj4/jenkins-vsphere-node 
  
  Plugin config: https://skitch.com/hron84/e1rj9/jenkins-vsphere 
  
  
  Garami Gábor 
  E-mail: gabor@hron.me 
  Tel: +36 20 235 9621 
  MSN: hr...@vipmail.hu 
  Skype: hron84 
  
  
  On Wed, Sep 5, 2012 at 5:49 PM, Gábor Garami gabor@hron.me 
 wrote: 
   Yes, that is the plugin what i use. 
   
   No, test vm connection button does not says any problems. 
   
   I cannot access my jenkins now, but i'll post screenshot about 
 settings 
   asap. 
   
   Garami Gábor 
   gabor@hron.me 
   Skype: hron84 
   
   
   Tel: +36 20 235 9621 
   
   Sent from my T-Mobile G2 
   Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 
   
   2012.09.05. 15:53, Jason Swager j.a.s...@gmail.com ezt írta: 
   
   Just to confirm, we are talking about the vSphere Cloud plugin? 
   https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin 
   
   Assuming that you are, the Test VM Connection button does work and 
   indicates no problems? 
   What are the slave settings? 
   
   On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami 
 wrote: 
   
   I set slave activation via SSH. But the main problem is VM does not 
   powered on. So, my problem is not the VM not boots up and connects 
 to 
   master, but nobody pushes the power button on it... (and yes, 
 because 
   it not powered on, it does not connects to the master :-) ) 
   
   If i turn on VM manually, Jenkins recognizes it and starts slave 
   process correctly, however, this is not I really want (turn on VM 
   every case when I need it). I would like if Jenkins can turn on/off 
 VM 
   on demand. 
   
   Garami Gábor 
   E-mail: gabor@hron.me 
   Tel: +36 20 235 9621 
   MSN: hr...@vipmail.hu 
   Skype: hron84 
   
   
   On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com 
   wrote: 
How is the slave agent being started?  Does the VM connect via 
 Java 
Web 
Start?  Is Jenkins supposed to start the slave agent via SSH? 

If via Java Web Start, make sure the the slave agent really did 
start. 

If via SSH, make sure that the VM has enough time to fully start 
(wait 
for 
VM Tools plus any necessary delay) so that the SSH server is 
 online 
before 
Jenkins tries to communicate. 


On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami 
 wrote: 

Hi! 

I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does 
not 
being started. It is always stuck on Powering on VM state (at 
 least 
based on logs). 

The Test VM Connection passes. 

openSUSE Linux 11.4 
Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse 
started 
by the init script of the package). 
Java(TM) SE Runtime Environment (build 1.6.0_31-b05) 
vSphere plugins is the latest installable. 

Please help me... 

Garami Gábor 
E-mail: gabor@hron.me 
Tel: +36 20 235 9621 
MSN: hr...@vipmail.hu 
Skype: hron84 



Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
I set slave activation via SSH. But the main problem is VM does not
powered on. So, my problem is not the VM not boots up and connects to
master, but nobody pushes the power button on it... (and yes, because
it not powered on, it does not connects to the master :-) )

If i turn on VM manually, Jenkins recognizes it and starts slave
process correctly, however, this is not I really want (turn on VM
every case when I need it). I would like if Jenkins can turn on/off VM
on demand.

Garami Gábor
E-mail: gabor.gar...@hron.me
Tel: +36 20 235 9621
MSN: h...@vipmail.hu
Skype: hron84


On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.swa...@gmail.com wrote:
 How is the slave agent being started?  Does the VM connect via Java Web
 Start?  Is Jenkins supposed to start the slave agent via SSH?

 If via Java Web Start, make sure the the slave agent really did start.

 If via SSH, make sure that the VM has enough time to fully start (wait for
 VM Tools plus any necessary delay) so that the SSH server is online before
 Jenkins tries to communicate.


 On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote:

 Hi!

 I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does not
 being started. It is always stuck on Powering on VM state (at least
 based on logs).

 The Test VM Connection passes.

 openSUSE Linux 11.4
 Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse started
 by the init script of the package).
 Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
 vSphere plugins is the latest installable.

 Please help me...

 Garami Gábor
 E-mail: gabor@hron.me
 Tel: +36 20 235 9621
 MSN: hr...@vipmail.hu
 Skype: hron84


Re: vSphere plugin does not starts slave

2012-09-05 Thread Jason Swager
Just to confirm, we are talking about the vSphere Cloud plugin?  
https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin 

Assuming that you are, the Test VM Connection button does work and 
indicates no problems?
What are the slave settings?

On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami wrote:

 I set slave activation via SSH. But the main problem is VM does not 
 powered on. So, my problem is not the VM not boots up and connects to 
 master, but nobody pushes the power button on it... (and yes, because 
 it not powered on, it does not connects to the master :-) ) 

 If i turn on VM manually, Jenkins recognizes it and starts slave 
 process correctly, however, this is not I really want (turn on VM 
 every case when I need it). I would like if Jenkins can turn on/off VM 
 on demand. 

 Garami Gábor 
 E-mail: gabor@hron.me javascript: 
 Tel: +36 20 235 9621 
 MSN: hr...@vipmail.hu javascript: 
 Skype: hron84 


 On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager 
 j.a.s...@gmail.comjavascript: 
 wrote: 
  How is the slave agent being started?  Does the VM connect via Java Web 
  Start?  Is Jenkins supposed to start the slave agent via SSH? 
  
  If via Java Web Start, make sure the the slave agent really did start. 
  
  If via SSH, make sure that the VM has enough time to fully start (wait 
 for 
  VM Tools plus any necessary delay) so that the SSH server is online 
 before 
  Jenkins tries to communicate. 
  
  
  On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote: 
  
  Hi! 
  
  I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does not 
  being started. It is always stuck on Powering on VM state (at least 
  based on logs). 
  
  The Test VM Connection passes. 
  
  openSUSE Linux 11.4 
  Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse started 
  by the init script of the package). 
  Java(TM) SE Runtime Environment (build 1.6.0_31-b05) 
  vSphere plugins is the latest installable. 
  
  Please help me... 
  
  Garami Gábor 
  E-mail: gabor@hron.me 
  Tel: +36 20 235 9621 
  MSN: hr...@vipmail.hu 
  Skype: hron84 



Re: vSphere plugin does not starts slave

2012-09-05 Thread Gábor Garami
Yes, that is the plugin what i use.

No, test vm connection button does not says any problems.

I cannot access my jenkins now, but i'll post screenshot about settings
asap.

Garami Gábor
gabor.gar...@hron.me
Skype: hron84
Tel: +36 20 235 9621

Sent from my T-Mobile G2
Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat.
2012.09.05. 15:53, Jason Swager j.a.swa...@gmail.com ezt írta:

 Just to confirm, we are talking about the vSphere Cloud plugin?
 https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin

 Assuming that you are, the Test VM Connection button does work and
 indicates no problems?
 What are the slave settings?

 On Wednesday, September 5, 2012 1:51:48 AM UTC-7, Gábor Garami wrote:

 I set slave activation via SSH. But the main problem is VM does not
 powered on. So, my problem is not the VM not boots up and connects to
 master, but nobody pushes the power button on it... (and yes, because
 it not powered on, it does not connects to the master :-) )

 If i turn on VM manually, Jenkins recognizes it and starts slave
 process correctly, however, this is not I really want (turn on VM
 every case when I need it). I would like if Jenkins can turn on/off VM
 on demand.

 Garami Gábor
 E-mail: gabor@hron.me
 Tel: +36 20 235 9621
 MSN: hr...@vipmail.hu
 Skype: hron84


 On Wed, Sep 5, 2012 at 4:32 AM, Jason Swager j.a.s...@gmail.com wrote:
  How is the slave agent being started?  Does the VM connect via Java Web
  Start?  Is Jenkins supposed to start the slave agent via SSH?
 
  If via Java Web Start, make sure the the slave agent really did start.
 
  If via SSH, make sure that the VM has enough time to fully start (wait
 for
  VM Tools plus any necessary delay) so that the SSH server is online
 before
  Jenkins tries to communicate.
 
 
  On Sunday, September 2, 2012 4:44:23 AM UTC-7, Gábor Garami wrote:
 
  Hi!
 
  I use VMware ESXi 4.0 with the vSphere plugin, and slave VM does not
  being started. It is always stuck on Powering on VM state (at least
  based on logs).
 
  The Test VM Connection passes.
 
  openSUSE Linux 11.4
  Jenkins ver. 1.479 (installed from pkg.jenkins-ci.org/opesuse started
  by the init script of the package).
  Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
  vSphere plugins is the latest installable.
 
  Please help me...
 
  Garami Gábor
  E-mail: gabor@hron.me
  Tel: +36 20 235 9621
  MSN: hr...@vipmail.hu
  Skype: hron84