Hi

This adds support for specifying disks during node creation, either by adding 
specific disks to templateOptions, or by using a method called 
GCETemplateOptions.autoCreateDisk(..) which is useful in case multiple nodes 
are created using a single templateOptions.
Also added support for the canIpForward flag (defaults to false).

Both have been manually tested and verified on GCE. 
Both changes are backwards compatible.

I would like to ask for this to be added to 1.9.1, since this is a minor change 
with very minimal risk, and using GCE without it is impossible in my case.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/790

-- Commit Summary --

  * Add support for automatically adding attached storage to instances upon 
creation. Add support for ip forwarding

-- File Changes --

    M 
providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/GoogleComputeEngineServiceAdapter.java
 (29)
    M 
providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/options/GoogleComputeEngineTemplateOptions.java
 (633)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/790.patch
https://github.com/jclouds/jclouds/pull/790.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/790

Reply via email to