Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 871d4ebfd83699bf90326938dbc5c51fdb0313ea
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/871d4ebfd83699bf90326938dbc5c51fdb0313ea
  Author: Damien Biggs <dbi...@vmware.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/ConvertToVm.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  ClusterSelection: Get datastores directly from cluster

In our Vsphere setup, searching for Datastores under the cluster doesn't work.
When calling getDataStoreClusters on a cluster, the cluster is found though.
Unfortunately I don't know enough about the vmware vim25 api to know why the
datastore wasn't found.
It is found if I don't pass in the cluster for the searching and the searching
takes  place on the root entity.
Pass in logger to Vsphere clone method so that output can be seen in jenkins
console.

While testing this I realized that several arguments are not expanded.
Cluster for instance is not expanded in either Clone or Deploy.
This would mean that ${CLUSTER} for instance wouldn't be expanded.
Improved logging messaging as well so errors in configuration are easier to 
find.


  Commit: a6ac2ff598f42401d222d3d50bc711a30e8f7f34
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/a6ac2ff598f42401d222d3d50bc711a30e8f7f34
  Author: Damien Biggs <dbi...@vmware.com>
  Date:   2015-01-28 (Wed, 28 Jan 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  DeployVm: Add separate call for deployVm

Only change between clone and deploy is to not set a snapshot when deploying a
vm  from a template.
Refactored cloneVm method into smaller methods for easier readability.


  Commit: 0086d1c0bb8c82c169c08c2340803c31a02160af
      
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/0086d1c0bb8c82c169c08c2340803c31a02160af
  Author: Jason Swager <jswa...@alohaoi.com>
  Date:   2015-02-03 (Tue, 03 Feb 2015)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Clone.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/ConvertToVm.java
    M src/main/java/org/jenkinsci/plugins/vsphere/builders/Deploy.java
    M src/main/java/org/jenkinsci/plugins/vsphere/tools/VSphere.java

  Log Message:
  -----------
  Merge pull request #23 from vorbis/topic/deployVm

ClusterSelection: Get datastores directly from cluster


Compare: 
https://github.com/jenkinsci/vsphere-cloud-plugin/compare/6f3919314b7e...0086d1c0bb8c

-- 
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