Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 1c1136ea90f0197704238441142664d40349f31d
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/1c1136ea90f0197704238441142664d40349f31d
  Author: Parag Doke <parag.doke+tec...@gmail.com>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  Added disconnect for vSphere

After launching a VM or finishing a build step, disconnect from the
vSphere server so that the number of active/idle connections does not
keep growing.


  Commit: 4f1a92104ff7256234a43c8564d3aeaa0f24993d
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/4f1a92104ff7256234a43c8564d3aeaa0f24993d
  Author: Parag Doke <parag.doke+tec...@gmail.com>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java

  Log Message:
  -----------
  Disconnect from vSphere after slave is marked offline

In the earlier state, the plugin connected to vSphere without checking
if the slaveComputer was online and then looked at the power state of
the VM. If offline, it simply came out and forgot to disconnect (leaving
a session behind).

Wrapping the connection inside an if construct (checking if the slave
computer is online). Note that there might be a difference between a
slave computer state being anything but online and the VM still powered
on. This is a temporary solution to avoid huge number of requests
getting to the vSphere server.


  Commit: 91c79144e755be673ca324acf4ef6ded160be5dc
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/91c79144e755be673ca324acf4ef6ded160be5dc
  Author: Parag Doke <parag.doke+tec...@gmail.com>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloud.java

  Log Message:
  -----------
  Disconnect after test connection

If the disconnect method is not called, there will be 1 idle session
left on the vSphere server.


  Commit: b9c53d1af932e8036138387322f06f6c914703ed
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/b9c53d1af932e8036138387322f06f6c914703ed
  Author: Parag Doke <parag.doke+tec...@gmail.com>
  Date:   2015-02-04 (Wed, 04 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java

  Log Message:
  -----------
  Get rid of check for slave being online

This check is causing the VM to stay powered on.


  Commit: 87f451feaa9fd0e9e9e349b5238e1abbe55d4f97
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/87f451feaa9fd0e9e9e349b5238e1abbe55d4f97
  Author: Jason Swager <jswa...@alohaoi.com>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vSphereCloud.java
    M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java
    M src/main/java/org/jenkinsci/plugins/vsphere/VSphereBuildStepContainer.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  Merge pull request #26 from ParagDoke/disconnect-vsphere

Disconnect vsphere


Compare: 
https://github.com/jenkinsci/vsphere-cloud-plugin/compare/82ba36341ed8...87f451feaa9f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to